-
-
Notifications
You must be signed in to change notification settings - Fork 11
Up to Date Documentation? #83
Comments
Example, straight from the PRU Cookbook: https://beagleboard.org/static/prucookbook/#_blinking_an_led debian@beaglebone:/var/lib/cloud9/pru_tests/PRUCookbook/docs/02start/code$ source setup.sh
write_init_pins.sh
|
@McNugget6750 , that should be fixed via:
if not, please run:
This is the udev rule that set's that up.. Regards, |
Thanks for the quick reply, Robert! I'll try I know it's not solved by updating. I do that almost every day before I start any work on the BBB. Cheers |
Unfortunately, it doesn't help. I also tried rebooting after executing the script. Still the same error during compile. debian@beaglebone:/var/lib/cloud9$ cd /var/lib/cloud9/pru_tests/PRUCookbook/docs/02start/code
write_init_pins.sh
|
@McNugget6750 sudo /opt/scripts/tools/version.sh doesn't do anything, it just reports the install setup.. I wrote it for debugging user install, please attach the output.. Regards, |
debian@beaglebone:/var/lib/cloud9/pru_tests/PRUCookbook/docs/02start/code$ sudo /opt/scripts/tools/version.sh |
I don't know for sure but it looks like beaglelogic is attached to a PRU. I never succeeded installing BeagleLogic, the installer just won't succeed and as a result I wasn't able to capture any data. But here it does look like uboot loads the beaglelogic pru core? Do I have to get rid of that first? How? |
1:
Let's fix that ^...
2:
Fix that ^
3:
Fix that ^
Change:
to:
and reboot... Then you'll be back to "default"... |
Great support, thank you! Summary: Your suggestions all worked with no errors and the example compiles now. |
@McNugget6750 OK to close this issue? |
Resurrecting this bug/FR. I would say, no, it isn't ok to close. Documentation is still severely out of date or incorrect. Even the instructions in this bug have errors. For example, the errors at the end of
|
Not a software bug in general - but you could call it a documentation bug in general.
I am trying to get the BBB into service, I have never worked with it before, only during the last month or so.
After many days/weeks of research I have Python, I2C, and some very basic GPIO working. Why does it take me so long? Because the BBB Debian was changed so much since its release that no tutorial writer could keep up.
Every single example about every single device in the BB, doesn't work. There are seemingly no current tutorials. The Adafruit libraries are all deprecated. TI abandoned pasm. Code does not compile for PRUs. Simply blinking an LED takes days of research.
Okey, enough venting. I realize, maybe I'm simply looking in the wrong spot and don't use google well enough for BBB. Where can I find good starting points for the latest BBB image? I'd like to get into PRU coding, I'm experimenting with I2C, GPIO, SPI, and other devices.
Kind regards,
Timo
The text was updated successfully, but these errors were encountered: