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

Support BBG #55

Open
devops724 opened this issue Feb 19, 2023 · 3 comments
Open

Support BBG #55

devops724 opened this issue Feb 19, 2023 · 3 comments

Comments

@devops724
Copy link

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

@devops724
Copy link
Author

devops724 commented Feb 19, 2023

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
on each start it hang and i should close it by ctrl+c
see this message on console
simppru-console
Error could not determine beagleboard model
Not a beagleboard device

the other issue i have is i can't use USR1 for digital write and light up internal led

@VedantParanjape
Copy link
Owner

Hey, there was a PR to enable this, but I haven't go around to reviewing it yet.

@tju-sun-lab
Copy link

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.

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