Upload monitoring for rp2040

Is there any way to monitoring what kind of CLI comands sent by IDE 2.3.2 while upload uf2 file trough serial usb? I use win10 environment.

Hi @antal_peter. Yes, Arduino IDE will show the command it ran to perform the upload when you have verbose upload output enabled in your Arduino IDE preferences:

  1. Select File > Preferences... from the Arduino IDE menus.
    The "Preferences" dialog will open.
  2. Check the box next to Show verbose output during: ☐ upload.
  3. Click the "OK" button.
    The "Preferences" dialog will close.
  4. Attempt an upload, as you did before.
  5. Wait for the upload to finish.

Now examine the contents of the black "Output" panel at the bottom of the Arduino IDE window. You will find the command there. You might need to scroll the panel up to see it.

Hi @ptillisch,
I Did. I compare two case: The first uploaded correctly the second say after a certain time: Timeout The IDE has not received the Sucess message from the monitor after succesfully connecting to it

The first case:

Sketch uses 63612 bytes (3%) of program storage space. Maximum is 1830912 bytes.
Global variables use 10788 bytes (4%) of dynamic memory, leaving 251356 bytes for local variables.
Maximum is 262144 bytes.
"C:\Users\Peter\AppData\Local\Arduino15\packages\rp2040\tools\pqt-python3\1.0.1-base-3a57aed/python3" -I
"C:\Users\Peter\AppData\Local\Arduino15\packages\rp2040\hardware\rp2040\3.9.3/tools/uf2conv.py" --serial "COM6" --family RP2040 --deploy
"C:\Users\Peter\AppData\Local\Temp\arduino\sketches\EBA25636A900795AEE2F48A34A225706/test.ino.uf2"
Resetting COM6
Converting to uf2, output size: 163840, start address: 0x2000
Scanning for RP2040 devices
Flashing I: (RPI-RP2)
Wrote 163840 bytes to I:/NEW.UF2

The second case:

Sketch uses 64828 bytes (3%) of program storage space. Maximum is 1830912 bytes.
Global variables use 10824 bytes (4%) of dynamic memory, leaving 251320 bytes for local variables.
Maximum is 262144 bytes.
"C:\Users\Peter\AppData\Local\Arduino15\packages\rp2040\tools\pqt-python3\1.0.1-base-3a57aed/python3" -I
"C:\Users\Peter\AppData\Local\Arduino15\packages\rp2040\hardware\rp2040\3.9.3/tools/uf2conv.py" --serial "COM6" --family RP2040 --deploy
"C:\Users\Peter\AppData\Local\Temp\arduino\sketches\A50D3C2347B6E13948BDF8C08F8763E9/TFT_text_generator.ino.uf2"
Resetting COM6
Converting to uf2, output size: 165888, start address: 0x2000
Scanning for RP2040 devices
Flashing I: (RPI-RP2)
Wrote 165888 bytes to I:/NEW.UF2

I could not send the generated uf2 files because is not alloved format

what cause the difference?

Don't you already have an active thread for discussion of that problem?: