I'm running FreeBSD 14.3 and 15.0 on a RPi3 and RPi4, how can I read the MMC SDCard's serial number?
doesn't work on the MMC. It complains:
`lsblk` shows mmcsd0, so I guess the problem is with CAMGETPASSTHRU.
does work on an SDCard via a USB adapter.
Any suggestions?
sh:
doas camcontrol inquiry mmcsd0
Code:
camcontrol: cam_lookup_pass: CAMGETPASSTHRU ioctl failed
cam_lookup_pass: No such file or directory
cam_lookup_pass: either the pass driver isn't in your kernel
cam_lookup_pass: or mmcsd0 doesn't exist
`lsblk` shows mmcsd0, so I guess the problem is with CAMGETPASSTHRU.
sh:
doas camcontrol inquiry mmcsd0
Any suggestions?