Hi,
I am using android JB in am335x.
After building android, recovery image is not getting generated, please help me in building recovery image.
Thanks
Bikash
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am using android JB in am335x.
After building android, recovery image is not getting generated, please help me in building recovery image.
Thanks
Bikash
Please, suggest, if any of the ti platform, the recovery feature implemented or tested.
Hi,
During rebooting in recovery mode, one register is updated with recovery command, that register is checked in bootloader and based on that, the bootloader boot from recovery partition. I checked in am335x TRM, I didn't find any clue about the register address. Please help in find the recovery register.
Thanks
Bikash
Hi Bikash,
You can implement this by writing a blob into a partition, and checks for that blob in bootloader to decide whether to enter recovery or boot normally.