Skip to content
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

podman cannot mount the device in macos #50

Open
cdaringe opened this issue Jan 13, 2024 · 0 comments
Open

podman cannot mount the device in macos #50

cdaringe opened this issue Jan 13, 2024 · 0 comments

Comments

@cdaringe
Copy link

Problem

🌲rust-esp32-example $ podman run --platform linux/arm64 --rm --device "/dev/cu.usbserial-10" -it espressif/idf-rust-examples
WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64)
Error: stat /dev/cu.usbserial-10: no such file or directory
🌲rust-esp32-example $ stat /dev/cu.usbserial-10
4035832191 1213 crw-rw-rw- 1 root wheel 150994951 0 "Jan 13 15:23:54 2024" "Jan 13 15:23:54 2024" "Jan 13 15:23:54 2024" "Dec 31 16:00:00 1969" 65536 0 0 /dev/cu.usbserial-10

https://www.redhat.com/sysadmin/files-devices-podman

Discussion

My gut tells me this only works in linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant