Hi all,
My setup:
DM365 EVM (rev E)
DVSDK 4.0.2
Ubuntu 10.0.4 LTS
---------------------------
Now, The board get the kernel & file system via TFTP & NFS.
I want that the DM365 EVM will run only from the nand flash (kernel & file system).
I tried to flashing the kernel into the nand flash by this manual:
http://processors.wiki.ti.com/index.php/GSG:_DM365_DVEVM_Additional_Procedures#Updating_the_Kernel
After this cmd: dhcp, I got this:
DM365 EVM :>dhcp
BOOTP broadcast 1
DHCP client bound to address 172.20.161.49
TFTP from server 172.20.160.144; our IP address is 172.20.161.49
Filename 'uImage'.
Load address: 0x80700000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
##############################
done
Bytes transferred = 2148124 (20c71c hex)
But after this cmd:
nand write 0x80700000 0x400000 0x200000
I got this:
NAND write: device 0 offset 0x400000, size 0x200000
2097152 bytes written: OK
I see that the size is different...
Does it OK?
Thanks!