Difference between revisions of "IoTGateway/BSP/Android/iMX6/FAQ"

From ESS-WIKI
Jump to: navigation, search
(boot logo)
Line 15: Line 15:
 
=boot logo=
 
=boot logo=
 
==u-boot==
 
==u-boot==
 +
  <small>
 +
  (1)  BSP support
 +
  (2)  Convert the bmp file to hex value.
 +
  (3)  Step1.
 +
        Add adv_bmp.o in board/freescale/common/Makefile
 +
        Add adv_bmp.c in board/freescale/common/
 +
      Step2.
 +
        Modify LCD setting in board/freescale/mx6q-rom-3420/mx6q_rom-3420.c
 +
        Fill in correct timing parameters for customer panel (Phill provide parameter).
 +
      Step3.
 +
        Enable CONFIG_SPLASH_SCREEN config
 +
        Set lvds_num to 0, because we use LVDS0 channel. </small>
 
==kernel==
 
==kernel==
  

Revision as of 04:40, 14 July 2016

i.MX6 Android - Frequently Asked Questions

compiling

u-boot

kernel

application


u-boot

  
 (1)  BSP support
 (2)  Convert the bmp file to hex value.
 (3)  Step1.
        Add adv_bmp.o in board/freescale/common/Makefile
        Add adv_bmp.c in board/freescale/common/
      Step2.
        Modify LCD setting in board/freescale/mx6q-rom-3420/mx6q_rom-3420.c
        Fill in correct timing parameters for customer panel (Phill provide parameter).
      Step3.
        Enable CONFIG_SPLASH_SCREEN config
        Set lvds_num to 0, because we use LVDS0 channel. 

kernel


SDcard image


mini-PCIe