Hello everyone!
I got the brand new Arduino Nano EPS32 board, and it is lovely!
Long story short, while tinkering around with it I deleted it original boot loader to install the Micropython boot loader, and it works!
But when I try to flash it again with the Arduino boot loader I get this message:
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 --baud/-b: invalid arg_auto_int value: '{upload.speed}'
Failed chip erase: uploading error: exit status 2
I am unable to find any topic with a similar problem. As for other ESP32 boards (WROOM and Banana PI Leaf S3) I have no problem uploading the boot loader and the Blink sketch.
I am running on LInux Ubuntu 22 LTS, Arduino 2.1.1 IDE and have updated the esp32 core also.
Also tested it on a Windows 10 machine and got the exact same error message.
Any advice would be much appreciated.
Thank you for your time!