Commit graph

25 commits

Author SHA1 Message Date
Mikey Sklar
3a16bf08c0 pi5 GPIO packages fix
Necessary for blinkatest.py to run without errors on a Pi 5.
2024-09-20 13:01:54 -07:00
Melissa LeBlanc-Williams
103b133885 Add blinka installer backwards compatibility with bullseye 2024-02-27 08:47:56 -08:00
Melissa LeBlanc-Williams
117ca53fce Add libgpiod to Blinak installer for Pi 5 2023-10-23 10:10:39 -07:00
Melissa LeBlanc-Williams
8ab58b59ed Change some py packages to be installed via apt-get 2023-10-20 14:21:48 -07:00
caternuson
bde69a70be update serial enable 2023-10-20 13:34:13 -07:00
Paul Methfessel
26404d7674
Fix bug in python version check in raspi-blinka.py
The file checked the python version by comparing the major and minor versions. However, the variables compared were strings, making '11' > '8' -> False, when in fact it should have been true.
I converted the versions to integers before comparing, so that versions 10 and above are accepted
2023-10-13 21:51:29 +02:00
Melissa LeBlanc-Williams
4d091776d4
Merge pull request #260 from makermelissa/blinka-install-fix
Fix issue where blinka installs as root
2023-09-14 12:39:08 -07:00
Melissa LeBlanc-Williams
0aba7ce7fd Remove extra code 2023-09-12 12:55:55 -07:00
Melissa LeBlanc-Williams
189997aae8 Fix issue where blinka installs as root 2023-09-12 12:53:17 -07:00
Melissa LeBlanc-Williams
472040cf8f Update python version checking for versions > 3.9 2023-09-11 08:27:43 -07:00
BasdeWinter
d262dedd1f
Update raspi-blinka.py
fixes a "< operator cannot be used to compare NonType with int" error on a RPI-Zero-W
2023-02-07 18:52:45 +01:00
Melissa LeBlanc-Williams
de02991724 Add Bug report template to reduce asking for additional details 2022-11-30 09:25:30 -08:00
Melissa LeBlanc-Williams
bc4b07e658 Update readme, move scripts, bug fixes 2022-11-11 17:04:12 -08:00
Melissa LeBlanc-Williams
e946996f3f Fix raspi-blinka script when python command is non-existent 2022-02-10 14:03:49 -08:00
Melissa LeBlanc-Williams
7393941132 Install libgpiod-dev so pulsein works on blinka 2022-02-10 10:09:07 -08:00
Melissa LeBlanc-Williams
28aab54c0f Updated Blinka Installer to not error when release info changed 2021-11-19 12:36:14 -08:00
Melissa LeBlanc-Williams
022e67421c Display which OS was detected 2021-06-01 09:22:31 -07:00
Melissa LeBlanc-Williams
572e2aa874 Add a check for Blinka's minimum required python version 2021-03-16 08:53:42 -07:00
Melissa LeBlanc-Williams
d40f66a409 Updated scripts to use new shell functions 2021-03-03 11:20:35 -08:00
Melissa LeBlanc-Williams
1d979b9e84
Merge pull request #154 from eternaltinkering/gpio-dependency
Dependency check for RPi.GPIO
2021-02-12 13:20:26 -08:00
pat
5ae7756391 check for RPi.GPIO which is a dependancy for:
Adafruit_Blinka/src/adafruit_blinka/microcontroller/bcm283x/pin.py
2021-02-12 14:04:17 -07:00
Melissa LeBlanc-Williams
e1c4f810d1 Script fixes 2021-02-11 19:09:52 -08:00
Limor "Ladyada" Fried
2521c7574e
Update raspi-blinka.py 2020-11-14 23:25:54 -05:00
Melissa LeBlanc-Williams
74189e5324 Removed click since it's not currently used 2020-10-01 14:02:19 -06:00
Melissa LeBlanc-Williams
7e8515bf70 Added initial Raspberry Pi Config script 2020-10-01 13:59:07 -06:00