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

get beaglebone doesn't #109

Closed
Bazmundi opened this issue Sep 13, 2014 · 4 comments
Closed

get beaglebone doesn't #109

Bazmundi opened this issue Sep 13, 2014 · 4 comments

Comments

@Bazmundi
Copy link

go get -u github.com/hybridgroup/gobot appears to work fine

go get -u github.com/hybridgroup/gobot-beaglebone does not.

Reports "undefined syscall.SYS_LOCAL" in i2c_device.go and "not enough arguments in call to syscall.Syscall" in i2c_device.go.

I am running 64bit windows 7 and running g1.3.1 windows/386.

This is all clean first time install.

Any ideas.

Cheers,
B

@zankich
Copy link
Contributor

zankich commented Sep 13, 2014

@Bazmundi the gobot-beaglebone platform was merged into the main gobot repo, you can install it with

go get github.com/hybridgroup/gobot/platforms/beaglebone

You must also keep in mind that the code is designed to be build for the linux/arm architecture and run on the beaglebone black itself

@Bazmundi
Copy link
Author

@zankich I get the idea of cross compilation etc.

I succumb to following the guidance at http://gobot.io/documentation/platforms/beaglebone/

Are you actually telling me that the guidance is out of date?

@Bazmundi
Copy link
Author

@zankich yep tried your suggestion. First attempt timed out exit status 128 . Timed out against git-upload-pack.

Ran command line a second time to get the same error I reported in the first place (SYS_LOCAL etc.)

@Bazmundi
Copy link
Author

Sorted problem by ripping out everything and re-installing.

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