You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ My blog post that birthed this image is located <a href="https://jamesachambers.
9
9
<ol>
10
10
<li>Adds replacement for WiringPi GPIO tool by patb and fixes GPIO pin assignments</li>
11
11
<li>Adds missing default locales that would cause Perl to throw lots of warnings every time a package was configured</li>
12
+
<li>Adds spidev interface to access SPI over the GPIO pins</li>
12
13
<li>Adds ntp to assist with fixing time on first startup -- use "sudo ntpd -gq" to force a time sync once you've set your correct timezone (sudo dpkg-reconfigure tzdata)</li>
13
14
<li>Fixed wireless MAC address changing each startup</li>
14
15
<li>Fixed USB port to allow "High Speed" USB devices instead of locking them to "Full Speed"</li>
@@ -41,6 +42,7 @@ Ubuntu is not building correctly yet.<br>
41
42
<br>
42
43
<h2>Version History</h2>
43
44
<ol>
45
+
<li>September 1st 2022 - V1.5 - Adds spidev interface to access SPI over the GPIO pins</li>
44
46
<li>August 31th 2022 - V1.4 - remove applying default locale due to breaking serial console on some systems (see first startup instructions to apply your correct locale instead of me applying mine which was causing problems), fix startup permissions errors related to GPIO</li>
45
47
<li>August 30th 2022 - V1.3 - Add patb's gpio_fixup.sh script to fix GPIO pins on startup / gpio tool replacement / wireless LAN MAC address fix</li>
46
48
<li>August 26th 2022 - V1.2 - Added ntp package to help with time issues (use "sudo ntpd -gq" on first startup), fixed locales issue</li>
0 commit comments