During the terminal sequence after the RBL Menu I type:

l80700000000173A8 and immediately (Using GTKTERM) click send raw file
(and send u-boot-567-nor.bin)

To send your binary file to Rudy's UBL you have to send your command
(l80700000000173A8) in BINARY format (not ASCII anymore)
Also when you transmit a word, you should start transmitting its low byte.
For example, if your start address is 0x81080000 and the size is
0x0001a448, send these bytes:

'l'

0x00
0x00
0x08
0x81

0x48
0xA4
0x01
0x00

Then start reading your binary file, byte per byte and transmit it
also byte per byte in BINARY format.

Regards,
Carlos
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to