sd card error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

sd card error

1,277 Views
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 Kudos
3 Replies

1,263 Views
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 Kudos

1,248 Views
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 Kudos

1,232 Views
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 Kudos