Re: Difference between Nk.nb0 & nk.bin by Héctor
Héctor
Mon Nov 27 02:10:32 CST 2006
If you are using your own Bootloader (not the standard WinCE bootloader
'eboot') you have to port part of the features of eboot to your code.
Basically you have to parse nk.bin in chunks. Each chunk has CRC information
and the address in RAM where it should be placed. (nk.bin is not really
compressed, just packed)
You have good information within PB help. The eboot code
(Wince500\platoform\xxx\bootloader) is also a good reference.
We have sometimes used a reduced version of eboot as an extension of our own
bootloaders to have better relationship with PB.
regards,
"Vijaya mohan" <Vijayamohan@discussions.microsoft.com> wrote in message
news:5F763232-0720-41C6-8F25-454C16CB5A5A@microsoft.com...
> Thank you Mr.Bruce.
>
> Presently i am using Nand Bootloader. I am using Nk.nb0 as Os image.
> Nk.Nb0.
> to use Nk.bin and using Nand bootloader,What things i need to process to
> boot
> the device from nk.bin.
> --
> V. Vijaya Mohan
> Software Engineer
> Carmanpark.co.ltd
>
>
> "Bruce Eitman [eMVP]" wrote:
>
>> nk.nb0 can be writen raw to ROM, while nk.bin must be processed first.
>>
>> --
>> Bruce Eitman (eMVP)
>> Senior Engineer
>> beitman AT applieddata DOT net
>>
>> Applied Data Systems
>> www.applieddata.net
>> An ISO 9001:2000 Registered Company
>> Microsoft WEP Gold-level Member
>>
>> "Vijaya mohan" <Vijayamohan@discussions.microsoft.com> wrote in message
>> news:7AB4869C-E865-4791-AB52-686EDF839D6C@microsoft.com...
>> > Hi all
>> >
>> > I am new to the platform builder. When i do Sysgen it will create both
>> > Nk.nb0 and Nk.bin. I am always using Nk.nb0 as OS image file.
>> > My question is :
>> > What is the difference between Nk.nb0 and Nk.bin.
>> > Thank you
>> >
>> > V. Vijaya Mohan
>> > Software Engineer
>> > Carmanpark.co.ltd
>>
>>
>>