ruiqimao / qmkbuilder

Online GUI for QMK Firmware
http://kbfirmware.com
GNU General Public License v3.0
382 stars 123 forks source link

Why the pcb is written protected? #40

Closed lisper-inmove closed 6 years ago

lisper-inmove commented 6 years ago

hello everyone, i want to flash my keyboard, and i do this

`alias d0='dfu-programmer atmega32u4 erase --force'

alias d1='dfu-programmer atmega32u4 reset'

alias d2='dfu-programmer atmega32u4 flash kb_default.hex'`

error occured in step 3:

Checking memory from 0x0 to 0x587F... Empty. 0% 100% Programming 0x5880 bytes... [Device is write protected. X ERROR Memory write error, use debug for more info. Anyone knows, thanks advance.