Hi,
I am trying to flash u-boot onto a board with OMAP-138. I followed the instructions here:
http://processors.wiki.ti.com/index.php/GSG:_OMAP-L138_DVEVM_Additional_Procedures#Flashing_Boot_Images_on_Linux_Without_CCS
Everything seemed to be working. I skipped step 7 for now as I wanted to test without writing anything to flash.
The first problem I got, after entering dhcp - which worked, it automatically tried to look for file called "uImage", which obviously is not there yet as I am just trying to get u-boot loaded up. So I hit ctrl-C.
Then I entered the next command: tftpboot 0xc0700000 u-boot_spi.ais
Got an error: *** ERROR: `ipaddr' not set
OK, so I set the ipaddr to the IP from dhcp: setenv ipaddr 192.168.1.67, and tried again. This time it seemed like it was working, I saw one "*" in the Loading:
but then the * turned into a T, and just continued as T's.
Any ideas what the problem could be ?