same error.
Brand new user (just received my M5StickC 7 hours ago)
My development environment is freshly minted (3 hours ago) on a USB drive plugged into a Raspberry Pi4B.
New OS. New install of Arduino IDE 1.8.19.
Add platform "M5Stack Arduino" and Library "M5StackCPlus" by following these instructions.
the sketch is very basic
'''
void setup() { }
void loop() { }
'''
the error is:
usage: esptool write_flash [-h] [--erase-all]
[--flash_freq {keep,40m,26m,20m,80m}]
[--flash_mode {keep,qio,qout,dio,dout}]
[--flash_size FLASH_SIZE]
[--spi-connection SPI_CONNECTION] [--no-progress]
[--verify] [--encrypt]
[--encrypt-files <address> <filename> [<address> <filename> ...]]
[--ignore-flash-encryption-efuse-setting]
[--compress | --no-compress]
<address> <filename> [<address> <filename> ...]
esptool write_flash: error: argument <address> <filename>: Address "{upload.erase_cmd}" must be a number
esptool write_flash: error: argument <address> <filename>: Address "{upload.erase_cmd}" must be a number
Please assist with getting my shiny new device to work.