Optiboot / optiboot

Small and Fast Bootloader for Arduino and other Atmel AVR chips
Other
1.08k stars 396 forks source link

Fix lock fuse verification step in the ISP target #341

Closed ondrej-stanek-ozobot closed 2 years ago

ondrej-stanek-ozobot commented 2 years ago

The fuse bits value has to be prefixed with 0x, otherwise, avrdude treats it as a filename and the lock fuse write fails.