Can you burn a new bootloader a separate Arduino board using an old bootloader

I have accidentally courped my bootloader on my Arduino uno. I was searching for an Arduino nano (because they are small and cheap) on trade me and I found one but it had an old bootloader on it. Is it possible to burn a new bootloader to my Arduino uno using a board that has an old bootloader?
(link if you are NZ:

Thanks

Yes, you can burn a new(er) or old(er) bootloader.

Bootloaders actually don't matter too much as long as they are for the right processor (and the right frequency). If you want to burn a bootloader on the Uno, just take the Uno's bootloader. There have also been plenty people that burned the Uno bootloader in the Nano (after that, program the Nano with board selection Uno).

:ok_hand: thanks

New bootloader

The official version.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.