Part Number: BEAGLEBK
Tool/software: Linux
With PROCESSOR-SDK-LINUX-AM335X 04_03_00_05
Write following information to microSD card on the Beaglebone:
setenv serverip 192.168.1.104
setenv rootpath /home/tim/ti-processor-sdk-linux-am335x-evm-04.03.00.05/targetNFS
setenv bootfile zImage
setenv ip_method dhcp
setenv nfs_bootfile 'nfs ${loadaddr} ${serverip}:${rootpath}${bootdir}/${bootfile}'
setenv nfs_fdtfile 'nfs ${fdtaddr} ${serverip}:${rootpath}${bootdir}/${fdtfile}'
setenv bootcmd 'setenv autoload no; dhcp; run nfs_bootfile; run findfdt; run nfs_fdtfile; run netargs; bootz ${loadaddr} - ${fdtaddr}'
Reboot the board, then failed to connect NFS:
NAND: 0 MiB
MMC: OMAP SD/MMC: 0
reading uboot.env
Net: cpsw, usb_ether
Hit any key to stop autoboot: 0
link up on port 0, speed 100, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
DHCP client bound to address 192.168.1.105 (998 ms)
link up on port 0, speed 100, full duplex
###############################################################T ##
.........
###########################################################T T T T T
done
Bytes transferred = 3627816 (375b28 hex)
link up on port 0, speed 100, full duplex
########T T T T T T
The file was transferred completely, but NFS setup failed. Need help.
Thank you.
Tim