I'm trying to automate the process of creating the radar control POI updates for SMEG, SMEG+, SMEG IV2 and RT6, but I'm stuck at repacking the ZAR_POI.BIN file.
For some reason the SMEG is rejecting the update with an error message when I repack the ZAR_POI.BIN file after updating the POI's, but this also happens when I don't update the POI's but just repack the file. I'm using RTXcrc to update the ZAR_POI.BIN.inf file afterwards, which produces the correct CRC.
These are the current steps I do:
I keep reading that ZAR_POI.BIN is an LZW compressed file, but I don't know how to recreate this type of file. Whenever I open it up in 7-Zip, it opens it without problems as a regular gzip-file.
How can I repack the ZAR_POI.BIN file?
Thanks in advance,
Raymond
For some reason the SMEG is rejecting the update with an error message when I repack the ZAR_POI.BIN file after updating the POI's, but this also happens when I don't update the POI's but just repack the file. I'm using RTXcrc to update the ZAR_POI.BIN.inf file afterwards, which produces the correct CRC.
These are the current steps I do:
Code:
7z.exe a -ttar TMP_POI.TAR TMP_POI
7z.exe a -tgzip ZAR_POI.BIN TMP_POI.TAR
RTXcrc.exe ZAR_POI.BIN
How can I repack the ZAR_POI.BIN file?
Thanks in advance,
Raymond