Hi Guys,
so after a great battle trying to port the android i think im nearly finished.... however
after my compile and the images are created in my out directory i get the following...
kernel
system.img
u-boot.bin (and the variations of u-boot.bin)
boot.img
uImage
but no recovery.img and instead i get ramdisk.img
Any suggestion or help on what this is or whats went wrong or what must i do to get the recovery image?
Thanks!
Ps sorry if im being stupid but the internet hasnt got much for me on this!
Solved! Go to Solution.
in the boardconfig.mk file i needed to add in TARGET_NO_RECOVERY := false
all the best
Hello Jonathan,
recovery.img should be within ./out/target/product/>>board<</recovery.img
Are you following the android's user guide?
yes i am,
however i dont seem to generate it...any ideas... or what file is responsible for generating it?
I am building for a custom board that uses the imx6 SOC...
Cheer Jonny
in the boardconfig.mk file i needed to add in TARGET_NO_RECOVERY := false
all the best