Git Product home page Git Product logo

Comments (6)

stevenengland avatar stevenengland commented on June 10, 2024

Shame on me. I forgot to explicitly set the programmer path via {runtime.tools.bossac}/bossac It might be helpful to mark the command line flags as either optional or mandatory. Without the flag bossac is assumed by the program but then https://github.com/arduino/FirmwareUploader/blob/59fbc283a65303fa0304dcdb85fb15ab503b8653/programmers/bossac/bossac.go line 64 will point to nil.

However, now I have to learn something about why the programmer can't be found. The actual error says
2021/06/07 15:39:11 Error: exec: "{runtime.tools.bossac}/bossac": file does not exist
I do not know yet if in your examples "{runtime.tools.bossac}" is a placeholder or if this way the bossac programmer should be found automatically - which is in a dir called something like
Arduino15\packages\arduino\tools\bossac\>>1.7.0-arduino3<<\bossac.exe

KR

from arduino-fwuploader.

umbynos avatar umbynos commented on June 10, 2024

Hi, unfortunately we removed support for SARA module in #65

from arduino-fwuploader.

stevenengland avatar stevenengland commented on June 10, 2024

Hi @umbynos thank you for answering. But I am not sure how the mentioned issue is related to my problem. There is no SARA module I need to update. I am using a so called senseBox (https://sensebox.github.io/books-v2/home/en/komponenten/sensebox-mcu.html) which has the ability to plug a WINC1500 WiFi module on it. That's the one I want to update. But I am not quite sure how to do so with the help of the uploader because I do know too little about the programmer to use for example. As far as I understood I only need a working image of the compiled "firmware_uploder.ino" and a working programmer. Isn't that the case?

from arduino-fwuploader.

umbynos avatar umbynos commented on June 10, 2024

Ups, sorry I misread the issue...

Basically, the update process works in the following way:

  1. flash a compiled sketch (this one) to the board you want to update
  2. then pass the firmware image to the module using serial. (you can find detailed instructions in the source code)

Unfortunately, we currently do not support other boards. The modules could be different from the ones we use in our boards or could be connected to different pins..

from arduino-fwuploader.

stevenengland avatar stevenengland commented on June 10, 2024

Hi @umbynos , thank you for the clarification. In that case it would be interesting to have a small guidance on how to change the source base to be compatible with my specific board. So that I could download and edit the source for my individual needs. Is there a step by step guide that you follow when adding a new board that you would share with us? So that one like me could follow a recommended way instead of reading all the code and try/guess the correct way of doing that? That would be great! :)

from arduino-fwuploader.

stevenengland avatar stevenengland commented on June 10, 2024

Hi @umbynos , may I open another issue as a feature request either

  • for my specific board or better
  • for a tutorial that shows how to adapt the code to add new boards (e.g. to use it for PRs or simply to copy, adapt and build locally for ones personal needs)?

I want to build a bigger community of people that measure environmental phenomena but most of them are non technical persons so I want to automate as much as possible including the certificate upload.

from arduino-fwuploader.

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.