diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-12-20 11:11:45 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-12-20 11:11:45 -0500 |
commit | 7571474874990471d449dd91174c5c75b1487370 (patch) | |
tree | 82f5ecd25b4b468c1a9e9ed4be47e22ee1cc095d /Memory-write-error,-use-debug-for-more-info.md | |
parent | dbf13e9c9827ec9825939aff7b71b0e5ac9cac97 (diff) |
Updated Memory write error, use debug for more info (markdown)
Diffstat (limited to 'Memory-write-error,-use-debug-for-more-info.md')
-rw-r--r-- | Memory-write-error,-use-debug-for-more-info.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Memory-write-error,-use-debug-for-more-info.md b/Memory-write-error,-use-debug-for-more-info.md index 01eb99211d..7a404106e7 100644 --- a/Memory-write-error,-use-debug-for-more-info.md +++ b/Memory-write-error,-use-debug-for-more-info.md @@ -11,4 +11,11 @@ Currently the only way to solve this is to [reprogram the chip via ISP](https:// An example command to flash the board once things are hooked up is: - avrdude -c usbtiny -p m32u4 -U flash:w:planck_default_rev4.hex
\ No newline at end of file + avrdude -c usbtiny -p m32u4 -U flash:w:planck_default_rev4.hex + +Research is still being done on why this happens, but here are some cases: + +* [`make -f Makefile.rn42 dfu` and not the dfu-programmer commands worked for @tybenz](https://github.com/tmk/tmk_keyboard/issues/316) - also see [the hhkb keyboard on tmk](https://github.com/tmk/tmk_keyboard/tree/master/keyboard/hhkb) +* [Doing a force erase works here](https://geekhack.org/index.php?topic=12047.msg1520147#msg1520147) +* [`dfu-programmer atmega32u4 erase --force` works here as well](https://forum.fhem.de/index.php?topic=29777.0) [DE] +* [Unresolved, but some data dumps](https://github.com/dfu-programmer/dfu-programmer/issues/29)
\ No newline at end of file |