https://github.com/jcmvbkbc/esp32-linux-build
xtensa linux build scripts for the esp32s3 and esp32
https://github.com/jcmvbkbc/esp32-linux-build
esp32 esp32-s3 linux
Last synced: 2 months ago
JSON representation
xtensa linux build scripts for the esp32s3 and esp32
- Host: GitHub
- URL: https://github.com/jcmvbkbc/esp32-linux-build
- Owner: jcmvbkbc
- Created: 2023-09-17T22:35:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-11-15T23:16:19.000Z (4 months ago)
- Last Synced: 2025-11-16T01:19:25.278Z (4 months ago)
- Topics: esp32, esp32-s3, linux
- Language: Shell
- Homepage: http://wiki.osll.ru/doku.php/etc:users:jcmvbkbc:linux-xtensa:esp32s3
- Size: 6.84 KB
- Stars: 148
- Watchers: 5
- Forks: 36
- Open Issues: 11
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Install the following packages (Debian 12) before running the build scripts:
autoconf automake bash bc bison build-essential cmake flex gawk git gperf help2man libncurses-dev libtool libtool-bin libusb-1.0-0 python3 python3-venv rsync texinfo unzip wget
Build the default wifi-enabled configuration (devkit-c1-8m.conf, suitable for the Espressif devkit-c1 and similar boards with 8MB FLASH and 8MB PSRAM):
./rebuild-esp32s3-linux-wifi.sh
Build a specific wifi-enabled configuration (e.g. box3.conf, suitable for the Espressif Box-3 with 16MB FLASH and 16MB PSRAM):
./rebuild-esp32s3-linux-wifi.sh -c box3.conf