Giter VIP home page Giter VIP logo

Comments (8)

kaeferfreund avatar kaeferfreund commented on July 30, 2024

same here

from arduino-esp8266fs-plugin.

me-no-dev avatar me-no-dev commented on July 30, 2024

what USB to UART are you guys using? I had tons of problems with FTDI
what size SPIFFS?

from arduino-esp8266fs-plugin.

kaeferfreund avatar kaeferfreund commented on July 30, 2024

64k SPIFFS with FTDI converter. But the FTDI works quite fine with everything else...
Trying a CH340 later on

from arduino-esp8266fs-plugin.

me-no-dev avatar me-no-dev commented on July 30, 2024

issue with ftdi comes when it transmits a lot of 0xFF which is EMPTY byte in the flash, because the signal looks constant and it thinks that the connection failed. For the sketch a patch was added to esptool to pad the firmware (the space between the bootloader and the firmware) with 0x55 instead to transmit pulses and not fail sketch upload.

from arduino-esp8266fs-plugin.

me-no-dev avatar me-no-dev commented on July 30, 2024

You can move to 1.5.7+ and use OTA to upload SPIFFS images much faster and reliable :)
The issue seem to not exist on ElCapitan but the FTDI needs to be behind USB hub in order to work (changes in the USB stack from Apple broke some drivers)

from arduino-esp8266fs-plugin.

kaeferfreund avatar kaeferfreund commented on July 30, 2024

thx me-no-dev, just waiting for my esp-12 to arrive, bec. the esp-01 doesn't have enough space for ota updating.

from arduino-esp8266fs-plugin.

Rickgg avatar Rickgg commented on July 30, 2024

How do you upload SPIFFS files through OTA? I didn't find any instructions in the docs.

from arduino-esp8266fs-plugin.

Rickgg avatar Rickgg commented on July 30, 2024

Found it! should have looked a little bit harder... hehehe 😁

from arduino-esp8266fs-plugin.

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.