QMK기판 Flash시 Erase후 Blank Check 에러문제 해결방법이 있을까요

by deseb posted Jul 25, 2018
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

키매핑해서 잘 쓰고 있던 RAMA M65-A가 퇴근하고 오니

 

갑자기 왼쪽 Capslock, Shift, Ctrl, Alt키가 말을 안듣길래

 

Flash하고 새로 hex올려야지 했는데,

 

>>> dfu-programmer.exe atmega32u4 erase --force

    Erasing flash...  Success

    Checking memory from 0x0 to 0x6FFF...  Not blank at 0x1.

>>> dfu-programmer.exe atmega32u4 flash "D:\Keyboard\RAMA65\ramam65a.hex"

    Checking memory from 0x0 to 0x58FF...  Not blank at 0x1.

    The target memory for the program is not blank.

    Use --force flag to override this error check.

>>> dfu-programmer.exe atmega32u4 reset

 

이런 메세지와 함께 벽돌이 되어버렸습니다 ㅠㅠ

 

EEPROM Reset도 되질 않네요

 

>>> dfu-programmer.exe atmega32u4 erase --force

    Erasing flash...  Success

    Checking memory from 0x0 to 0x6FFF...  Not blank at 0x1.

>>> dfu-programmer.exe atmega32u4 flash --eeprom "atmega32u4_eeprom_reset.hex"

    Checking memory from 0x0 to 0x7F...  Not blank at 0x1.

    The target memory for the program is not blank.

    Use --force flag to override this error check.

 
정령 기판이 사망한걸까요....

Articles

2 3 4 5 6 7 8 9 10 11