This is explained at the end of the SRV-1 Blackfin setup instructions -
http://www.surveyor.com/blackfin/SRV_setup_bf.html#setup3 You use wifi. You need to transfer srv1.ldr using the XMODEM protocol into the flash buffer and then write it to flash. From linux using telnet, type 'X' followed by ENTER. You should start to see a sequence of 'CCC' characters. Exit telnet, and run the following
sx -X -k -b -v --tcp-client 169.254.0.10:10001 srv1.ldr - or -
lsz -X -k -b -v --tcp-client 169.254.0.10:10001 srv1.ldr
Then restart telnet, and make certain you see a message like this -
##Xmodem success. Count: 33792
indicating successful transfer. If not, try the upload again.
If you had a successful XMODEM transfer, type 'zZ' followed by ENTER to write the firmware image to flash. If you were successful, you will see
##zZ boot image write count: 131072
At this point, you should be able to reboot the robot, and everything should be running correctly.