Open mywalkb opened 1 year ago
I have the exact same problem. Running Pop!_OS 22.04 LTS
Did anyone figure out a solution?
Same problem here!
I assumed I was supposed to expect those errors (Because --force) My dfu-programmer is even newer
❯ sudo dfu-programmer atxmega32a4u erase --force
Erasing flash... Success
Checking memory from 0x0 to 0x7FFF... Not blank at 0x7FF1.
❯ sudo dfu-programmer atxmega32a4u flash --eeprom --force --suppress-validation ./Firmware/ChameleonMini/ChameleonMini.eep.scramble
WARNING (line 3): 0x8000 address outside valid region,
suppressing additional address error messages.
Total of 0xFA6 bytes in invalid addressed.
WARNING: 0xFA6 bytes are outside target memory,
and will not be written.
Hex file error, use debug for more info.
❯ sudo dfu-programmer atxmega32a4u flash --force --suppress-validation ./Firmware/ChameleonMini/ChameleonMini.hex.scramble
0% 100% Programming 0x5900 bytes...
[ X ERROR
Memory write error, use debug for more info.
❯ dfu-programmer --version
dfu-programmer 1.0.0
But it's not waking up.
I had SNAFUed the device with the wrong files I think. So I followed instructions to unbrick it.
I scrambled ChameleonMiniRDV2.0_ATxmega32A4U.hex
and ITS_A_CARD.hex
(In the ./Firmware/ChameleonMini/
directory to make copy&paste easier)
So no one is able to flash recent releases on linux? There must be a way to do this
seems like you bricked your device by flashed a big fireware, try unbrick your dev by follow the wiki:
https://github.com/iceman1001/ChameleonMini-rebooted/wiki/How-to-program-with-AVRISP-mkII
to use a new bootloader that no need to scramble the hex anymore: https://github.com/iceman1001/ChameleonMini-rebooted/wiki/Reference-RevE-Bootloader
I trying to update the firmware from linux but fails with this error:
I tested version 0.7.2 and latest from dfu-programmer without success. I tried on Windows and works.
OT Github support Discussion just enable it from Settings. So we can use it as forum instead of issue.