esp32-linux-build icon indicating copy to clipboard operation
esp32-linux-build copied to clipboard

xtensa linux build scripts for the esp32s3 and esp32

Results 12 esp32-linux-build issues
Sort by recently updated
recently updated
newest added

ESP32 S3 wifi version After boot I can connect to the console using ttyACM1 with baud rate 115200. However the connection is dropped after 2.5 minute. The shell is not...

There is an issue with the partition table. If I run ./rebuild-esp32s3-linux-wifi.sh the resulting image cannot be flashed due to the size of the xipImage Also the wiki mentions `...

First try to boot linux on esp32-s3 (ESP32-S3-WROOM-1 N16R8) fails. build was done with rebuild-esp32s3-linux.sh Seems to be address related. At the end of the boot it says: ptr =...

Hey I decided to follow your steps and after spending some time and resolving small issues here and there decided to document my progress via code and build pipeline This...

First of all, I'm super impressed how flawlessly the script works without any fixed or adjustments, just start it and at the end there is a fully running Linux :exploding_head:...

Hey so I made a sort of a diy esp32 board using this tutorial -> https://www.youtube.com/watch?v=tQ0dL_9M1wI&pp=ygULZGl5IGVzcCBcMzI%3D I was successful in my attempt and I could see this as a COM...

Hi, I bought a esp32 board which has no UART connection it only works on the native USB. It gets flashed easily but when I open putty with 115200 baud...

The script 'rebuild-esp32s3-linux-wifi.sh' runs successfully to competion, but the flash step fails. (This can be fixed by removing the baud rate setting) When run, the USB port (/dev/ttyUSB0) is correctly...

I have a ESP32-S3 N16R8 (https://www.robotics.org.za/ESP32-S3-N16R8). The `rebuild-esp32s3-linux-wifi.sh` scripts works flawlessly on my device, but it is configured to N8R8 (with 8MB flash total). How do I reconfigure the build...

Hi How can i load custom library using crosstto-NG ? i tried some things more no success yet ``` FROM ubuntu:22.04 RUN apt-get update RUN apt-get -y install \ gperf...