Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dossier data #233

Open
patdarrieulat opened this issue Nov 1, 2024 · 4 comments
Open

update dossier data #233

patdarrieulat opened this issue Nov 1, 2024 · 4 comments

Comments

@patdarrieulat
Copy link

Bonjour,
Comment fait on pour update le dossier data , le micrologiciel fonctionne bien , mais pour littlefs on demande un fichier bin

@patdarrieulat
Copy link
Author

mode OTA LittleFS/Spiffs reclame un fichier binaire

@mathieucarbou
Copy link
Contributor

C'est tout à fait normal.
ÉlégantOTA n'est pas un gestionnaire de fichier mais un logiciel d'ota qui permet de mettre à jour des partitions.
Une partition est représentée par un fichier .bien qui contient tous les octets de la partition du début à la fin.

@mathieucarbou
Copy link
Contributor

mathieucarbou commented Nov 1, 2024

Pour créer un .bin de la partition fichier à l'aide de pioarduino ou platformio, mettre les fichier dans le dossier data et exécuter:

pio run -t buildfs
pio run -t uploadfs

(La dernière étant pour l'uploader sur l'esp)

@patdarrieulat
Copy link
Author

merci beaucoup pour la réponse, bonne journée

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants