Questions tagged [ota]

Over-the-air wireless communication

427 questions
0
votes
2 answers

ESP32 OTA update including data folder in bin firmware

I saw there are few libs and tutorial about esp32 OTA update but as far as I saw this is working only for the code and not for the data folder. In my case I have a web server which store all html, css, js etc under "data" folder. Is there any way to…
lucian_v
  • 111
  • 3
  • 12
0
votes
0 answers

Things board OTA_MQTT_SUBscribe

please someone help me with this issue. Hai ,I have flashed my ESP32 Wrover withthe example of subscribe_OTA_MQTT. the consulelog says: Firwmare Update Subscription... After i perform Assign new firmware in my Thingsboard Server. The firmware is…
0
votes
2 answers

ESP32 with ArduinoOTA on MacOS Monterey. I can upload sketck but I don't see monitor output

I am starting in ESP32 and OTA. I am using the ArduinoOTA library. The serial monitor output by connecting the ESP32 via USB works correctly. I have already managed to upload my program to the ESP32 via Wifi. Works correctly. But I am not able to…
Javier
  • 395
  • 3
  • 18
0
votes
0 answers

Android 12AB partition OTA upgrade, how to shut down and restart without switching partitions after the update

After using UpdateEngine.applyPayload to complete the update, how to restart without switching to the updated partition I haven't found such a solution.
pzb
  • 1
0
votes
0 answers

Local update using OStree

I am considering OStree for updating my embedded devices. I understand that its used primarily as an OTA solution, but I would like to update devices locally as well, by just moving files from my computer to embedded device for quick fix or…
0
votes
0 answers

Certificate provisioning for IoT

I am considering to upscale an IoT project I'm running with esp32. I want to spend some time figuring out a correct way to provision certificates I made an infrastructure in mind but don't know if it's secure enough. I want to communicate between my…
0
votes
0 answers

Invalid Segment Length error while doing OTA

I'm working on a esp32, trying to do a OTA update. I have the issues " E (207512) esp_image: invalid segment length 0x400e47a4 0x400e47a4: _GLOBAL__sub_I__ZN11UpdateClass16_enablePartitionEPK15esp_partition_t at “ And “E (61127) esp_image: invalid…
sab240
  • 1
  • 1
0
votes
1 answer

eas update is not working properly for my project

I am using eas build and update in my expo app, followed the docs for the implementation and everything was working fine. But I just tested it yesterday and it is not working now. But what I realised is that, when I refresh the app 2 times (as…
Irfan wani
  • 4,084
  • 2
  • 19
  • 34
0
votes
0 answers

Xamarin Forms: BLE Laerdal Dfu OTA. compilation problems

I am trying to get an App to work with OTA Nordic Dfu, and the only xamarin nuget I can find was the one made by Laerdal on GitHub When I try to build under iOS I am getting a few error like this one here: Error MT5211: Native linking failed,…
Pascale Beaulac
  • 889
  • 10
  • 28
0
votes
1 answer

Can we use Artifactory to store iOS builds for OTA installation?

Apple supports Over The Air (OTA) installation as long as we store both the manifest and the IPA in a publicly accessible location. Then we only have to share the URL of the manifest with our stake holders. I'm trying to store iOS builds in an…
ThE uSeFuL
  • 1,456
  • 1
  • 16
  • 29
0
votes
0 answers

ESP32 OTA read local files

I have this code in html, which has a form to send files, but I would like to read these files directly from a path on the computer, how do I do that? I'm new to the language Thanks const char* serverIndex = "
Matt Dogg
  • 1
  • 1
0
votes
0 answers

Problem encountered on OTA update in EXPO React Native App

I'm having a problem with OTA updates from EXPO. Indeed, I have an application in which I have configured the updates via EAS and modified the app.json file in order to take the updates into account. Also I rebuilt the application and installed it.…
ga pub
  • 1
  • 1
0
votes
2 answers

Flutter OTA (hot update) on Android with REQUEST_INSTALL_PACKAGES banned

I want a mechanism to push small-features and bug-fixes quickly, because Playstore-reviews are getting stuck for at least one week again. I checked ota_update which seemed promising, but it uses REQUEST_INSTALL_PACKAGES permission, which has been…
beria
  • 153
  • 1
  • 6
0
votes
0 answers

ISP programming APROM to LDROM(bootloader) for MS51FB9ae or N76E003(Nuvoton)ISP

I am working on firmware updating of MS51FB9AE using SIM module MC20 through using ISP concept. I tried using ICP Programming Tool to load ISP code after that ISP Programming Tool to code main program. but now I am using SIM Module to update…
0
votes
1 answer

OSError: stream operation not supported ujson_load

I get following error in my python code: File "main.py", line 55, in File "/flash/lib/OTA.py", line 54, in update File "/flash/lib/OTA.py", line 49, in get_update_manifest OSError: stream operation not supported Code that makes…
antec1
  • 1