Devin,
What programmer are you using? If you are not using the AVRISP mkII or a clone
then you will need to change "avrispmkII" in the command string to something
else.
If you are using a second Arduino as programmer "arduino" will probably work.
Peter
> On 17 Jul 2019, at 06:46, devin d
Thanks for the info. I am on a windows machine, using avrdude. I am trying
to use the following command , taken from the link provided by Peter C.
(i replaced the com port with my com port, com8)
*avrdude -p m328p -c avrispmkII -P com8 -U efuse:w:0xFF:m -U hfuse:w:0xD9:m
-U lfuse:w:0xFF:m -U flash