Difference between revisions of "IoTGateway/BSP/Android"
From ESS-WIKI
(→i.MX6) |
|||
| Line 7: | Line 7: | ||
==FAQ== | ==FAQ== | ||
===[[IoTGateway/BSP/Android/iMX6/FAQ|i.MX6]]=== | ===[[IoTGateway/BSP/Android/iMX6/FAQ|i.MX6]]=== | ||
| + | Android - Frequently Asked Questions | ||
| + | {| class="wikitable" border="1" | ||
| + | |- | ||
| + | ! Item | ||
| + | ! Questions | ||
| + | ! Solution | ||
| − | < | + | |- |
| − | [[ | + | | [[1]] |
| + | | [[compiling]] | ||
| + | | ''[[Reference]]'' | ||
| + | |- | ||
| + | | [[2]] | ||
| + | | [[u-boot]] | ||
| + | | ''[[Reference]]'' | ||
| + | |- | ||
| + | | [[3]] | ||
| + | | [[kernel]] | ||
| + | | ''[[Reference]]'' | ||
| + | |- | ||
| + | | [[4]] | ||
| + | | [[u-boot|boot logo]] | ||
| + | | ''<small> | ||
| + | (1) BSP support | ||
| + | (2) Convert the bmp file to hex value. | ||
| + | Example : bmp file name is aaa.c | ||
| + | (3) Step1. | ||
| + | Add aaa.o in board/freescale/common/Makefile | ||
| + | Add aaa.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>'' | ||
| + | |- | ||
| + | | [[4]] | ||
| + | | [[kernel|boot logo]] | ||
| + | | ''<small> | ||
| + | (1) Please rename your Logo file to "android-logo-mask.png" | ||
| + | (2) Replace the logo image file | ||
| + | --> android_M6.0.1_1.0.0/frameworks/base/core/res/assets/images/android-logo-mask.png. </small>'' | ||
| + | | {{nom}} | ||
| + | |} | ||
Revision as of 04:09, 15 July 2016
i.MX6
Version 2 (Android 4.3)
Version 4 (Android 5.0)
FAQ
i.MX6
Android - Frequently Asked Questions
| Item | Questions | Solution | |
|---|---|---|---|
| 1 | compiling | Reference | |
| 2 | u-boot | Reference | |
| 3 | kernel | Reference | |
| 4 | boot logo |
(1) BSP support
(2) Convert the bmp file to hex value.
Example : bmp file name is aaa.c
(3) Step1.
Add aaa.o in board/freescale/common/Makefile
Add aaa.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.
| |
| 4 | boot logo |
(1) Please rename your Logo file to "android-logo-mask.png"
(2) Replace the logo image file
--> android_M6.0.1_1.0.0/frameworks/base/core/res/assets/images/android-logo-mask.png.
|
Template:Nom |