Difference between revisions of "IoTGateway/BSP/Android/iMX6/FAQ"
From ESS-WIKI
Line 5: | Line 5: | ||
! Item | ! Item | ||
! Questions | ! Questions | ||
− | ! | + | ! Android |
! Solution | ! Solution | ||
Line 11: | Line 11: | ||
| 1 | | 1 | ||
| Compiling | | Compiling | ||
− | | | + | | 5.0 |
| <small> | | <small> | ||
Please refer to the following sections for details | Please refer to the following sections for details | ||
Line 18: | Line 18: | ||
|- | |- | ||
| 2 | | 2 | ||
− | | Boot Logo | + | | Boot Logo U-boot |
− | + | | 4.2 ~ 4.4 | |
| <small> | | <small> | ||
(1) BSP support | (1) BSP support | ||
Line 35: | Line 35: | ||
|- | |- | ||
| 3 | | 3 | ||
− | | Boot Logo | + | | Boot Logo kernel |
− | | | + | | 4.2~4.4 |
| <small> | | <small> | ||
(1) Please rename your Logo file to "android-logo-mask.png" | (1) Please rename your Logo file to "android-logo-mask.png" | ||
(2) Replace the logo image file | (2) Replace the logo image file | ||
+ | --> android_M6.0.1_1.0.0/frameworks/base/core/res/assets/images/android-logo-mask.png.<small> | ||
+ | |- | ||
+ | | 4 | ||
+ | | Touch Screen IRTOUCH | ||
+ | | 4.4 | ||
+ | | <small> | ||
+ | (1) Download IRTOUCH driver | ||
+ | link:http://www.irtouch.com/en/index.php?a=servicecon&oneid=350&id=84 | ||
+ | (2) Download IRTOUCH SWAP mode tool | ||
+ | link:http://www.irtouch.com/en/index.php?a=servicecon&oneid=350&id=84 | ||
+ | (3) Installing the IRTOUCH Dual-touch Touchscreen Driver | ||
+ | (4) | ||
--> android_M6.0.1_1.0.0/frameworks/base/core/res/assets/images/android-logo-mask.png.<small> | --> android_M6.0.1_1.0.0/frameworks/base/core/res/assets/images/android-logo-mask.png.<small> | ||
|} | |} |
Revision as of 08:01, 20 July 2016
i.MX6 Android - Frequently Asked Questions
Item | Questions | Android | Solution |
---|---|---|---|
1 | Compiling | 5.0 |
Please refer to the following sections for details (Android) |
2 | Boot Logo U-boot | 4.2 ~ 4.4 |
(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. |
3 | Boot Logo kernel | 4.2~4.4 |
(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. |
4 | Touch Screen IRTOUCH | 4.4 |
(1) Download IRTOUCH driver link:http://www.irtouch.com/en/index.php?a=servicecon&oneid=350&id=84 (2) Download IRTOUCH SWAP mode tool link:http://www.irtouch.com/en/index.php?a=servicecon&oneid=350&id=84 (3) Installing the IRTOUCH Dual-touch Touchscreen Driver (4) --> android_M6.0.1_1.0.0/frameworks/base/core/res/assets/images/android-logo-mask.png. |