diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2023-12-04 19:58:28 +0100 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2023-12-04 19:58:28 +0100 |
commit | b09d501a8d5142e75f667928dfd8cc8f0a61e972 (patch) | |
tree | 2574ed250ae492c258fa2cea8718aae929d43757 | |
parent | 93a3061b6787cb3f827aa17186afde825fc875e7 (diff) |
Add RaspberryPi with Arch
-rw-r--r-- | raspberry-pi.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/raspberry-pi.md b/raspberry-pi.md new file mode 100644 index 0000000..dd5df21 --- /dev/null +++ b/raspberry-pi.md @@ -0,0 +1,19 @@ +# Info for running a Raspberry Pi system + +## Arch ARM + +Details on running Arch Linux ARM on a Pi + +### Sound + +`/boot/config.txt` needs the following to enable the audio card: + + dtparam=audio=on + +(Source: https://archlinuxarm.org/forum/viewtopic.php?f=9&t=13463#p60706) + +And + + dtoverlay=audremap,pins_12_13,enable_jack + +(Source: https://raspberrypi.stackexchange.com/questions/133199/no-audio-through-jack-despite-config-audio-on-raspi-config-also-fails/133200) |