I have a custom board with an i.MX28 processor. Would it be possible to write a Windows CE 6.0 image to the on-board NAND flash with MfgTool 3.0. I have three files: uce_ivt.sb, eboot_ivt.sb and NK.nb0. I use ubuntu 18.04.2 LTS 64-bit.
I can boot the update client engine with command:
./uuu uce_ivt.sb
, then I use this command to program the NAND flash, but it fails:
./uuu -b NAND eboot_ivt.sb NK.nb0
Wait for Known USB Device Appear...
Error: Unknown Command:FB: nandbcd update $(fastboot_buffer) nandboot $(fastboot_bytes)
With the older version MfgTool V1 (on Windows) I have no problems.