I haven't needed to flash the 8u2 on my Mega2560 board, but it should be possible if you have an ISP.
Be careful with your terminology; "bootloader" usually refers to the software on the Atmega2560 that allows loading firmware over the serial line, while the 8u2 is the USB to serial conversion chip. Which one are you talking about?
> Has anyone restored (re-flashed) the Atmel 8U2 on the Arduino Mega2560 > board?
> Alan KM6VV
> -- > You received this message because you are subscribed to the Google > Groups "HomeBrew Robotics Club" group.
> To post to this group, send email to hbrobotics@googlegroups.com.
> To unsubscribe from this group, send email to > hbrobotics+unsubscribe@googlegroups.com.
> For more options, visit this group at > http://groups.google.com/group/hbrobotics?hl=en.
Yeah, I'm getting confused myself! I have an STK500, and I can program the
bootloader/program space on the 2560. In addition to the clearly marked ISP
header for the 2560, there is also an ISP header for the 8U2 (don't ask)
which is how I got into trouble! My 8U2 no longer looks like a USB, and I
haven't been successful trying to run flip (flip's a flop). My STK500 and
Atmel Studio 4 apparently can't program the 8U2. I loaded Atmel Studio 6.0
onto another computer, and while it does recognize the 8U2, it wants a USB
STK500 as far as I can tell (haven't tried to learn all of it). Flip does
not like the "combined" 8U2 hex (looks more like html) file I've found on:
And since the code on the 8U2 is bricked, I doubt if flip could load it
anyway.
My sad story.
Alan KM6VV
>On Behalf Of Austin Hendrix
>I haven't needed to flash the 8u2 on my Mega2560 board, but it should be
possible if you have an ISP.
>Be careful with your terminology; "bootloader" usually refers to the
software on the Atmega2560 that allows loading firmware >over the serial
line, while the 8u2 is the USB to serial conversion chip. Which one are you
talking about?
>-Austin
On 07/30/2012 02:51 PM, Alan Marconett wrote:
> Has anyone restored (re-flashed) the Atmel 8U2 on the Arduino Mega2560 > board?
> Alan KM6VV
> --
> You received this message because you are subscribed to the Google > Groups "HomeBrew Robotics Club" group.
> To post to this group, send email to hbrobotics@googlegroups.com.
> To unsubscribe from this group, send email to
> hbrobotics+unsubscribe@googlegroups.com.
> For more options, visit this group at > http://groups.google.com/group/hbrobotics?hl=en.
--
You received this message because you are subscribed to the Google Groups
"HomeBrew Robotics Club" group.
To post to this group, send email to hbrobotics@googlegroups.com.
To unsubscribe from this group, send email to
hbrobotics+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/hbrobotics?hl=en.
> Yeah, I'm getting confused myself! I have an STK500, and I can program the
> bootloader/program space on the 2560. In addition to the clearly marked ISP
> header for the 2560, there is also an ISP header for the 8U2 (don't ask)
> which is how I got into trouble! My 8U2 no longer looks like a USB, and I
> haven't been successful trying to run flip (flip's a flop). My STK500 and
> Atmel Studio 4 apparently can't program the 8U2. I loaded Atmel Studio 6.0
> onto another computer, and while it does recognize the 8U2, it wants a USB
> STK500 as far as I can tell (haven't tried to learn all of it). Flip does
> not like the "combined" 8U2 hex (looks more like html) file I've found on:
> And since the code on the 8U2 is bricked, I doubt if flip could load it
> anyway.
> My sad story.
> Alan KM6VV
>> On Behalf Of Austin Hendrix
>> I haven't needed to flash the 8u2 on my Mega2560 board, but it should be
> possible if you have an ISP.
>> Be careful with your terminology; "bootloader" usually refers to the
> software on the Atmega2560 that allows loading firmware >over the serial
> line, while the 8u2 is the USB to serial conversion chip. Which one are you
> talking about?
>> -Austin
> On 07/30/2012 02:51 PM, Alan Marconett wrote:
>> Has anyone restored (re-flashed) the Atmel 8U2 on the Arduino Mega2560
>> board?
>> Alan KM6VV
>> --
>> You received this message because you are subscribed to the Google
>> Groups "HomeBrew Robotics Club" group.
>> To post to this group, send email to hbrobotics@googlegroups.com.
>> To unsubscribe from this group, send email to
>> hbrobotics+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/hbrobotics?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "HomeBrew Robotics Club" group.
> To post to this group, send email to hbrobotics@googlegroups.com.
> To unsubscribe from this group, send email to
> hbrobotics+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/hbrobotics?hl=en.
-----Original Message-----
From: hbrobotics@googlegroups.com [mailto:hbrobotics@googlegroups.com] On
Behalf Of Austin Hendrix
Sent: Tuesday, July 31, 2012 10:38 AM
To: hbrobotics@googlegroups.com
Subject: Re: [HBRobotics] Restore 8U2 bootloader on Arduino Megga board
I would try to use avrdude to load the firmware with your ISP programmer, as
suggested on the firmware page you linked.
You may have to change the programmer option; try -c stk500 instead of -c
avrispmkii
-Austin
On 07/31/2012 10:24 AM, Alan Marconett wrote:
> Yeah, I'm getting confused myself! I have an STK500, and I can > program the bootloader/program space on the 2560. In addition to the > clearly marked ISP header for the 2560, there is also an ISP header > for the 8U2 (don't ask) which is how I got into trouble! My 8U2 no > longer looks like a USB, and I haven't been successful trying to run > flip (flip's a flop). My STK500 and Atmel Studio 4 apparently can't > program the 8U2. I loaded Atmel Studio 6.0 onto another computer, and > while it does recognize the 8U2, it wants a USB
> STK500 as far as I can tell (haven't tried to learn all of it). Flip > does not like the "combined" 8U2 hex (looks more like html) file I've
found on:
> And since the code on the 8U2 is bricked, I doubt if flip could load > it anyway.
> My sad story.
> Alan KM6VV
>> On Behalf Of Austin Hendrix
>> I haven't needed to flash the 8u2 on my Mega2560 board, but it should >> be
> possible if you have an ISP.
>> Be careful with your terminology; "bootloader" usually refers to the
> software on the Atmega2560 that allows loading firmware >over the > serial line, while the 8u2 is the USB to serial conversion chip. Which > one are you talking about?
>> -Austin
> On 07/30/2012 02:51 PM, Alan Marconett wrote:
>> Has anyone restored (re-flashed) the Atmel 8U2 on the Arduino >> Mega2560 board?
>> Alan KM6VV
>> --
>> You received this message because you are subscribed to the Google >> Groups "HomeBrew Robotics Club" group.
>> To post to this group, send email to hbrobotics@googlegroups.com.
>> To unsubscribe from this group, send email to
>> hbrobotics+unsubscribe@googlegroups.com.
>> For more options, visit this group at >> http://groups.google.com/group/hbrobotics?hl=en.
> --
> You received this message because you are subscribed to the Google > Groups "HomeBrew Robotics Club" group.
> To post to this group, send email to hbrobotics@googlegroups.com.
> To unsubscribe from this group, send email to
> hbrobotics+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/hbrobotics?hl=en.
--
You received this message because you are subscribed to the Google Groups
"HomeBrew Robotics Club" group.
To post to this group, send email to hbrobotics@googlegroups.com.
To unsubscribe from this group, send email to
hbrobotics+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/hbrobotics?hl=en.