Replies: 1 comment 2 replies
-
Using whichever tool you want to get the contents of the flash after the failed attempt as a .hex file. (btw - I still see replies to closed issues - I just close things that don;t represent action items for me) Bootloader goes in the first 512 bytes . they started putting it at the beginning of the flash now. I liked the old way better - the new way means you can't use the same application binaries for bootloader and non, while the old way could use the same binaries. no idea why they changed it. |
Beta Was this translation helpful? Give feedback.
-
Spence –
In Issue 191 (now closed) I had reported problems when trying to burn a bootloader into the AVR128DB64 when using a knock-off FTDI chip as the “Serial UPDI w/4.7K” programming device, although that same device would work fine for Arduino compiled code download over UPDI (including sketches under 512 bytes).
You had asked “Would you be able to dump the flash to a hex file” so that you could take a look at the potential cause of the problem. I’d be happy to do so but I’m not exactly sure what that means. I do have MPLAB X IDE and a Snap. Do you mean that I should use those devices to read out whatever did get programmed into the DB64 flash after the failed bootloader programming? Or is this something I should be able to do with the Arduino IDE? Also, what’s the address range where the bootloader is expected to reside in the flash?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions