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

[Feature Request] Add 'Update Firmware' option #1037

Open
chrisdebian opened this issue May 14, 2024 · 4 comments
Open

[Feature Request] Add 'Update Firmware' option #1037

chrisdebian opened this issue May 14, 2024 · 4 comments

Comments

@chrisdebian
Copy link

Related to #1031

When a device is connected, check the firmware version, and give the user the option to download and flash firmware. I suspect many users will not have updated the firmware, since original purchase/ flash.

Thanks,

Chris
2E0FRU

@chrisdebian chrisdebian changed the title Add 'Update Firmware' option [Feature Request ]Add 'Update Firmware' option May 14, 2024
@chrisdebian chrisdebian changed the title [Feature Request ]Add 'Update Firmware' option [Feature Request] Add 'Update Firmware' option May 14, 2024
@madeofstown
Copy link

Not sure if this could work over Bluetooth or WiFi as I don't believe Meshtastic has the ability for OTA updates like that. Also, lots of devices need to be manually placed in a flashing mode before they can have their firmware updated.

@prokrypt
Copy link
Sponsor Contributor

prokrypt commented Jun 2, 2024

I believe earlier versions of the android app were able to update esp32 devices over Bluetooth. I remember doing it for a t-beam...

@Talie5in
Copy link
Sponsor

Talie5in commented Jun 4, 2024

Not sure if this could work over Bluetooth or WiFi as I don't believe Meshtastic has the ability for OTA updates like that. Also, lots of devices need to be manually placed in a flashing mode before they can have their firmware updated.

Biggest issue is space available on most devices (4MB Flash) - is not enough to fit the running Firmware (2.2MB on most devices) and a second copy in the ota_2 partition to swap over to after sending up the new image.

At least thats how I understand it, i've been messing around in this space in a fork and that's basically what i've run into as been the real show stopper here...

@madeofstown
Copy link

@Talie5in I see you have it working now in your fork. When are you doing a pull request?

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

4 participants