Hello, I'm trying to programm a LILYGO T-A7670G wich has a ESP32 WROVER-E board inside, but Arduino Cloud Editor doesn't recognize it, what could I do? I have tryed to set it as a ESP32 Wrover Module and ESP32 Dev Module, but it doesn't work.
WHAT doesn't work? Show screen grabs or serial monitor output.
Hello sonofcy, doesn't work the fact that Cloud Editor doesn't recognize the board, thats the issue. Thanks
Did you not see this?
Select one of those, I don't know if the WROVER-E is an S3, probably not so select the T-Display.
Sketch uses 989465 bytes (75%) of program storage space. Maximum is 1310720 bytes.
Global variables use 50000 bytes (15%) of dynamic memory, leaving 277680 bytes for local variables. Maximum is 327680 bytes.
Flashing with command:C:/Users/Usuario/.arduino-create/esp32/esptool_py/4.5.1/esptool.exe --chip esp32 --port COM7 --baud 921600 {upload.flags} --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x1000 C:/Users/Usuario/AppData/Local/Temp/extrafiles3811396643/BMS_Arduino_feb09a.bootloader.bin 0x8000 C:/Users/Usuario/AppData/Local/Temp/extrafiles3811396643/BMS_Arduino_feb09a.partitions.bin 0xe000 C:/Users/Usuario/AppData/Local/Temp/extrafiles3811396643/tools/partitions/boot_app0.bin 0x10000 C:/Users/Usuario/AppData/Local/Temp/arduino-create-agent1860133670/BMS_Arduino_feb09a.bin {upload.extra_flags}
usage: esptool [-h]
[--chip {auto,esp8266,esp32,esp32s2,esp32s3beta2,esp32s3,esp32c3,esp32c6beta,esp32h2beta1,esp32h2beta2,esp32c2,esp32c6,esp32h2}]
[--port PORT] [--baud BAUD]
[--before {default_reset,usb_reset,no_reset,no_reset_no_sync}]
[--after {hard_reset,soft_reset,no_reset,no_reset_stub}]
[--no-stub] [--trace] [--override-vddsdio [{1.8V,1.9V,OFF}]]
[--connect-attempts CONNECT_ATTEMPTS]
{load_ram,dump_mem,read_mem,write_mem,write_flash,run,image_info,make_image,elf2image,read_mac,chip_id,flash_id,read_flash_status,write_flash_status,read_flash,verify_flash,erase_flash,erase_region,merge_bin,get_security_info,version}
...
esptool: error: argument operation: invalid choice: '{upload.flags}' (choose from 'load_ram', 'dump_mem', 'read_mem', 'write_mem', 'write_flash', 'run', 'image_info', 'make_image', 'elf2image', 'read_mac', 'chip_id', 'flash_id', 'read_flash_status', 'write_flash_status', 'read_flash', 'verify_flash', 'erase_flash', 'erase_region', 'merge_bin', 'get_security_info', 'version')
Executing command: exit status 2
This was the console output when I tryed to programm the board as a LILYGO T-DISPLAY, it did recognized it, surprisely but doesn't upload.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.

