Closed as not planned
Description
Describe the problem
When uploading code to a Pico or Pico W, the IDE does not retain the selected board type or serial port, selecting /dev/cu.Bluetooth-Incoming-Port
.
When the board boots, its port is labeled "Generic RP2040."
On each upload it's necessary to re-select the port (for serial monitor) and set the board type again (to upload).
To reproduce
- Use
Arduino-Pico
for initial programming of a Pico board - Select board and port and upload again
Screen.Recording.2022-07-23.at.9.39.27.PM.mov
Expected behavior
When the board and port come back online, the port should be re-selected with the previous board definition.
Arduino IDE version
2.0.0-rc9
Operating system
macOS
Operating system version
12.4
Additional context
I suspect this is an artifact of the disk-based programming of RP2040 boards, but don't know much beyond that. The port issue also appears when using the official Arduino Core, although in that case it does seem to remember the board type.
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest nightly build
- My report contains all necessary details