From 9a4ab2a55dc8e14dc9943fb9abb4775cea323b45 Mon Sep 17 00:00:00 2001 From: James Chambers <05jchambers@gmail.com> Date: Thu, 1 Sep 2022 18:13:51 -0600 Subject: [PATCH] Update README - V1.5 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ad8100d..2830f4d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ My blog post that birthed this image is located
  • Fixed wireless MAC address changing each startup
  • Fixed USB port to allow "High Speed" USB devices instead of locking them to "Full Speed"
  • @@ -41,6 +42,7 @@ Ubuntu is not building correctly yet.

    Version History

      +
    1. September 1st 2022 - V1.5 - Adds spidev interface to access SPI over the GPIO pins
    2. 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
    3. 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
    4. August 26th 2022 - V1.2 - Added ntp package to help with time issues (use "sudo ntpd -gq" on first startup), fixed locales issue