Hi,
I am trying to add recovery system in a new Android board based on ti am335x.
I was able to generate recovery.img, boot.img, ... Since we are using nand memory, my question is is it possible to boot android images (boot.img,...) from nand.
I found booti uboot command and I think it is used only with mmc flash.
Do you have any information about using these images with NAND or another way to enable recovery mode than using recovery.img file.
Thank you.