IoTGateway/BSP/Android/Gettingstarted/How to set LCD

From ESS-WIKI
Revision as of 03:43, 2 February 2017 by Aaron.lin (talk | contribs) (Created page with "If wanting to set LCD as default display, you can modify the '''/device/fsl/rom_xxxx_a1/BoardConfig.mk as follows.''' BOARD_KERNEL_CMDLINE := console=ttymxc0,115200 init...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

If wanting to set LCD as default display, you can modify the /device/fsl/rom_xxxx_a1/BoardConfig.mk as follows.

BOARD_KERNEL_CMDLINE := console=ttymxc0,115200 init=/initvideo=mxcfb0:dev=ldb,bpp=32 video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off vmalloc=256M androidboot.console=ttymxc0 consoleblank=0 androidboot.hardware=freescale cma=384M