Open BDhackers009 opened 7 months ago
Have you tried including the sdkconfig and sdkconfig.old file in your directory? I removed the sdkconfig and sdkconfig.old and I get the same error. But when I copy paste back the sdkconfig and sdkconfig.old in the directory, it worked. Include the sdkconfig and sdkconfig.old that I provided, delete the build directory and rerun the build command.
Have you tried including the sdkconfig and sdkconfig.old file in your directory? I removed the sdkconfig and sdkconfig.old and I get the same error. But when I copy paste back the sdkconfig and sdkconfig.old in the directory, it worked. Include the sdkconfig and sdkconfig.old that I provided, delete the build directory and rerun the build command.
I did some modifications in the sdkconfig because my esp32s3 has 16mb flash memory.
Have you fixed the issue? I suggest you run idf.py menuconfig
and DISABLE WiFi NVS flash located at Component config > Wi-Fi. If you ENABLE this then you need to add code that initialize NVS in the main() function.
As for the 16mb flash memory, you can also modify the Flash size located at Serial flasher config > Flash size.
Do not forget to save changes to the menuconfig.
Have you fixed the issue? I suggest you run
idf.py menuconfig
and DISABLE WiFi NVS flash located at Component config > Wi-Fi. If you ENABLE this then you need to add code that initialize NVS in the main() function.As for the 16mb flash memory, you can also modify the Flash size located at Serial flasher config > Flash size.
Do not forget to save changes to the menuconfig.
Thanks sir I will let you know after trying it.
hello sir. So I disabled nvs_flash but what piece of code should I add in main.c and where to add it to start nvs.
If you disabled nvs_flash. You don't need to add any code
If you disabled nvs_flash. You don't need to add any code
If i disable nvs_flash would it affect the workflow of the tool?
No, it won't affect the workflow.
Sir is this only for the 32D version? I tried to build the code using esp idf 5.1 then flashed. Its causing bootloop (resetting/rebooting).