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

Unable to flash without manually pressing reset and boot #36

Open
malexnurazhar opened this issue Aug 19, 2024 · 9 comments
Open

Unable to flash without manually pressing reset and boot #36

malexnurazhar opened this issue Aug 19, 2024 · 9 comments

Comments

@malexnurazhar
Copy link

I need to manually press boot and reset everytime i upload. This was not required on my previous s3 long. Tried cdc on boot. Nothing works

@Llgok
Copy link
Contributor

Llgok commented Aug 20, 2024

@malexnurazhar
May I ask what version of arduino esp lib you are using?

@malexnurazhar
Copy link
Author

@malexnurazhar May I ask what version of arduino esp lib you are using?

PACKAGES:

  • framework-arduinoespressif32 @ 3.20014.231204 (2.0.14)
  • tool-esptoolpy @ 1.40501.0 (4.5.1)
  • toolchain-riscv32-esp @ 8.4.0+2021r2-patch5
  • toolchain-xtensa-esp32s3 @ 8.4.0+2021r2-patch5

@Llgok
Copy link
Contributor

Llgok commented Aug 20, 2024

@malexnurazhar
Have you turned off USB mode? If USB mode is enabled, you won't be able to upload programs via the USB port. You need to enter boot mode to download.
1

@malexnurazhar
Copy link
Author

@malexnurazhar Have you turned off USB mode? If USB mode is enabled, you won't be able to upload programs via the USB port. You need to enter boot mode to download. 1

turned off, still unable to upload normally. is there a hardware change between the old display and the new display? alll my previous unit have no issue uploading normally

@Llgok
Copy link
Contributor

Llgok commented Aug 21, 2024

@malexnurazhar
You can try upgrading the arduino esp lib version to 2.0.17 before proceeding.
1

@malexnurazhar
Copy link
Author

@malexnurazhar You can try upgrading the arduino esp lib version to 2.0.17 before proceeding. 1

In arduino ide, 2.0.17 doesnt work. Version 3.0.0 to 3.0.4 working perfectly. In platformio highest version is 2.0.17. Development version doesnt work.

@Llgok
Copy link
Contributor

Llgok commented Aug 21, 2024

@malexnurazhar
May I ask which testing program you are using?

@Llgok
Copy link
Contributor

Llgok commented Aug 21, 2024

@malexnurazhar
If you are using arduino esp lib version 3.0.0 or above, you may encounter a bug where you need to hold down the boot button during upload. This is an issue with the library that requires an update from the Arduino community. You can ask for help in their GitHub Q&A section, arduino-esp32 issues.

Version 2.0.14 will not have this problem. In version 2.0.14, you can try using GFX_AXS15231B_Image to test it. Other examples may fail to compile if updated to version 3.0.0 or above when compiled with version 2.0.0.

@iotricity
Copy link

This is a known issue for the ESP32 S3 with direct USB. On some USB ports/host chips, the automatic reset doesn't function properly. Try another USB hub or port.

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

3 participants