Skip to content

Commit

Permalink
Add spidev kernel driver, remove default locale
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRemote committed Aug 31, 2022
1 parent 0e69eba commit 1909785
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OrangePiRDA/scripts/lib/build_image.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

build_rk_image() {
VER="v1.3"
VER="v1.4"
IMAGENAME="Legendary_OrangePi_${BOARD}_${OS}_${DISTRO}_${IMAGETYPE}_${VER}"
IMAGE="$BUILD/images/$IMAGENAME.img"

Expand Down Expand Up @@ -76,7 +76,7 @@ EOF
}

build_rda_image() {
VER="v1.3"
VER="v1.4"
IMAGENAME="Legendary_OrangePi_${BOARD}_${OS}_${DISTRO}_${IMAGETYPE}_${VER}"
IMAGE="${BUILD}/images/$IMAGENAME.img"

Expand Down Expand Up @@ -179,7 +179,7 @@ build_image() {
build_rda_image
return
fi
VER="v1.3"
VER="v1.4"
IMAGENAME="Legendary_OrangePi_${BOARD}_${OS}_${DISTRO}_${IMAGETYPE}_${VER}"
IMAGE="${BUILD}/images/$IMAGENAME.img"

Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ My blog post that birthed this image is located <a href="https://jamesachambers.
<li>Fixed buggy UART not resetting properly which often breaks copying/pasting through a serial terminal</li>
<li>Fixed sound issues that would prevent rebooting the system successfully after first startup</li>
</ol>

<h2>First Startup Instructions</h2>
Set correct locale:
<pre>sudo dpkg-reconfigure locales</pre>
Set correct timezone:
<pre>sudo dpkg-reconfigure tzdata</pre>
Sync time:
<pre>sudo ntpd -gq</pre>

<h2>Build Instructions</h2>
You should first clone the OrangePi_Build repository:<br>
<pre>git clone https://github.com/orangepi-xunlong/OrangePi_Build.git
Expand Down

0 comments on commit 1909785

Please sign in to comment.