Skip to content

Commit

Permalink
V1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRemote committed Sep 4, 2022
1 parent 9d74609 commit 6c381c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ My blog post that birthed this image is located <a href="https://jamesachambers.
<li>Adds replacement for WiringPi GPIO tool by patb and fixes GPIO pin assignments</li>
<li>Adds spidev interface to access SPI over the GPIO pins</li>
<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>
<li>Adds ability to use the i96 as a HID device (mouse/keyboard emulation).</li>
<li>Adds ability to use the i96 as a HID device (mouse/keyboard emulation)</li>
<li>Fixed notorious WiFi issues caused by missing crda package and no regulatory domain set (see first startup instructions to set REGDOMAIN)</li>
<li>Fixed wireless MAC address changing each startup</li>
<li>Fixed USB port to allow "High Speed" USB devices instead of locking them to "Full Speed"</li>
Expand All @@ -29,7 +29,7 @@ Set correct locale:
<pre>sudo apt install locales -y && sudo dpkg-reconfigure locales</pre>
Set wireless regulatory country:
<pre>sudo nano /etc/default/crda</pre>
Add your two letter country code (mine is US) to the end of the bottom line (after the equals sign) that says REGDOMAIN=
Add your two letter country code (mine is US) to the end of the bottom line (after the equals sign) that says REGDOMAIN=<br>
Press Ctrl+X then Y to save the file.

<h2>Build Instructions</h2>
Expand Down

0 comments on commit 6c381c3

Please sign in to comment.