Missing recovery.img AOSP JB4.3

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Missing recovery.img AOSP JB4.3

跳至解决方案
2,140 次查看
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!

标签 (3)
0 项奖励
回复
1 解答
1,822 次查看
jonathansmyth
Contributor III

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

all the best

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,822 次查看
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 项奖励
回复
1,822 次查看
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 项奖励
回复
1,823 次查看
jonathansmyth
Contributor III

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

all the best

0 项奖励
回复