I'm trying to install Marlin onto my Ender 3 Pro but when trying to burn the bootloader I'm getting this
Arduino: 1.8.15 (Windows 10), Board: "Sanguino, ATmega644 or ATmega644A (16 MHz)"
Error while burning bootloader.
And nothing else. I'm following this guide here, however I am using male to female instead of female to female DuPont wires, and they're hooked up to d10-d13, 5v and ground.
I'm going to ask you to post some additional information that might help us to identify the problem.
Please do this:
Select File > Preferences from the Arduino IDE's menus.
Check the checkbox next to "Show verbose output during: upload".
Click the OK button.
Select Tools > Burn Bootloader from the Arduino IDE's menus.
After the Burn Bootloader process fails, you'll see a button on the right side of the orange bar: Copy error messages. Click that button.
Open a forum reply here by clicking the Reply button.
Click the </> icon on the post composer toolbar. This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
Press Ctrl+V. This will paste the compilation output into the code block.
Move the cursor outside of the code block markup before you add any additional text to your reply.
Arduino: 1.8.15 (Windows 10), Board: "Sanguino, ATmega644 or ATmega644A (16 MHz)"
D:\++Downloads\arduino-1.8.15-windows\arduino-1.8.15\hardware\tools\avr/bin/avrdude -CD:\++Downloads\arduino-1.8.15-windows\arduino-1.8.15\hardware\tools\avr/etc/avrdude.conf -v -patmega644 -cstk500v2 -Pusb -e -Ulock:w:0x3F:m -Uefuse:w:0xFD:m -Uhfuse:w:0xDE:m -Ulfuse:w:0xFF:m
avrdude: Version 6.3-20190619
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "D:\++Downloads\arduino-1.8.15-windows\arduino-1.8.15\hardware\tools\avr/etc/avrdude.conf"
Using Port : usb
Using Programmer : stk500v2
avrdude: usbdev_open(): did not find any USB device "usb" (0x03eb:0x2104)
avrdude done. Thank you.
Error while burning bootloader.
yeahhh, see the whole reason I'm trying to install Marlin is because bad firmware bricked my printer. As all my free options are exhausted I'll just buy a new board off Amazon. Thanks for the help