NekoInk icon indicating copy to clipboard operation
NekoInk copied to clipboard

v2 MXC Assembly not supported

Open stephendpmurphy opened this issue 2 months ago • 1 comments

Hello, I'm attempting to run a conversion from a .WBF to a .FW that the v2 EPDC driver can handle. The conversion from .wbf to .iwf appears to run correctly but it looks like the MXC assembly bin is intentionally asserting that the version of the input file must be for the MXC v1 driver. Is this correct? I'm guessing the assembly piece just isn't finished for the v2 EPDC driver file format?

stephendpmurphy avatar May 08 '24 18:05 stephendpmurphy

The issue is actually that I wrote the WBF decoder much later than the FW decoder/ assembler. So by the time I wrote the WBF decoder I found the initial IWF format I defined is inadequate, so I created a IWF v2 format (likely no one other than me is using the IWF V1 format anyway). But then I never got around to update the FW decoder/ assembler to properly support IWF v2. Thanks for the reminder and I will do that soon. Though if you are trying to use WBF on NXP devices, I would also recommend just reach out to NXP FAEs, they have their proprietary tool for doing so.

zephray avatar May 09 '24 21:05 zephray