Unusual output messages when uploading sketches to Pi Pico

When using Arduino Mbed OS RP2040 Boards package for Pi Pico and uploading sketches, it gives the usual messages on the output as in the first image. But when using the third-party package Raspberry Pi Pico/RP2040 by Earle F. Philhower, III , it gives different messages in the output as in the 2nd image. Moreover, the serial port changes from COM8 to COM9. Is there something wrong? Sorry, I am new to Arduino IDE and microcontroller world.


The Philhower package uses FreeRTOS as the base rather than Mbed - different system.

Totally normal.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.