AdamLaurie / mphidflash

Automatically exported from code.google.com/p/mphidflash
GNU General Public License v3.0
31 stars 19 forks source link

mphidflash Error: Verify failed #22

Open juliokele opened 8 years ago

juliokele commented 8 years ago

Bootloader: Microchip MLA v2016_04_27 mphidflash version: actualy git version, compiled with mingw32-gcc OS: MS Windows 7 Command: mphidflash -w test.hex

See hex file and debug log attached (zip).

mphidflash-debug.zip

AdamLaurie commented 8 years ago

Can you please try this with older versions of mphidflash to see if this is an error introduced by recent changes? You can find version 1.6 in the binaries dir.

juliokele commented 8 years ago

with mphidflash-1.6-win-32.exe works (verify ok), of course, after reset without signing, booting back to bootloader...

i've compared the two readouts:

  1. with mphidflash-1.6-win-32.exe
  2. with new mphidflash-1.8-win-32.exe

the difference is on this line: 022DB000FDD74D

maybe hex file parsing error??

juliokele commented 8 years ago

without hex.c - "fix data flushing" commit, verify ok...

see logs attached: mphidflash-logs.zip