How to build an Android image for the SD card on the SABRE-SD

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

How to build an Android image for the SD card on the SABRE-SD

802 Views
Harris
Contributor III

Dears,

According to the Android_User's_Guide, I have build the android_N7.1.2_2.0.0 image successful. Now I want to build an Android image for the SD card on the SABRE-SD.

I executed following commands according to the 3.3.3 chapter in  Android_User's_Guide.

1. Remove /out/target/product/sabresd_6dq/root directory and boot*.img.
2. Remove /out/target/product/sabresd_6dq/recovery directory and recovery*.img.

make bootimage BUILD_TARGET_DEVICE=sd

The system tips that make: *** No rule to make target. Stop.

I followed the Android_User's_Guide step by step. Would you please explain this problem and help to fix it.

Thanks.

Harris li

Labels (1)
0 Kudos
1 Reply

642 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hi Harris,

   Before running "make bootimage BUILD_TARGET_DEVICE=sd", run below commands, please!

$ cd ~/myandroid
$ source build/envsetup.sh
$ lunch sabresd_6dq-user

Have a nice day!

BR,

Weidong Sun

0 Kudos