Prebuilt Android image for IMX6sabresd board

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

Prebuilt Android image for IMX6sabresd board

跳至解决方案
3,472 次查看
sachusanal
Contributor III

Hi Sir ,


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

标签 (1)
0 项奖励
回复
1 解答
2,356 次查看
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 项奖励
回复
7 回复数
2,356 次查看
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

2,356 次查看
sachusanal
Contributor III

Hai sourabh ,

thanks for your response

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

0 项奖励
回复
2,356 次查看
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 项奖励
回复
2,356 次查看
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 项奖励
回复
2,357 次查看
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 项奖励
回复
2,356 次查看
sachusanal
Contributor III

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

0 项奖励
回复
2,356 次查看
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 项奖励
回复