Skip to content

Commit dd6de40

Browse files
authored
Update README.md
1 parent bf3e6b5 commit dd6de40

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,18 @@ sudo pytest
273273
```
274274
NOTE: `sudo` should not be required when running [Debian 9.2 "Stretch" iot (2017-10-29)](https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#microSD.2FStandalone:_.28stretch-iot.29_.28All_BeagleBone_Variants_.26_PocketBeagle.29) with [Linux kernel](https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Kernel_Options) [4.14.x](https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Mainline_.284.14.x_lts.29) as udev configures group ownership and permission for [GPIO](https://github.com/rcn-ee/repos/blob/master/bb-customizations/suite/stretch/debian/80-gpio-noroot.rules) and [PWM](https://github.com/rcn-ee/repos/blob/master/bb-customizations/suite/stretch/debian/81-pwm-noroot.rules)
275275

276+
## Reporting issues
277+
278+
When reporting issues, plesae run the following script which will print the system configuration:
279+
```
280+
sudo /opt/scripts/tools/version.sh
281+
```
282+
and paste the output in a reply.
283+
284+
This script should be present for any Debian or Ubunut image downloaded from:
285+
https://beagleboard.org/ or https://rcn-ee.com/
286+
287+
276288
## Credits
277289

278290
The BeagleBone IO Python library was originally forked from the excellent MIT Licensed [RPi.GPIO](https://code.google.com/p/raspberry-gpio-python) library written by Ben Croston.

0 commit comments

Comments
 (0)