sd card error

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

sd card error

1,320 次查看
rashmikj
Contributor III

I am working custom card with LS1046a processor. After generating SD card image for my custom card , when i try to boot with SD card with tiny linux, board comes up alright but its not detecting mmcblk0.

In log , it shows this error:

mmc0: error -110 whilst initialising SD card

Also at uboot , its able to detect the 4 partitions.

Scanning mmc 0:1...
Scanning mmc 0:2...
Scanning mmc 0:3...
Scanning mmc 0:4...

 

Kindly help

 

 

0 项奖励
3 回复数

1,306 次查看
Pavel
NXP Employee
NXP Employee

It looks like that image in not correctly installed on your SD card.

 

Is there problem for booting from this SD card on your board?

Use "flex-installer" for preparing SD card.

The following command also can be used for writing image file to SD card on your PC:

sudo dd if=firmware_ls1046ardb_uboot_sdboot.img of=/dev/sdb bs=512 seek=8

0 项奖励

1,291 次查看
rashmikj
Contributor III
Booting with tiny linux with SD card is okay. But after that when i give the command fdisk -l to see the memory, am not able to see the mmcblk0.
0 项奖励

1,275 次查看
Pavel
NXP Employee
NXP Employee

Attached file shows message log for LSDK 2004 and the "fdisk -l" command.

It looks like that there is no similar problem for last version of LSDK.

0 项奖励