Burn os onto flash

Hello once again,

Could somebody please tell me, how can I burn an OS image onto flash memory of the emulator From my understanding you should burn eboot.nb0 onto flash. Then what do you do with the rest of the files (e.g. CMAccept.exe, NK.bin, etc...) Where do they go Also, I take it that eboot.nb0 is the bootloader, isn't it

Thanks heaps,

Rachad



Answer this question

Burn os onto flash

  • Orenbutn

    There are two options

    1. Using EBOOT.nb0:- When you start DeviceEmulator with eboot.nb0 it flashes DE with eboot which is ethernet bootloader. To Platform Builder, DE then appears as a Device sending EBOOT packets. Then using PB you can connect to this DE Instance (same way you select a device) which downloads open image (.bin -> in RAM and .nb0 in flash).

    2. Directly using flash image:- When you start DE with nk.nb0 it directly flashes images into DE NOR Flash and starts in same way as a device.

    Hope this clears. If you are looking for more details, please see boot.bib and config.bib for memory layout.

    -Thanks,

    Mohit


  • Burn os onto flash