This is the mail archive of the ecos-discuss@sourceware.org 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: Problem flashing WinCE


On Fri, Mar 12, 2010 at 12:32 PM, Stefano Mora <smora@eos.pr.it> wrote:
>
>> Hello all,
>> I'm working a board based on Freewscale iMX25.
>> The original board has RedBoot + Linux but I need to switch
>> to RedBoot + WinCE.
>> I init the Flash memory to delete the Linux partition and
>> create the WinCE one.
>>
<snip>

oot> load -h 192.168.0.12 -b 0x180000 -r nk.bin

<snip>

>> ....
>> RedBoot> fis load wince
>> ... Read from 0x03e80000-0x03eff000 at 0x00100000: ..
>> ... Read from 0x00180000-0x00e2ab6f at 0x00180000:
>> ...........................
>> RedBoot> go
>> $T050f:60001800;0d:f00fe703;#87$T050f:60001800;0d:f00fe703;#87
>> $T050f:60001800;0d:f00fe703;#87$T050f:60001800;0d:f00fe703;#87
>> $T050f:60001800;0d:f00fe703;#87$T050f:60001800;0d:f00fe703;#87
>> $T050f:60001800;0d:f00fe703;#87$T050f:60001800;0d:f00fe703;#87
>> $T050f:60001800;0d:f00fe703;#87
>> $T050f:60001800;0d:f00fe703;#87++Searching for BBT table in
>> the flash ...
>>
>> The image doesn't start by 'go' command.

<snip>

>> ....
>> ....
>>
>> Where is the fault? Why the iamge doesn't start?
>>
>> Thanks,
>> regards
>> ________________________________
>>
>> Ing. Stefano Mora
>
You have not told us whether your CE image runs. Can you load and run
windows .bin files using RedBoot? Skip the reflashing and test that
first. If that does not work try .nb0 files. ".bin" is not a rom image
but ".nb0" is, in CE. This is how I do it.

lo -r -b 0x0 nk.nb0
go

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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