Android oreo 8.0 on customizedf imx6q carrier board

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Android oreo 8.0 on customizedf imx6q carrier board

551 Views
sankarsalla
Contributor II

Hi ,

1)  We have imx6q based customized carrier board, i am trying to port android oreo 8.0 on my customized board.

2)   Now we are able to boot the board with customized images from sdcard,  We are able to get the login prompt on debug port.

3)  We can able to see the penguin symbol on RGB parallel lcd and hdmi but we are not geting android logo.

4) Please find the attached log file for your reference. please let us know where we did mistake.

5) We are passing mmcargs as below for hdmi and parallel lcd

For RGB LCD:-

--------------------

setenv mmcargs 'setenv bootargs console=ttymxc1,115200 init=/init root=/dev/mmcblk0p5 video=mxcfb0:dev=lcd,if=RGB666,bpp=32 video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off vmalloc=128M androidboot.console=ttymxc1 consoleblank=0 androidboot.hardware=freescale cma=448M galcore.contiguousSize=33554432 androidboot.selinux=0 enforcing=0 androidboot.storage_type=sd gpt androidboot.dm_verity=disabled'

For HDMI:-

-----------------

setenv mmcargs "setenv bootargs console=ttymxc1,115200 init=/init root=/dev/mmcblk0p5 video=mxcfb1:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 vmalloc=128M androidboot.console=ttymxc1 consoleblank=0 androidboot.hardware=freescale cma=448M galcore.contiguousSize=33554432 androidboot.selinux=permissive enforcing=0 androidboot.storage_type=sd gpt androidboot.dm_verity=disabled"

Regards,

Anantha

Labels (2)
Tags (2)
0 Kudos
1 Reply

369 Views
art
NXP Employee
NXP Employee

Since you are able to see the penguin logo on the displays and the login prompt on the console, it points to the fact that only the background Linux kernel is started, but the Android services are not. Please try to build the Android image exactly following the steps, described in the Android™ User's Guide document that can be downloaded from here as the part of the IMX_O8.0.0_1.0.0_ANDROID_DOCS package:

https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/android-o...

For additional reference, please refer to the Android Source site:

https://source.android.com/


Have a great day,
Artur

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos