Hi all,
I am using android p9.0.0_2.0.0_ga with imx8mq board. I observed that it is read only system as i am not able to copy lib in /vendor/lib directory.so i followed following steps.
adb root
adb disable-verity
but after applying adb disable-verity i got following log:
Device is locked. Please unlock the device first
so i tried to use fastboot from u-boot console,
following are the steps i followed:
setenv fastboot_dev mmc1
fastboot 0
but board doen't boot up as fastboot.
so can anyone help me to setup fastboot?