Hi , I’ve bought an embedded OLIMEX linux board powered by an AT91SAM9260 ARM processor which has an ethernet port.
I 'd like to download files over ethernet using TFTP protocol from a host PC (equipped with ubuntu 8.04 ) to the embedded board but I don’t know how to do it.
I own an ethernet cross cable and when I plug it both to the PC and the board on the bar I see a notification that says “wired network connection”.
The home page of the board manufacturer is :
http://www.olimex.com/dev/sam9-L9260.html
and the user manual of the board is:
http://www.olimex.com/dev/pdf/ARM/ATMEL/SAM9-L9260.pdf
I don’t know how to discover the IP address of my laptop to issue commands like wget to download in the embedded board the files compiled in the laptop pc with a C cross compiler .
Please , can somebody give me some advice?
Thank you very much in advance.