beautypg.com

Building up android image file – Avalue SMA-IMX6 User Manual

Page 30

background image

SMA-IMX6 User

’s Manual

30 SMA- IMX6

User’s Manual

3.11 Building up Android image file

You can follow up the steps below to compile Android image file after download the

source code.

1.

Please move to the folder ”Android” then start to compile image file.

2. Type the command to compile image file.

$ ./run.sh

–j16

(-j number means multi jobs for more efficiant building, you can add it according to
your CPU performance of PC, e.g. mine is ”–j16” as below ).

3. You can find the finished image file(u-boot-6q.bin, u-boot-6solo.bin, system.img,

recover.img, boot.img) as below after compiling on the directory

~/Android/out/target/product/smarc.

PS: If you would like to use Mfgtool for flashing image file, you must put all the

files u-boot-6q.bin, u-boot-6solo.bin, system.img, recover.img, boot.img under
“~\Image\smarc\android” for right detected path.