This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RedBoot for Assabet (strongarm) problem


Hi Jesper,

Yes the flash is 32 bits width but I don't think this is the problem :
I've got a running binary of redboot and mine non working binary.

I've checked with hexdump and the bytes seems to be properly ordered in both files :
working redboot.bin :
0000000 f018 e59f f018 e59f f018 e59f f018 e59f
0000010 f018 e59f 0000 0000 f018 e59f f018 e59f
0000020 0060 0000 037c 5000 0400 5000 0438 5000

non-working redboot.bin :
0000000 f018 e59f f018 e59f f018 e59f f018 e59f
0000010 f018 e59f 0000 0000 f018 e59f f018 e59f
0000020 0040 0002 0128 0002 01ac 0002 01e4 0002

Thanks
Eric

Jesper Skov wrote:

>>>>>>"Eric" == Eric BENARD / FREE <ebenard@free.fr> writes:
>>>>>>
> 
> Eric> I tried to flash redboot.bin to my Assabet board using JFlash.
> Eric> It flashs properly but nothing happens on the serial port even
> Eric> after reseting the board.
> 
> I don't know the Assabet board, but if the flash is 16/32 bit wide,
> this could be due to an endian issue (if so, there's probably an
> option in the flash software to swap bytes before programming them
> into the flash).
> 
> Jesper
> 
> 
> 




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]