Nfs boot
From WikiWiki
Booting via NFS:
set up your tftp server so that the kernel is accessible
~RedBoot> load -r -b 0x00218000 -h 192.168.1.3 vmlinuz Using default protocol (TFTP) Raw file loaded 0x00218000-0x002cd45b, assumed entry at 0x00218000 ~RedBoot> exec -c "console=ttyAM1,11500 ip=192.168.1.252 CONSOLE=/dev/ttyAM1 nfsroot=/home/local/panel/arm/ts7200" Using base address 0x00218000 and length 0x000b545c
