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
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