-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
Minimal firmware or factory reset to edit filesystem #846
Comments
There is no minimal firmware version, but you can comment out the loading of the pages.json file and compile locally. |
yeah thanks that was my though and wanted to avoid, building :-), anyway, will do that thanks. |
hey just build with gitpod, awesome tool, anyway do you know the command to flash generated file (OTA or Full) without erasing FS part? Just tried to find how but did not found. Thanks |
|
Thanks already done of course :-)
That was the point was not sure of this one |
Flash the ESP32 as normal without erasing the flash first, of course. |
saved my day thanks I let command used here as a reminder esptool.py write_flash 0x0 sunton-8048s070c_full_16MB_v0.7.0-rc15_48884ee.bin I also needed to add line ;region -- Default Build Environments : Used when Build All ---
extra_default_envs =
; Uncomment specific environments or create extra (copy names from square brackets in user_setups/*/*.ini):
sunton-8048s070c_16MB
; az-touch-mod-esp32_ili9341_4MB
; az-touch-mod-esp32_ili9341_8MB
; d1-mini-esp32_ili9341
; d1-r32-unoshield_ili9341_adc |
Perform all steps below and tick them with [x]
openHASP
Version | 0.7.0-rc13 042fe05
Build DateTime | Aug 26 2024 00:50:13 UTC
Environment | sunton-8048s070c_16MB
Describe the bug
When I was changing my
pages.jsonl
I think I've reached the limits and then got a out of memory on reboot and loose access to filesystem editor and all web interface.To Reproduce
Increased
pages.jsonl
then on boot gotExpected behavior
if there any solution to have minimal firmware or serial command to be able to get out this memory error and discards changes I made to
pages.jsonl
, I got lot of config and custom graphics, would love not loosing them all since I know what to change inpages.jsonl
to get things back to workScreenshots or video
The text was updated successfully, but these errors were encountered: