I have flash my u-boot.noxip.bin into nand flash via nand-flash-writer ,
but env-parameters can't be saved ,when I want to load uImage through tftp,and file-system through nfs,
the message logs are as following:
Net: <ethaddr> not set. Reading from E-fuse
Detected MACID:0:18:31:e6:e0:a4
Ethernet PHY: GENERIC @ 0x01
DaVinci EMAC
Hit any key to stop autoboot: 0
Card did not respond to voltage select!
** Can't read from device 0 **
** Unable to use mmc 0:1 for fatload **
In case ENV on MMC/SD is required
Please put a valid script named boot.scr on the card
Refer to the User Guide on how to generate the image
TI8168_EVM#setenv ethaddr 00:0c:29:4a:95:8b
TI8168_EVM#setenv bootargs 'console=ttyO2,115200n8 root=/dev/nfs nfsroot=192.168.1.108:/root/targetfs,nolock rw mem=128M earlyprintk rootdelay=10'
TI8168_EVM#setenv ipaddr 192.168.1.100
TI8168_EVM#setenv nfsserver 192.168.1.108
TI8168_EVM#setenv gatewayip 192.168.1.1
TI8168_EVM#setenv netmask 255.255.255.0
TI8168_EVM#setenv hostname zb205-desktop
TI8168_EVM#setenv addip 'setenv bootargs ${bootargs} ip=${ipaddr}:${nfsserver}:${gatewayip}:${netmask}:${hostname}:eth0:off'
TI8168_EVM#setenv bootcmd 'run addip;tftp 0x81000000 /tftpboot/uImage.bin;bootm'
TI8168_EVM#setenv serverip 192.168.1.108
TI8168_EVM#save
Saving Environment to NAND...
Erasing Nand...
Warning: Erase size 0x00002000 smaller than one erase block 0x00020000
Erasing 0x00020000 instead
Could I do like these? would anyone help me out ?
thanks!
best regard!