Re: [U-Boot] FW: which protocol do I use to send S-record files when using the loads command ?

2010-08-19 Thread Jef Mangelschots
> It is not exactly _parsing_ the record, but storing the decoded data > to it's final destination, which usually includes flash programming > cycles. Whenever some code takes a ASCII string (in my case an S-record), extracts fields from it, converts these to numeric values, then I call that parsi

[U-Boot] which protocol do I use to send S-record files when using the loads command ?

2010-08-19 Thread Jef Mangelschots
Ok, here is a summary of what I have found out so, with the help of Wolfgang. Many thanks. 1) Wolfgang refers to the manual for system setup: http://www.denx.de/wiki/view/DULG/SystemSetup He recommends Linux programs cu and Kermit. 2) When using the "loads" command to upload an S-record file, onl

Re: [U-Boot] FW: which protocol do I use to send S-record files when using the loads command ?

2010-08-19 Thread Jef Mangelschots
Ok, here is a summary of what I have found out so, with the help of Wolfgang. Many thanks. 1) Wolfgang refers to the manual for system setup: http://www.denx.de/wiki/view/DULG/SystemSetup He recommends Linux programs cu and Kermit. 2) When using the "loads" command to upload an S-record file, onl