-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not mount Raspberry Pi Pico #41
Comments
|
This is the test that writes not a block device in the log file: Can you give me output of these below? Thanks. |
|
|
|
So with this in mind you should submit a bug on FreeBSD to make sure fstyp(8) works and detects filesystem on that platform/architecture you use. In the past I tried to detect it myself with file(1) and dd(8) and strings(1) commands ... but moved to fstyp(1) as it was more reliable. Seems its not true for all architectures ... Be fast ... maybe the needed fix will make its way to upcoming 13.1-RELEASE version :) Regards. |
Attached is the dd dump. |
|
Reported upstream: |
|
Thank you. |
|
Thanks for your help in finding the root cause. |
When attaching a Raspberry Pi Pico with the BOOTSEL button held down, there should be a USB storage device mounted so that the user can copy the firmware there.
But no drive is mounted by
automount.dmesgsays:geom list disksays:cat /var/log/automount.logsays:Mounting like this manually works:
Not sure what is going on. Maybe the device is not fast enough and something needs more time?
How to debug this best?
The text was updated successfully, but these errors were encountered: