Woohoo, you did it, thank you!
arduino-cli upload -p COM55 --fqbn esp32:esp32:nina_w10 -v --input-file z:\_jenkins_work\build\app.ino.bin z:\_jenkins_work\build
Error initializing instance: loading platform release esp32:esp32@2.0.0: loading boards: skipping loading of boards esp32:esp32:deneyapmini, esp32:esp32:atmegazero_esp32s2: malformed custom board options
"C:\Users\mlblab\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\3.1.0/esptool.exe" --chip esp32 --port "COM55" --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0xe000 "C:\Users\mlblab\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.0/tools/partitions/boot_app0.bin" 0x1000 "z:\_jenkins_work\build/app.ino.bootloader.bin" 0x10000 "z:\_jenkins_work\build/app.ino.bin" 0x8000 "z:\_jenkins_work\build/app.ino.partitions.bin"
esptool.py v3.1
Serial port COM55
Connecting....
Chip is ESP32-D0WDQ6 (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 3c:71:bf:96:af:24
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Configuring flash size...
Auto-detected Flash size: 2MB
Flash will be erased from 0x0000e000 to 0x0000ffff...
Flash will be erased from 0x00001000 to 0x00005fff...
Flash will be erased from 0x00010000 to 0x00086fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Compressed 8192 bytes to 47...
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 450.4 kbit/s)...
Hash of data verified.
Flash params set to 0x0210
Compressed 16544 bytes to 11405...
Wrote 16544 bytes (11405 compressed) at 0x00001000 in 0.5 seconds (effective 259.0 kbit/s)...
Hash of data verified.
Compressed 486672 bytes to 286321...
Wrote 486672 bytes (286321 compressed) at 0x00010000 in 8.5 seconds (effective 459.9 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 118...
Wrote 3072 bytes (118 compressed) at 0x00008000 in 0.1 seconds (effective 308.2 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...