Accidentally wiped the DEMO SD card from SABRE Platform for Smart Devices

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

Accidentally wiped the DEMO SD card from SABRE Platform for Smart Devices

跳至解决方案
1,346 次查看
jingyizhang
Contributor I

HELP! anywhere I can download an image for the demo SD card that has linux and Android?

I have the i.MX6Quad SABRE SD Platform

the SD card had Android OS installed.

Tried to follow these guides to get the linux kernel to boot but nothing happens when powered on, no output from serial.

u-boot on the i.MX6 sabre sd platform in a few commands

Linux on the i.MX6 sabre sd platform in a few commands 

any advice is greatly appreciated.

标签 (3)
0 项奖励
回复
1 解答
1,112 次查看
CarlosCasillas
NXP Employee
NXP Employee

Hi,

You could download the Android and Linux demo images for regenerating the SD cards using Linux dd command or the MFGtool on Windows. Please refer to the “DEMO_BSPs” downloadable from “Operating System Software-Board Support Packages” section of the following link:

SABRE for Smart Devices Reference Design|Freescale

You could use the Linux dd command in the following way:

$ sudo dd if=<image name>.sdcard of=/dev/sd<partition> bs=1M && sync

For more information, you could refer to section 6.1 “Flashing an SD card image” of “Freescale Yocto Project User's Guide” document. For the MFGtool usage, please refer to section 4.2.2 “Using MFGTool” of “i.MX Linux User's Guide” document.


Hope this will be useful for you.
Best regards!
/Carlos

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

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,113 次查看
CarlosCasillas
NXP Employee
NXP Employee

Hi,

You could download the Android and Linux demo images for regenerating the SD cards using Linux dd command or the MFGtool on Windows. Please refer to the “DEMO_BSPs” downloadable from “Operating System Software-Board Support Packages” section of the following link:

SABRE for Smart Devices Reference Design|Freescale

You could use the Linux dd command in the following way:

$ sudo dd if=<image name>.sdcard of=/dev/sd<partition> bs=1M && sync

For more information, you could refer to section 6.1 “Flashing an SD card image” of “Freescale Yocto Project User's Guide” document. For the MFGtool usage, please refer to section 4.2.2 “Using MFGTool” of “i.MX Linux User's Guide” document.


Hope this will be useful for you.
Best regards!
/Carlos

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

0 项奖励
回复
1,112 次查看
jingyizhang
Contributor I

Thank you, Carlos!

0 项奖励
回复