-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support BBG #55
Comments
i can get it work by manually start pru from simppru-console , seems pru id is wrong as i build for p 0 but should start pru 1 to start pru 0 the other issue i have is i can't use USR1 for digital write and light up internal led |
Hey, there was a PR to enable this, but I haven't go around to reviewing it yet. |
Hi, can you update a new version to support BBG? I came across the same problem. |
Hi
BeagleBone Green is same as BBB in pru
but when i want to compile blink example for BBG,
when i don't define the device parameter i get this error
2 : error: syntax error, unexpected IDENTIFIER
with device parameter it get compiled
but not load into pru
simppru blink.sim -o build/blink.sim -p 0 --device=bbb --verbose --load
The text was updated successfully, but these errors were encountered: