Actualy, this seems to be a very simple job, but I'm facing some problems to pass the embedded linux files to my OMAP-L138 EVM board.
I'm following the steps on this page ( http://processors.wiki.ti.com/index.php/Booting_Linux_kernel_using_U-Boot )
I'm working with a Windows PC and a virtual machine running Ubuntu 9.04 and I need to pass the uImage file to the SDRAM through ethernet connection.
I've created a TFTP server on my virtual linux. To test, I used a client TFTP on MS-DOS and get some files from my server. Everything ok.
The problem is, when I try to connect my board to this server, it just get a "Retry count exceeded; starting again". I can not ping my server through the TeraTerm (in u-boot console) but I can ping my board through both Linux and Windows machines (just when it is trying to connect to server).
Ty
André