issues flashing anduril 2 kr1vn

I would really appreciate some help with this. I’ve been trying for a day.

C:\avrdude -c usbasp -p t1634 -u -Uflash:w:sbttest.hex avrdude: warning: cannot set sck period. please check for usbasp firmware update. avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.03s avrdude: Device signature = 0x1e9412 avrdude: NOTE: “flash” memory has been specified, an erase cycle will be performed To disable this feature, specify the -D option. avrdude: erasing chip avrdude: warning: cannot set sck period. please check for usbasp firmware update. avrdude: reading input file “sbttest” avrdude: error opening sbttest: No such file or directory avrdude: input file sbttest auto detected as invalid format avrdude: can’t open input file sbttest: No such file or directory avrdude: read from file ‘sbttest’ failed avrdude done. Thank you.

It sounds like it can’t find your file. Maybe it’s sbttest.hex ? You need the file extension. Also make sure it’s in the right folder.

Thanks for your response. Adding the extension did not work either. “C:\avrdude\sbttest.hex” is the entire path. What exactly do you mean by the right folder ?

Your .hex file needs to be in the same folder as your avrdude.exe file.

I restarted the whole command thing and it now seems to be working thanks for the help.