Nizamov Thanks for your response. Your hint and some more pointed error messages means tftp now works. For others I got tftp working by manually setting up my environment.
setenv usbnet_devaddr c8:a0:30:ac:e0:ef ( from hint above ) setenv usbnet_hostaddr bc:ae:c5:e0:b0:bd ( from ifconfig on my host machine ) setenv usbethaddr 00:12:34:56:78:9a ( I made this up - is an arbitrary number ) setenv ipaddr 192.168.0.100 setenv serverip 192.168.0.1 usb start My only remaining question is where did the numbers c8:a0:30:ac:e0:ef come from? Are they arbitrary - ie any numbers will work? Peter On Monday, November 25, 2013 10:18:14 AM UTC-7, Nizamov Shawkat wrote: > > Hi, > > Just a hint - the error message means that you have to set the mac-address > of the network card. So you need something like > "usbnet_devaddr=c8:a0:30:ac:e0:ef". You have to figure out where to put it. > > Best regards, > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
