-
This is the continuation of the #26 but more focused on the Raspberry Pi Pico W. Why the MCU Build Configurations panel no longer displays the port the Raspberry Pi Pico W is connected to? This prevents the automatic upload and the use of the debugger. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It does so, as the Pico is programmed via Drag&Drop to an USB drive that is setup once you connect the Pico to your system. So there's no port definition necessary. You should see something like the following at the end of your build process:
xsbug shall be opened & commence the debugging. What do you get when testing this? |
Beta Was this translation helpful? Give feedback.
-
On more thing: The way Node-RED is launched #46 (comment) also affects the Raspberry Pi Pico. I installed the Pico SDK at If Node-RED is started at boot, the build process still looks at Node-RED needs to be launched from a Terminal window in order to have |
Beta Was this translation helpful? Give feedback.
On more thing:
The way Node-RED is launched #46 (comment) also affects the Raspberry Pi Pico.
I installed the Pico SDK at
/Users/USER/Projects/pico
and addedexport PICO_SDK_DIR=$HOME/Projects/pico/pico-sdk
to.zshrc
.If Node-RED is started at boot, the build process still looks at
/Users/USER/pico
and the build process fails.Node-RED needs to be launched from a Terminal window in order to have
PICO_SDK_DIR
defined and use the correct location.