Difference between revisions of "RioTboard"

From Leaky
Jump to: navigation, search
(Created page with ' == Google Play Store == This requires some extra kernel modules to be enabled - Device mapper and its crypt target CONFIG_MD=y CONFIG_BLK_DEV_DM=y CONFIG_DM_CRYPT=y CONFI…')
 
(No difference)

Latest revision as of 20:32, 28 April 2014

Google Play Store

This requires some extra kernel modules to be enabled - Device mapper and its crypt target

CONFIG_MD=y
CONFIG_BLK_DEV_DM=y
CONFIG_DM_CRYPT=y
CONFIG_DM_UEVENT=y

Changing screen resolution

http://www.element14.com/community/thread/31238/l/screen-resolution-with-preinstalled-android

You should be able to change the resolution in u-boot mode passing the following arguments:

MX6Solo RIOT U-Boot > setenv bootargs console=ttymxc1,115200 init=/init nosmp 
    video=mxcfb0:dev=hdmi,1280x720M@60,bpp=32 video=mxcfb1:off fbmem=10M
    vmalloc=400M androidboot.console=ttymxc1 androidboot.hardware=freescale
MX6Solo RIOT U-Boot > saveenv

U-boot

http://www.element14.com/community/thread/32560/l/mainline-u-boot