This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Booting uboot in DVRRDK via SD card: Unable to use mmc 0:1 for fatload

Hi,

    I am now using DVRRDK4.0 for EVM8168, and I managed to boot the whole 8168 system through SD card.  Unfortunately, there was not a script like 'mksdboot.sh', which is in EZSDK_5.0X/bin/ .  By referring to this script, I found that some files are intended to be put into the first partition of the SD card, named "BOOT".

   Checking the makefile in dvr_rdk's folder, I realize that the u-boot was released with the DVRRDK package.  After making u-boot by performing a "make -s uboot" command, I got "MLO", "u-boot_dvr.bin" and "uboot_NAND_DM816X_UD_DVR" in DVRRDK/tftphome.  Then, I copied these three files into the "BOOT" partition of my SD card.

   I don't think the linux could be successfully booted, since the uImage and ENV have not been set yet.  I wish the u-boot would work.  However, once I boot the system, the serial terminal casts some info as below:

U-Boot 2010.06 (Sep 07 2013 - 09:01:12)

DRAM:  2 GiB
MMC:   OMAP SD/MMC: 0
Using default environment

Hit any key to stop autoboot:  0
Card did not respond to voltage select!
** Can't read from device 0 **

** Unable to use mmc 0:1 for fatload **
## Starting application at 0x80800000 ...

  I have no idea with this issue.  Could you give me a hand?

Naroah,

Sep/07/2013