You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have used the NVS Partition editor to embed certs for HTTPS and MQTT rather than embedding them directly in the firmware. This is a great feature but once the nvs_data.bin file (and keys/keyfile.bin) have been generated there doesn't seem to be a way to actually flash them to the esp32 directly from within the sdk extension. I am able to get around this by manually running esptool.py however this breaks my use of the extension for flashing and so I'm going back and forth to the terminal each time I need to modify what i'm puttin in the NVS at flash time.
Describe the solution you'd like
I'd love to be able to add additional args to the flash command from within the extension itself and tell it to flash the additional files to the appropriate partitions.
Describe alternatives you've considered
I dont have any brilliant ideas except just manually scripting things. I hope I am just missing something and there is a good way to do this directly through the extension itself.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
[Feature Request]: Add support for modifying Flash command with custom NVS bin
[Feature Request]: Add support for modifying Flash command with custom NVS bin (VSC-1503)
Oct 10, 2024
@igrr Wow, yes this is exactly what I was looking for. I had to get a little creative as I was embedding files but I think this allows me to still keep using the extension based workflow I've been doing.
Is your feature request related to a problem? Please describe.
I have used the NVS Partition editor to embed certs for HTTPS and MQTT rather than embedding them directly in the firmware. This is a great feature but once the
nvs_data.bin
file (andkeys/keyfile.bin
) have been generated there doesn't seem to be a way to actually flash them to the esp32 directly from within the sdk extension. I am able to get around this by manually runningesptool.py
however this breaks my use of the extension for flashing and so I'm going back and forth to the terminal each time I need to modify what i'm puttin in the NVS at flash time.Describe the solution you'd like
I'd love to be able to add additional args to the flash command from within the extension itself and tell it to flash the additional files to the appropriate partitions.
Describe alternatives you've considered
I dont have any brilliant ideas except just manually scripting things. I hope I am just missing something and there is a good way to do this directly through the extension itself.
The text was updated successfully, but these errors were encountered: