All of these commands are directly out of the document "Getting started with Raspberry Pi Pico".
I installed the 64-bit Raspberry Pi OS with the Raspberry Pi Imager.
When I execute the script "pico_setup.sh" everything seems to go fine. However I don't get the device "sda1" in the /dev directory. I need this in order to mount the Pi Pico H Mass Storage.
Then I issue the command:
dmesg | tail [ 371.973555] sd 0:0:0:0: [sda] Attached SCSI removable disk
This command fails, saying: cannot open '[371.973555]' for reading: no such file or directory
cannot open 'sd' for reading: no such file or directory
It does this for every word between spaces in the command line.
I take it this is where the device "sda1" is created, because in the next commands:
$ sudo mkdir -p /mnt/pico
$ sudo mount /dev/sda1 /mnt/pico
The mount command fails: Mo such device "sda1".
So, are the commands in the document wrong? Or, has something been left out?
Need someone with experience doing this. I'm new at Linux.
Thanks
I installed the 64-bit Raspberry Pi OS with the Raspberry Pi Imager.
When I execute the script "pico_setup.sh" everything seems to go fine. However I don't get the device "sda1" in the /dev directory. I need this in order to mount the Pi Pico H Mass Storage.
Then I issue the command:
dmesg | tail [ 371.973555] sd 0:0:0:0: [sda] Attached SCSI removable disk
This command fails, saying: cannot open '[371.973555]' for reading: no such file or directory
cannot open 'sd' for reading: no such file or directory
It does this for every word between spaces in the command line.
I take it this is where the device "sda1" is created, because in the next commands:
$ sudo mkdir -p /mnt/pico
$ sudo mount /dev/sda1 /mnt/pico
The mount command fails: Mo such device "sda1".
So, are the commands in the document wrong? Or, has something been left out?
Need someone with experience doing this. I'm new at Linux.
Thanks
Statistics: Posted by terry8345 — Thu May 09, 2024 3:46 pm — Replies 6 — Views 81