Hi,
I am trying to boot the DM814x EVM via NAND flash. In order to set the environment for NFS file system, I launched the following commands at the 2nd stage of U-boot :
> setenv autoload no
> setenv nfsserver <NFS server-ip>
> setenv bootargs 'console=ttyO2,115200n8 root=/dev/nfs nfsroot=<NFS server-ip>:/root/targetfs,nolock rw mem=128M ip=dhcp'
> setenv serverip 10.0.1.57
> saveenv
The workspace freezes after "saveenv" and shows the following message:
"Saving Environment to NAND...
Erasing Nand..."
Please, let me know where this problem comes from. Thanks a lot.
Best Regards,
Mohammad