Missing recovery.img AOSP JB4.3

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Missing recovery.img AOSP JB4.3

Jump to solution
1,593 Views
jonathansmyth
Contributor III

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!

Labels (3)
0 Kudos
1 Solution
1,275 Views
jonathansmyth
Contributor III

in the boardconfig.mk file i needed to add in TARGET_NO_RECOVERY := false

all the best

View solution in original post

0 Kudos
3 Replies
1,275 Views
SergioSolis
NXP Employee
NXP Employee

Hello Jonathan,

recovery.img should be within ./out/target/product/>>board<</recovery.img

Are you following the android's user guide?

0 Kudos
1,275 Views
jonathansmyth
Contributor III

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

0 Kudos
1,276 Views
jonathansmyth
Contributor III

in the boardconfig.mk file i needed to add in TARGET_NO_RECOVERY := false

all the best

0 Kudos