Hi,
I met below error log with command "reboot recovery".
How can I solve this problem?
By the way, I want to implement a method to flash AOSP image file with USB driver.
The steps of flashing image file:
- Copy image file from USB to our board userdata partition or sd card.
- Reboot and enter recovery mode
- Flash itself with image file
- Reboot and enter normal mode
Is the above steps a correct and common way to do this function?
Thanks,
Ken