Quote:
Originally posted by tf52 The settings will be
mtkflash 1 r /b /m qs03.bin
You missed the /b |
tf52 hit it on the head. Those sizes are typical of hex files, not binary files. While converting between hex and bin is possible, it's always best just to do a binary backup since hex backups are missing the last part... Without the /m switch you were getting a hex backup of only the first bank (out of 8 banks). Thanks for trying!