a netboot.bin binary loads a .Nx kernel from the root partition of a local disk or from NFS. This file should be made available by one of the following methods (depending on the firmware): .(bullet -compact TFTP server t Serial line upload t Flash ROM .bullet)
p In most cases the Flash ROM of your NAS will contain .Tn "PPCBoot" or .Tn "U-Boot" as firmware. You have to find a way to get access to its command line. When auto-booting is enabled this will usually require to press a key quickly after the system is switched on. Then load the
a netboot.bin file into memory at
a 0x1000000 and start it with
p .Dl > Ic "go 0x1000000"
p