Prebuilt Android image for IMX6sabresd board

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

Prebuilt Android image for IMX6sabresd board

Jump to solution
2,239 Views
sachusanal
Contributor III

Hi Sir ,


Could you please share me the android prebuilt image for IMX6 sabresd board (evaluation kit)

Labels (1)
0 Kudos
1 Solution
1,123 Views
Yuri
NXP Employee
NXP Employee

Please use Freescale web to download the packages.

The following is Summary page link :

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX6_SW

The demo image for SABRE Platform and SABRE Board for Smart Devices :

http://www.freescale.com/webapp/Download?colCode=IMX6_KK443_200_ANDROID_DEMOSDBSP&appType=license&lo...

Documentation :

http://www.freescale.com/webapp/Download?colCode=IMX6_KK443_200_ANDROID_DOCS&Parent_nodeId=133769948...

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
7 Replies
1,123 Views
saurabh206
Senior Contributor III

Hi

Sachu

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=RDIMX6SABREBRD&fpsp=1&tab=Design_Tool...

Go to Run-time software, and select required BSP image.

Thanks

Saurabh

1,123 Views
sachusanal
Contributor III

Hai sourabh ,

thanks for your response

could you please help me to flash the image to SD card

0 Kudos
1,123 Views
saurabh206
Senior Contributor III

Hi

Sachu

You need to use mfgtool.

Use SD card profile from ucl2.xml,

make a code change in cfg.ini file and replace eMMC with SD card profile from ucl2.xml

Thanks

Saurabh

0 Kudos
1,123 Views
sachusanal
Contributor III

Hi

i would like to use dd utility for flashing the image means I have an SD card so using dd utility i can copy the images easily,but what is the problem iam facing means before using dd utility i need to create partistion.

please tell how can create partision

sudo fdisk /dev/sdb

Download the U-Boot image:

# sudo dd if=u-boot.imx of=/dev/sdx bs=1K seek=1; sync

Download the boot image:

# sudo dd if=boot.img of=/dev/sdx1; sync

Download the Android system root image:

# sudo dd if=system.img of=/dev/sdx5; sync

Download the Android recovery image:

# sudo dd if=recovery.img ox2; syncf=/dev/sd

0 Kudos
1,124 Views
Yuri
NXP Employee
NXP Employee

Please use Freescale web to download the packages.

The following is Summary page link :

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX6_SW

The demo image for SABRE Platform and SABRE Board for Smart Devices :

http://www.freescale.com/webapp/Download?colCode=IMX6_KK443_200_ANDROID_DEMOSDBSP&appType=license&lo...

Documentation :

http://www.freescale.com/webapp/Download?colCode=IMX6_KK443_200_ANDROID_DOCS&Parent_nodeId=133769948...

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
1,123 Views
sachusanal
Contributor III

could you please give me the mfgtools.tar.gz. for android_KK4.4.3_2.0.0-ga_core_image

0 Kudos
1,123 Views
sachusanal
Contributor III

Thanks for your response..

I download the android_KK4.4.3_2.0.0-ga_core_image_6qsabresd.tar.gz file .I need to flash the Image by using SD card

could you please help me how can create partion.

from the  Document section I couldnt understand how to create partion and how to flash the images

please help me

0 Kudos