Problems installing bootloader UNO

Hey can somebody give me a URL for installing the bootloader for AVR ISP on a Arduino UNO

Like: Installing a Bootloader on the MicroView - SparkFun Learn

but then from command line instead of IDE :face_with_monocle:

further i bougt this Arduino UNO at AliExpress, and does anybody know weither this is the chinese board and also compatible to turn it over in a AVR programmer?

Or must i buy the original version ??

Thank you for your help, and greets pascalbythree :grinning:

Didn't translate well. What do you mean?

You can take a look at * Arduino as ISP and Arduino Bootloaders and Burn the bootloader on UNO, Mega, and classic Nano using another Arduino

I mean, what is te command / avrdude paramters to turn a arduino UNO into a programmer itself.

Is de IDE permitted for it ?

The IDE is giving connection problems, so i want to try it by hand in the terminal

Hi @pascalbythree2

You can find out by doing this:

  1. Select File > Preferences from the Arduino IDE menus.
  2. Uncheck the checkbox next to Show verbose output during: compilation
  3. Check the checkbox next to Show verbose output during: ☐ upload.
  4. Click the OK button.
  5. Attempt whatever operation you are using to "turn a arduino UNO into a programmer itself"
  6. Wait for the operation to to finish/fail.

Now examine the contents of the black "Output" panel at the bottom of the Arduino IDE window. There you will see the avrdude command Arduino IDE ran. You can copy and paste that command and run it directly from the command line.

I'm not sure I understood correctly what you mean by this. Please provide a more detailed description of what you mean by "permitted" to help me to understand it.

If you want to solve the problem, the best thing to do is post a detailed description of it here, including the full and exact text of any error or warning messages you might be getting.

If you are only interested in doing this to learn more about the process, or in order to set up a script to do it more efficiently, then go for it and we are here to help you with that! But if you think this is an effective way to solve whatever problem you are having, you are likely only wasting your time because there is very little chance you will get any better results by running it from the command line.

Yay!

I think it got to work, only i can only flash a Atmega328p, not the attiny2313 as going to be used.

Does anybody knows a list of MCUs that are compatible with the Arduino as programmer?

Greets, Wouter van Wegen

Or is it only to flash the atmega328p on my breadboard connected to it ?

Great work! I'm glad you have made progress.

I do not. I have used it successfully with the following boards:

I have not been able to make it work with the following boards:

I'm not sure I understood correctly what you mean by this. Please provide a more detailed description to help me to understand it.

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