Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Development
  3. bootloader

bootloader

Scheduled Pinned Locked Moved Development
bootloaderfirmwareotg
23 Posts 8 Posters 15.5k Views 10 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M MarkV

    @tekka
    Goodmorning i've got a question:
    Isn't it possible to write a Boards.txt for al boards? or does someone have this allready.
    I tried to load the bootloader in a Arduino Uno (CH340 interface) but this didn't function.
    It would be nice to load it in:
    Arduino Mega 2560
    Arduino Uno (official)
    Arduino Uno (CH340) chinees clone
    Arduino mini
    Arduino nano
    Arduino micro
    etc.

    tekkaT Offline
    tekkaT Offline
    tekka
    Admin
    wrote on last edited by
    #13

    @MarkV I'm not sure I understand your question - bootloaders are programmed via the ISP interface (e.g. USBasp or ArduinoISP as programmer), not via serial/usb interface.

    M 1 Reply Last reply
    0
    • tekkaT tekka

      @MarkV I'm not sure I understand your question - bootloaders are programmed via the ISP interface (e.g. USBasp or ArduinoISP as programmer), not via serial/usb interface.

      M Offline
      M Offline
      MarkV
      wrote on last edited by
      #14

      @tekka
      Thanks for the replay.
      I ment i trying to load the boatloader into a arduino pro mini (clone) through a Arduino (as ISP) Mega 2560.
      When i try to upload the boatloader i'm getting this error:

      avrdude: Yikes!  Invalid device signature.
               Double check connections and try again, or use -F to override
               this check.
      
      Fout bij het branden van de bootloader.
      

      What's wrong and what should i change?

      1 Reply Last reply
      0
      • dynamiteD Offline
        dynamiteD Offline
        dynamite
        wrote on last edited by dynamite
        #15

        @MarkV I had this message two days ago as well. I was programming with usbasp. I have solved it by powering my pro mini with a separate power supply. So please check the cables.

        M 1 Reply Last reply
        0
        • dynamiteD dynamite

          @MarkV I had this message two days ago as well. I was programming with usbasp. I have solved it by powering my pro mini with a separate power supply. So please check the cables.

          M Offline
          M Offline
          MarkV
          wrote on last edited by MarkV
          #16

          @dynamite
          Oh thanks, will do that. .
          But why does it giveel this message.. i wouldn't link this message to a failty powernapp supply..

          dynamiteD 1 Reply Last reply
          0
          • M MarkV

            @dynamite
            Oh thanks, will do that. .
            But why does it giveel this message.. i wouldn't link this message to a failty powernapp supply..

            dynamiteD Offline
            dynamiteD Offline
            dynamite
            wrote on last edited by
            #17

            @MarkV Dont't know, it helped in my case. Whether it was actually the power supply is the question. But if it helps in your case as well, than most probably yes. I think it has something to do with the communication and it reads a faulty or no signature.

            M 1 Reply Last reply
            0
            • dynamiteD dynamite

              @MarkV Dont't know, it helped in my case. Whether it was actually the power supply is the question. But if it helps in your case as well, than most probably yes. I think it has something to do with the communication and it reads a faulty or no signature.

              M Offline
              M Offline
              MarkV
              wrote on last edited by
              #18

              @dynamite
              tryed it and got a other error report:

              avrdude: Expected signature for ATmega328P is 1E 95 0F
                       Double check chip, or use -F to override this check.
              Verkeerde microcontroller gevonden. Hebt u het correcte board geselecteerd in het menu Hulpmiddelen > Board?
              

              What now?

              dynamiteD 1 Reply Last reply
              0
              • M MarkV

                @dynamite
                tryed it and got a other error report:

                avrdude: Expected signature for ATmega328P is 1E 95 0F
                         Double check chip, or use -F to override this check.
                Verkeerde microcontroller gevonden. Hebt u het correcte board geselecteerd in het menu Hulpmiddelen > Board?
                

                What now?

                dynamiteD Offline
                dynamiteD Offline
                dynamite
                wrote on last edited by
                #19

                @MarkV This is exactly the message I have received as well... Maybe check the other connection. Replace some cables? I the end I have been able to eliminate this message without changing anything in the software. In my case it was hardware related. (I was programming a pro mini and had it with two seperate mini's)

                1 Reply Last reply
                0
                • M Offline
                  M Offline
                  MarkV
                  wrote on last edited by
                  #20

                  I've got it duss far.. Stupid me, i've forgot to change the reset pin from 10 to 53.
                  After that it says ready with uploading the bootloader..
                  Now i'm going to test it to see if it worked...

                  1 Reply Last reply
                  0
                  • Mayank RaichuraM Offline
                    Mayank RaichuraM Offline
                    Mayank Raichura
                    wrote on last edited by
                    #21

                    Hi,

                    I'm trying to burn 16Mhz version but I get the following error at the end:

                    avrdude: verification error, first mismatch at byte 0x0000
                             0x3f != 0xff
                    

                    Programmer: Usbasp

                    RedferneR 1 Reply Last reply
                    0
                    • Mayank RaichuraM Mayank Raichura

                      Hi,

                      I'm trying to burn 16Mhz version but I get the following error at the end:

                      avrdude: verification error, first mismatch at byte 0x0000
                               0x3f != 0xff
                      

                      Programmer: Usbasp

                      RedferneR Offline
                      RedferneR Offline
                      Redferne
                      wrote on last edited by
                      #22

                      @Mayank-Raichura I had the same problem with usbasp. The fix was to remove the -D flag (disable auto erase) when running avrdude.

                      Mayank RaichuraM 1 Reply Last reply
                      0
                      • RedferneR Redferne

                        @Mayank-Raichura I had the same problem with usbasp. The fix was to remove the -D flag (disable auto erase) when running avrdude.

                        Mayank RaichuraM Offline
                        Mayank RaichuraM Offline
                        Mayank Raichura
                        wrote on last edited by
                        #23

                        @Redferne Thanks. I'll check it out.

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        12

                        Online

                        11.7k

                        Users

                        11.2k

                        Topics

                        113.1k

                        Posts


                        Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • MySensors
                        • OpenHardware.io
                        • Categories
                        • Recent
                        • Tags
                        • Popular