Download the images into the MMC on Ubuntu12.04

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Download the images into the MMC on Ubuntu12.04

1,036件の閲覧回数
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 返答(返信)

892件の閲覧回数
floriankoenig
Contributor II

try lsblk or df to find your /dev/sdx

0 件の賞賛

892件の閲覧回数
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 件の賞賛

892件の閲覧回数
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 件の賞賛

892件の閲覧回数
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 件の賞賛

892件の閲覧回数
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 件の賞賛

892件の閲覧回数
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 件の賞賛

892件の閲覧回数
jerrylee008
Contributor II

thank you very much

0 件の賞賛