diff options
author | xengineering <me@xengineering.eu> | 2024-09-29 11:33:31 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-09-29 11:33:31 +0200 |
commit | 17b8d231406c2365d06cdd8b048b3495705be0df (patch) | |
tree | 739e9dedadc71f6dc8e79932a674ef9bcf7fcd18 | |
parent | 97148c8d1b91289b1c41d736077fca8ac1a840d3 (diff) | |
download | soundbox-17b8d231406c2365d06cdd8b048b3495705be0df.tar soundbox-17b8d231406c2365d06cdd8b048b3495705be0df.tar.zst soundbox-17b8d231406c2365d06cdd8b048b3495705be0df.zip |
doc: Revert change to Alpine 3.19.00.2.0
There were ALSA and SDL2 related audio issues with the latest version.
Rolling back since soundbox should anyway move to a
microcontroller-based solution.
-rw-r--r-- | doc/documentation.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex index 495e885..885b215 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -145,11 +145,11 @@ archive. It can be downloaded and verified against a checksum with the \texttt{wget} and \texttt{sha256sum} utilities. \begin{verbatim} -wget https://dl-cdn.alpinelinux.org/alpine/v3.20/releases\ - /aarch64/alpine-rpi-3.20.3-aarch64.tar.gz -wget https://dl-cdn.alpinelinux.org/alpine/v3.20/releases\ - /aarch64/alpine-rpi-3.20.3-aarch64.tar.gz.sha256 -sha256sum -c alpine-rpi-3.20.3-aarch64.tar.gz.sha256 +wget https://dl-cdn.alpinelinux.org/alpine/v3.19/releases\ + /aarch64/alpine-rpi-3.19.0-aarch64.tar.gz +wget https://dl-cdn.alpinelinux.org/alpine/v3.19/releases\ + /aarch64/alpine-rpi-3.19.0-aarch64.tar.gz.sha256 +sha256sum -c alpine-rpi-3.19.0-aarch64.tar.gz.sha256 \end{verbatim} The image has to be flashed to a SD card which will be inserted into the @@ -196,7 +196,7 @@ Also these command require \texttt{root} privileges. \begin{verbatim} mountpoint=$(mktemp -d) mount /dev/<name>1 "$mountpoint" -tar -C "$mountpoint" -xf alpine-rpi-3.20.3-aarch64.tar.gz +tar -C "$mountpoint" -xf alpine-rpi-3.19.0-aarch64.tar.gz umount /dev/<name>1 sync \end{verbatim} |