Code Monkey home page Code Monkey logo

Comments (4)

MCUdude avatar MCUdude commented on June 3, 2024

If you download the entire urboot.hex repo and unzip it, it occupies over 70 GB with more than 5 million files. That's way too much to bundle with MiniCore, so I've only added the ones this core will use though Arduino, and in the future, PlatformIO.

The reason why you can't find different bootloaders for 16 and 20 MHz is because there isn't any! The bootloader is utilizing autobaud, which automatically adjusts to the host (Avrdude) baudrate. When you have a bootloader that can do this, there's no need to have separate bootloaders for 16 and 20 MHz.

from minicore.

hwvern avatar hwvern commented on June 3, 2024

It only works with a the 20Mhz 328p. I copied the 16Mhz version and renamed it, and now it also works for this version. Issue #271 is then solved. Comparing both from Stefan's github showed difference.

from minicore.

MCUdude avatar MCUdude commented on June 3, 2024

It only works with a the 20Mhz 328p

What only works at 20 MHz? The Urboot bootloader that's being used if you burn the bootloader when the 16 MHz option is selected?

Can you enable verbose upload in the IDE settings and post the output log when you burn the bootloader, and when you try to upload your program using the bootloader?

from minicore.

hwvern avatar hwvern commented on June 3, 2024

I was wrong; it works with 16Mhz, but not with 20MHz. I burned again with an Nano as ISP, and then uploaded a sketch.
Burn_bootloader on 16MHz 328p.txt
Burn_bootloader on 20MHz 328p.txt
Upload sketch 16MHz 328p.txt
Upload sketch 20MHz 328p.txt

from minicore.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.