Open PaulSchulz opened 2 months ago
I was able to fix this by installing esptool (with venv) and rerunning the command above without the baud setting.
A bit simpler approach would be to edit the script and set an appropriate baud rate and then re-running it like this: $ keep_toolchain=y keep_rootfs=y keep_buildroot=y keep_bootloader=y ./rebuild-esp32s3-linux-wifi.sh
Hi , Thankyou for your reply.
Yes. I have figured some of that out. Also, the baud rate to connect after installation is 115200. eg.
screen /dev/ttyUSB0 115200
I then get errors about 'no attached PSRAM'.
I suspect that I need to setup a board configuration fior the Heltec Wireless Stick Lite V3. The version of the ESP32S3 is ESP32-S3 (QFN56) (revision v0.2) (Features: WiFi, BLE, Embedded Flash 8MB (GD)')
Is xtensa the place to look? I have been using this board with ESPHome which used platformio and j'just worked' after I set the board to: esp32-s3-devkitc-1
I will continue reading.. thanks,
On Sat, 21 Sept 2024 at 19:10, Max Filippov @.***> wrote:
I was able to fix this by installing esptool (with venv) and rerunning the command above without the baud setting.
A bit simpler approach would be to edit the script and set an appropriate baud rate and then re-running it like this: $ keep_toolchain=y keep_rootfs=y keep_buildroot=y keep_bootloader=y ./rebuild-esp32s3-linux-wifi.sh
— Reply to this email directly, view it on GitHub https://github.com/jcmvbkbc/esp32-linux-build/issues/17#issuecomment-2365115246, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAVLAPCWGZXYCW4SFRPB6DZXU5HDAVCNFSM6AAAAABOQ5KYAGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRVGEYTKMRUGY . You are receiving this because you authored the thread.Message ID: @.***>
I then get errors about 'no attached PSRAM'. I suspect that I need to setup a board configuration fior the Heltec Wireless Stick Lite V3.
According to the description here there's no PSRAM in the esp32s3 module used in that thing, so there's nothing to configure.
Yes. So I need to turn something off.
I'm not sure I understand. linux will not be able to run on an esp32s3 module without PSRAM, there's no configuration that may change that.
Ok. Thanks. I wasn't aware of that.
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 detected, but I get the following error..
I was able to fix this by installing esptool (with venv) and rerunning the command above without the baud setting.