[ECOS] Port to XScale board

Gary Thomas gthomas@redhat.com
Tue Aug 21 14:12:00 GMT 2001


On 21-Aug-2001 Cristiano Ligieri Pereira wrote:
> 
>> That has nothing to do with the X-modem download problems you are
>> experiencing though.
>> 
>> > Cristiano.
> 
> Now I have some communication but with errors:
> 
> Minicom console:
> 
> "Retry 0: Got 31 for sector ACK                            
>  Retry 0: NAK on sector
>  Retry 0: Got 31 for sector ACK"
> 
> Redboot console:
> 
> "load -v -m xm                                                         
> C                                                                          
> Cailure - Addr: 60015, 92 <> 00                                                
> xyzModem - CRC mode, 9(SOH)/0(STX)/1(CAN) packets, 13 retries"
> 
> If I dump memory address 0x60000 I see that part (the beggining of the
> file was downloaded):
> 
> RedBoot> dump -b 0x60000 -l 0x100                                              
> 0x00060000: 18F0 9FE5 18F0 9FE5  18F0 9FE5 18F0 9FE5   |................|      
> 0x00060010: 18F0 9FE5 0000 0000  18F0 9FE5 18F0 9FE5   |................|      
> 0x00060020: 4000 0600 FFFF FFFF  FFFF 0000 0000 0000   |@...............|      
> 0x00060030: 0000 0000 0000 0000  0000 0000 0000 0000   |................|      
> 0x00060040: 0000 0000 0000 0000  0000 0000 0000 0000   |................|      
> 0x00060050: 0000 0000 0000 0000  0000 0000 0000 0000   |................|      
> 0x00060060: 0000 0000 0000 0000  0000 0000 0000 0000   |................|      
> 
> Is this purely communication error or has something to do with the SREC
> file? If I try the binary file I get no message at all.

The binary download won't print any messages.  S-record does some
verification and thus does print things.

First of all, try leaving the "-v" option off.  It will only get in
the way (most recent sources disable it for X-modem).

Then, try loading to some different address - try a much higer one like
0x100000.



More information about the Ecos-discuss mailing list