Burning Bootloader on Arduino Mega: Difference between revisions
Jump to navigation
Jump to search
(Created page with "From [https://electronics.stackexchange.com/questions/7769/how-to-burn-arduino-mega-2560-bootloader]: "You should be able to burn it using the Arduino software with the AVR I...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
From [https://electronics.stackexchange.com/questions/7769/how-to-burn-arduino-mega-2560-bootloader]: | From [https://electronics.stackexchange.com/questions/7769/how-to-burn-arduino-mega-2560-bootloader]: | ||
"You should be able to burn it using the Arduino software with the AVR ISP. See the Tools menu. | *"You should be able to burn it using the Arduino software with the AVR ISP. See the Tools menu. | ||
*If that doesn't work, try the Arduino forum." | |||
If that doesn't work, try the Arduino forum." | *This appears to be an issue of a driver for one of the fake Arduino chips - CH340 - see notes at the source of the boards from Zyltech - http://www.zyltech.com/ramps-14.html | ||
*Driver says it's good for kernels up to 3.13, I have 4.8 on my other computer and driver install doesn't work |
Latest revision as of 23:55, 23 April 2017
From [1]:
- "You should be able to burn it using the Arduino software with the AVR ISP. See the Tools menu.
- If that doesn't work, try the Arduino forum."
- This appears to be an issue of a driver for one of the fake Arduino chips - CH340 - see notes at the source of the boards from Zyltech - http://www.zyltech.com/ramps-14.html
- Driver says it's good for kernels up to 3.13, I have 4.8 on my other computer and driver install doesn't work