Giter Site home page Giter Site logo

Comments (4)

mungewell avatar mungewell commented on August 21, 2024

I was able to flash the Pro Micro by back-tracking to
commit 96dd93f738a39cb64ebbfec7e945be38df7e0e41 (HEAD, tag: v4.0.0)

from opendeck.

paradajz avatar paradajz commented on August 21, 2024

Fixed with 6cd73f3

This was applied on v4 branch and master was rebased on top of that.

You should use official release instead of master because Leonardo/ProMicro don't support bootloader anymore on master so they are not in the list of board in that flash.sh script. This will be resolved before v5.0.0 is released.
https://github.com/paradajz/OpenDeck/releases/tag/v4.1.3

Can you try again with that?

from opendeck.

mungewell avatar mungewell commented on August 21, 2024

Late last night I realized that you had removed support for the ProMicro (not related to this bug BTW), with

commit cccddc142dd0c43b2dbc78ccbaea08ef20b411dc
Author: paradajz <[email protected]>
Date:   Sun Apr 19 10:00:22 2020 +0200

    drop support for bootloader on arduino leonardo/promicro
    
    it won't fit anymore together with flash

If I grabbed the 'ProMicro.hex' from the previous rev and then used that together with HEAD I was able to flash the board with the fixed script.

git checkout 6c486272491c311df9cfefcfc67ed4d741951d4d
cp bin/compiled/merged/avr/atmega32u4/promicro.hex .
git checkout master
cp promicro.hex bin/compiled/merged/avr/atmega32u4/promicro.hex
sudo scripts/flash.sh

So, I consider this a success/fix, thanks.
promicro_most_recent_build

from opendeck.

paradajz avatar paradajz commented on August 21, 2024

It's not the ProMicro support that was removed - support for bootloader on ProMicro and Leonardo was removed. Glad it works though, and I'll also correct the naming in the UI.

from opendeck.

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.