Colleagues, please tell me how can I load the compiled code to Raspberry Pi Pico (2040)?
IDE installed on Ubuntu. When connecting Pico, Ubuntu sees not a COM port, but a disk.
[801122.514298] usb-storage 6-3:1.0: USB Mass Storage device detected
[801122.515076] scsi host6: usb-storage 6-3:1.0
[801123.530261] scsi 6:0:0:0: Direct-Access RPI RP2 3 PQ: 0 ANSI: 2
[801123.531289] sd 6:0:0:0: Attached scsi generic sg1 type 0
[801123.540150] sd 6:0:0:0: [sdb] 262144 512-byte logical blocks: (134 MB/128 MiB)
[801123.550158] sd 6:0:0:0: [sdb] Write Protect is off
[801123.550168] sd 6:0:0:0: [sdb] Mode Sense: 03 00 00 00
[801123.560141] sd 6:0:0:0: [sdb] No Caching mode page found
[801123.560155] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[801123.607186] sdb: sdb1
[801123.649227] sd 6:0:0:0: [sdb] Attached SCSI removable disk
The IDE requires a COM port and cannot load a compiled program without it.
How can I solve this problem?
Ogogon.