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
Hello,
I'm trying to setup the payload generator for factory production. I generated my own nvs bin file.
On my partition table I've factory_nvs, data, nvs, 0x340000, 0x6000
so I added 0x340000 factory_nvs.bin at the end of flash command line and it works.
If I use flash download tool it doesn't work. The nvs isn't flashed and the program starts with hardcoded ID
Any idea?
Thanks
Leo
The text was updated successfully, but these errors were encountered:
To use the setup info from this image, you will have to disable the hardcoded setup code by setting CONFIG_EXAMPLE_SETUP_CODE=n (idf.py menuconfig -> Example Configuration -> Use hard-coded setup code -> disable).
Hello,
I'm trying to setup the payload generator for factory production. I generated my own nvs bin file.
On my partition table I've
factory_nvs, data, nvs, 0x340000, 0x6000
so I added 0x340000 factory_nvs.bin at the end of flash command line and it works.
If I use flash download tool it doesn't work. The nvs isn't flashed and the program starts with hardcoded ID
Any idea?
Thanks
Leo
The text was updated successfully, but these errors were encountered: