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.

Problems flashing ramdisk filesystem to nand using u-boot loader in dvevm dm6467t

 

Hi everyone,

I'm trying to install a ramdisk filesystem into the dvevm dm6467t, following the indications given in

http://processors.wiki.ti.com/index.php/DM6467_EVM_Installation

But when I try to load the ramdisk via dhcp, the transmission hangs, leaving the following lines in

the remote console:

DM6467 EVM > setenv bootfile ramdisk-spitfire
DM6467 EVM > dhcp
BOOTP broadcast 1
DHCP client bound to address 192.168.2.54
Using DaVinci EMAC device
TFTP from server 192.168.2.1; our IP address is 192.168.2.54
Filename 'ramdisk-spitfire'.
Load address: 0x80700000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ################

What can I do?

Thanks!

P.D.:

The ramdisk-spitfire file size is 33554432 bytes. If they are written to 80700000, they will occupy byte

addresses until 82700000, which is far from reaching the end of the first 256 Megabytes ddr2 memory block (at A0000000), Am I right?

The communications channel used is the UART RS-232 serial port.