Hi communicators.
I porting finished of i.MX8MM (mini) B Type Board Android10.0.0(Q) Image.
And I booting the boot mode of Booting Switch
and the U-Boot prompt setting env to this:
setenv bootargs console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200 init=/init androidboot.console=ttymxc1 androidboot.hardware=freescale cma=800M@0x400M-0xb80M androidboot.primary_display=imx-drm firmware_class.path=/vendor/firmware transparent_hugepage=never androidboot.wificountrycode=CN androidboot.lcd_density=213
or
setenv bootargs console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200 init=/init androidboot.console=ttymxc1 androidboot.hardware=freescale cma=800M@0x400M-0xb80M androidboot.primary_display=imx-drm firmware_class.path=/vendor/firmware transparent_hugepage=never androidboot.wificountrycode=CN androidboot.lcd_density=213
and must: saveenv
this command is
android_Q10.0.0_1.0.0_docs/Android_User's_Guide.pdf's one of them.

and I reboot the board
so, recently the Android OS booting
but the Display nothing show.
just void. nothing is shown.
and this my board putty terminal screenshot:

look at the red line, Android launcher is alive.
how can I to the display wake up?
Aha, The display I have is MX_8_DSI_OLED1 (DSI-MIPI)

thanx.