The problem is I can't set bootargs(ipaddr,serveraddr) in the command line,so
the EVM board can't ping my host PC.
After executing "saveenv" command,
the serial port is always showing "erasing nand",
so the new added boot arguments can't be writen into flash.
Is the nand flash writing protected? If it is, how to change it?
Below are content after command "printenv"
bootcmd=if mmc rescan 0; then if run loadbootscript; then run bootscript; else e
cho In case ENV on MMC/SD is required; echo Please put a valid script named boot
.scr on the card; echo Refer to the User Guide on how to generate the image; fi;
else echo Please set bootargs and bootcmd before booting the kernel; echo If th
at has already been done please ignore this message; fi
bootdelay=3
baudrate=115200
autoload=yes
verify=yes
bootfile=uImage
ramdisk_file=ramdisk.gz
loadaddr=0x81000000
script_addr=0x80900000
loadbootscript=fatload mmc 0 ${script_addr} boot.scr
bootscript= echo Running bootscript from MMC/SD to set the ENV...; source ${scri
pt_addr}
ethaddr=00:18:32:61:57:3c
ethact=cpsw
Environment size: 691/8188 bytes
TI8148_EVM#