Hi I download the image file from here.
http://arago-project.org/files/releases/davinci-psp_03.01.01.38/images/dm365-evm
and using this boot comands,
setenv bootcmd 'nand read 0x82000000 0xC00000 0x300000; nboot 0x80700000 0 0x400000; bootm'
setenv bootargs 'mem=116M console=ttyS0,115200n8 root=/dev/ram0 rw initrd=0x82000000,4M ip=dhcp'
tftp 0x80700000 uImage-dm365-evm.bin
nand erase 0x400000 0x200000
nand write 0x80700000 0x400000 0x200000
tftp 0x82000000 arago-demo-image-dm365-evm.ext2.gz
nand erase 0xC00000 0x300000
nand write 0x82000000 0xC00000 0x300000
when I start the boards I get this error
U-Boot 1.3.4-svn31 (May 25 2010 - 20:23:33)
I2C: ready
DRAM: 128 MB
NAND: NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron NAND 256MiB 3,)
Bad block table found at page 131008, version 0x01
Bad block table found at page 130944, version 0x01
256 MiB
In: serial
Out: serial
Err: serial
Ethernet PHY: GENERIC @ 0x00
Hit any key to stop autoboot: 0
NAND read: device 0 offset 0xc00000, size 0x300000
3145728 bytes read: OK
Loading from NAND 256MiB 3,3V 8-bit, offset 0x400000
Image Name: Arago/2.6.32.17-r38+gitr74f19831
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2211120 Bytes = 2.1 MB
Load Address: 80008000
Entry Point: 80008000
## Booting kernel from Legacy Image at 80700000 ...
Image Name: Arago/2.6.32.17-r38+gitr74f19831
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2211120 Bytes = 2.1 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... Bad Data CRC
ERROR: can't get kernel image!
Leopard 365 :>