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.

Environment Settings for NFS Filesystem in DM814x EVM

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