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

Running on x86 #68

Open
MankaranSingh opened this issue Jan 11, 2023 · 2 comments
Open

Running on x86 #68

MankaranSingh opened this issue Jan 11, 2023 · 2 comments

Comments

@MankaranSingh
Copy link

Thanks for the great library, is it possible to build this on anything else other than a reaspberry pi ? I get wiringPiSPI missing errors on x86. wiringPiSPI looks specific to a raspberry pi.

@blegas78
Copy link
Member

Hey thanks for checking out the library! Yes wiringPi is specific for a raspberry pi and hardware unrelated to comma.ai pandas. This project was all for a recent experiment and lots of hardcoding made its way into the build.

I just made a branch named "portable" that you can check out. This was just able to compile on my x86 macos laptop, though I haven't tested it with any hardware.

As a forewarning, this library is super experimental and largely incomplete compared to anything provided by comma.ai. The goal of this library was for a very specific use case. That said I'd be happy to help you get things running, but expect support to be minimal since I'm effectively the sole developer

@MankaranSingh
Copy link
Author

Thanks! the portable branch got built perfectly. I wanted to just get the gps readings from my grey panda since the code is master branch of openpilot was not working.
Unfortunately, it seems like I am not able to get gps readings with this library also and I think my gps antenna is broken.
Thanks again for support!

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

2 participants