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

"Cannot start service openocd" with macOS #113

Open
daseintheworld opened this issue Jul 2, 2021 · 2 comments
Open

"Cannot start service openocd" with macOS #113

daseintheworld opened this issue Jul 2, 2021 · 2 comments

Comments

@daseintheworld
Copy link

Hi, I have tried programming both side of PCBs on macOS.
It fails at running containers with "docker-compose up" command.
I think error messages are related to udev.

Starting redox-w-firmware_openocd_1 ... error
ERROR: for redox-w-firmware_openocd_1 Cannot start service openocd: error gathering device information while adding custom device "/dev/bus": no such file or directory

Do you think moving to a linux device is the only remedy? :(

@mattdibi
Copy link
Owner

mattdibi commented Jul 2, 2021

Hi,

yeah unfortunately it seems to be quite hard to do. There's a weird VirtualBox trick but I never tried it. This is the first link a found and can't recall what the actual query was so I suggest you to keep on digging.

Hope this helps.

@tomasz-bochenek-perform
Copy link

tomasz-bochenek-perform commented Sep 4, 2021

In my case I've decided to roll back to the non-docker-based version in the repository: https://github.com/mattdibi/redox-keyboard/tree/1c5757389c0fc705b7f8c10168a5efc069b68620/redox-w and do everything "by hand". One note along the way: the mac os readlink command won't take -f params, so I just replaced it entirely with a hardcoded full path to precompiled-basic-left.hex

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

3 participants