i.MX6Quad Board with Fairy as base board .
I am using a custom android build for the same.
I have compiled Android 9.0 (ftp://download.technexion.net/development_resources/NXP/android/9.0/technexion-imx6-imx7_android-9.0...) successfully but am facing trouble porting it to eMMC.
I wanted to know if fastboot_imx_flashall script will work in my case . And if I could find any supporting documents .
Hi Ketki
for fast boot one can try to follow sect.5 Programming Images Android P9.0.0_2.2.0
Best regards
igor
Thank You for your reply .
I tried the fastboot script method .
I get the following error:
./fastboot_imx_flashall.sh: line 131: fastboot: command not found
I compiled the code with make -j4 fastboot
And I can see the fastboot bin file generated in {MY_ANDROID}/host/linux-x86/bin/
Can you please tell me the issue ?