HomeR/CHobbyKing SuperSimple HK-18A and SimonK firmware

Comments

HobbyKing SuperSimple HK-18A and SimonK firmware — 3 Comments

    • You need to use avrdude (it’s distibuted with Arduino for example).
      I guess that 0x1e is low fuse, 0x93 is high fuse and 0x07 are lock bits, so:
      hfuse: avrdude -c usbasp -u -p m8 -U hfuse:w:0x93:m
      lfuse: avrdude -c usbasp -u -p m8 -U hfuse:w:0x1e:m
      lock bits: avrdude -c usbasp -u -p m8 -U lock:w:0x07:m

Leave a Reply

Your email address will not be published. Required fields are marked *

HTML tags allowed in your comment: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>