I’m hoping someone can help me get this board going. I can’t get the board to boot. When programmed in Arduino it boots fine. But with PIO it spits out the EFUSE error as following
entry 0x403b61d8
E (200) cpu_start: Octal Flash option selected, but EFUSE not configured!
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0x8 (SPI_FAST_FLASH_BOOT)
Saved PC:0x40376d98
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fcd0108,len:0x43c
load:0x403b6000,len:0xbd0
load:0x403ba000,len:0x29c8
below is my platformio.ini
[env:tdisplay_s3]
platform = https://github.com/platformio/platform-espressif32.git
platform_packages = framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.3
board = esp32-s3-devkitc-1
upload_speed = 115200
framework = arduino
board_build.partitions = huge_app.csv
board_build.arduino.memory_type = opi_qspi
build_flags =
-D ESP32
-D MAUI_WIND
-D TDISPLAY_S3
-D ARDUINO_USB_CDC_ON_BOOT=1