0

I need to bootload my Uno board but I do not have another Arduino at my disposal so how do I bootload without another Arduino board

Gerben
11.3k3 gold badges22 silver badges34 bronze badges
asked Nov 10, 2018 at 18:21
3
  • with AVR programmer Commented Nov 10, 2018 at 18:23
  • Sorry, I am new to this will you mind explaining further or may provide a link to relevant video/document for the procedure @Juraj Commented Nov 10, 2018 at 18:31
  • 1
    perhaps you should explain why do you need to 'bootload' Commented Nov 10, 2018 at 18:59

2 Answers 2

2

The USBTinyISP programmer attaches to your computer's USB port and uses the 6-pin ICSP port on your Arduino to program it. It can program both bootloaders and sketches. It can be purchased for less than 10ドル from Amazon or Ebay.

USBTinyISP programmer

answered Nov 10, 2018 at 21:31
2

There are 3 main options how to write bootloader or program to AVR over ISP.

  1. dedicated AVR programmer or Arduino ISP programmer
  2. other Arduino with Arduino as ISP sketch or similar
  3. parallel port of a computer
answered Nov 10, 2018 at 18:29

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.