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

Not working in Esp32-S3 also esp32-wroom-32 #1

Open
BDhackers009 opened this issue Mar 28, 2024 · 8 comments
Open

Not working in Esp32-S3 also esp32-wroom-32 #1

BDhackers009 opened this issue Mar 28, 2024 · 8 comments

Comments

@BDhackers009
Copy link

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).

image
image
image

@johndeweyzxc
Copy link
Owner

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.

@BDhackers009
Copy link
Author

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.

@johndeweyzxc
Copy link
Owner

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.
disable-wifi-nvs-flash

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.

@BDhackers009
Copy link
Author

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. disable-wifi-nvs-flash

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.

@BDhackers009
Copy link
Author

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.

@johndeweyzxc
Copy link
Owner

If you disabled nvs_flash. You don't need to add any code

@BDhackers009
Copy link
Author

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?

@johndeweyzxc
Copy link
Owner

No, it won't affect the workflow.

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

2 participants