Download the images into the MMC on Ubuntu12.04

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

Download the images into the MMC on Ubuntu12.04

1,143 次查看
jerrylee008
Contributor II

when I Download the images(IMX6Q) into the MMC on Ubuntu12.04,

I used cmd :$ sudo dd if=u-boot.imx of= /dev/sdx bs=1K seek=1; sync
but I can not find /dev/sdx.

I have found mmc\SD card can not be loaded under Ubuntu12.04 system,
But I can use the MFGTOOS in Windows to download the firmware to the board
May I ask what is the reason
How can i solve it?

标签 (1)
0 项奖励
回复
7 回复数

999 次查看
floriankoenig
Contributor II

try lsblk or df to find your /dev/sdx

0 项奖励
回复

999 次查看
tian
Contributor I

you can use sd card reader, insert card to the reader,   then use  sudo fdisk -l,  the pc will  list your sd card, sdb or sdc,

then use   dd if=

0 项奖励
回复

999 次查看
jerrylee008
Contributor II

Thanks  a lot! But I used command “sudo fdisk -l”   I can not find sdb or sdc!

Please tell me what to do next,

ps:I can download firmware on Windows successfully with MfgTool

0 项奖励
回复

999 次查看
joanxie
NXP TechSupport
NXP TechSupport

sdx means sd partition you use, like sdb,  for more detailed informatio, you can refer to the chapter 4.3.1 Preparing the card of imx linux user guide.

0 项奖励
回复

999 次查看
jerrylee008
Contributor II

Thanks Joan, which document about imx linux user guide?please tell me this file name or download links,

thanks a lot!

0 项奖励
回复

999 次查看
joanxie
NXP TechSupport
NXP TechSupport

pls focus on the chapter 4.3.1 Preparing the card and chapter 4.3.2 Copying the full SD card image

0 项奖励
回复

999 次查看
jerrylee008
Contributor II

thank you very much

0 项奖励
回复