Code Monkey home page Code Monkey logo

Comments (9)

JAndrassy avatar JAndrassy commented on August 27, 2024

the status is printed in IDE console with verbose mode set in Preferences.
what was the status?

there is just this in open()

  virtual int open(int length) {
    _file = SD.open(updateFileName, O_CREAT | O_WRITE);
    if (!_file)
      return 0;
    return 1;
  }

from arduinoota.

n1coh avatar n1coh commented on August 27, 2024

Fast response thank you
In my console:
Connecting to board ... done Uploading sketch ... done Flashing sketch ... Error flashing the sketch Failed uploading: uploading error: exit status 1

from arduinoota.

n1coh avatar n1coh commented on August 27, 2024

Other informations : I'm on Arduino IDE v2, when I use internal storage logs in console show Failed uploading: uploading error: exit status 1 but with previous debug OTA upload response: OK and update is applied.
May my arduino IDE conf is wrong.

from arduinoota.

JAndrassy avatar JAndrassy commented on August 27, 2024

could it be timeout of the upload tool? it is only 10 seconds.
newer version of the arduinoOTA tool allows a timeout parameter

from arduinoota.

n1coh avatar n1coh commented on August 27, 2024

I think you are right, sometimes there is no error with InternalStorage.
I'm on version 1.3.0, is there a newer version?

from arduinoota.

JAndrassy avatar JAndrassy commented on August 27, 2024

https://github.com/arduino/arduinoOTA/releases

replace the 1.3.0 exe and in platform.local.txt add the -t option in seconds

from arduinoota.

n1coh avatar n1coh commented on August 27, 2024

Binary was hard to find but now everything is ok

Thank you for your time and work

from arduinoota.

JAndrassy avatar JAndrassy commented on August 27, 2024

Binary was hard to find

???
it is right there on the release page

from arduinoota.

n1coh avatar n1coh commented on August 27, 2024

I searched for many time the binary before you give me the link.
My message wasn't clear my bad

from arduinoota.

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.