Hello,
I am successfully booting our DaVinci DM6474 (EVM6467) using a TFTP kernel and an NFS file system. However, we wish to load the file system into NAND so that only the kernel is loaded over a network. The final boot process should be as follows:
1 - U-boot brings TFTPs the Linux kernel
2 - The file system is mounted from NAND memory.
Our only hang up is loading the file system into NAND. I have followed the instructions listed here :
http://processors.wiki.ti.com/index.php/DM6467_EVM_Installation#Writing_Kernel_and_Filesystem_Image_to_NAND_Flash
And I have used several different file system images. However, they all hang part way through the loading process (or so it seems). Here is the output of the U-Boot console:
======================================================================================
Booting PSP Boot Loader
Starting NAND Copy
Booting Application @ 0x81080000
U-Boot 2009.08 (Feb 21 2011 - 13:25:36)
I2C: ready
DRAM: 256 MB
NAND: 128 MiB
In: serial
Out: serial
Err: serial
ARM Clock :- 495MHz
DDR Clock :- 396MHz
Net: Ethernet PHY: GENERIC @ 0x01
DaVinci EMAC
Hit any key to stop autoboot: 0
DM6467 EVM > set bootfile rootfs.ext2.gz
DM6467 EVM > dhcp
BOOTP broadcast 1
DHCP client bound to address [removed]
Using DaVinci EMAC device
TFTP from server [removed]; our IP address is [removed]
Filename 'rootfs.ext2.gz'.
Load address: 0x80700000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
################
======================================================================================
At this point U-Boot appears to freeze, I've let it run for about 15 minutes, just to see if something would happen. Nothing does. The file system image is ~12MiB. Again, our board is the EVM6467: http://www.spectrumdigital.com/product_info.php?cPath=37_105&products_id=231&osCsid=f5aae22e8530c0f91b02b4acc282ff5d
Thanks a lot!