60
edits
(Manjaro-ARM) |
(update manjaro-arm) |
||
Line 19: | Line 19: | ||
| Khadas || Edge-V Pro, Vim 1, Vim 2, Vim 3 | | Khadas || Edge-V Pro, Vim 1, Vim 2, Vim 3 | ||
|- | |- | ||
| Pine || Pinebook, Pinebook Pro | | Pine || Pinebook, Pinebook Pro, Pinephone, Pinetab | ||
|- | |- | ||
| Raspberry || Pi | | Raspberry || Pi 3B, Pi 3B+, Pi 4B, Pi 400 | ||
|- | |- | ||
| Rock || Pi 4B, Pro 64 | | Rock || Pi 4B, Pro 64 | ||
Line 29: | Line 29: | ||
=Raspberry Pi= | =Raspberry Pi= | ||
=== | ===Sensors=== | ||
For temperature and humidity sensor see this tutorial on the forums: https://forum.manjaro.org/t/howto-raspberry-pi-temperature-and-humidity-sensor-dht22-dht11-am2302/34685 | |||
===Overclocking=== | |||
You can manage voltage and frequency settings in your <code>/boot/config.txt</code>. The following are the most common values for the Raspberry Pi: | |||
<pre> | |||
over_voltage=6 | |||
arm_freq=2100 | |||
gpu_freq=650 | |||
</pre> | |||
===Pi 3B=== | |||
=====Blocked update workaround===== | |||
sudo systemctl disable brcm43438.service | |||
sudo pacman -S -dd brcm-patchram-plus-pi3b firmware-raspberrypi | |||
sudo systemctl enable attach-bluetooth-pi3.service | |||
===Pi 3B+=== | |||
=====Blocked update workaround===== | |||
sudo systemctl disable brcm43438.service | |||
sudo pacman -S -dd brcm-patchram-plus firmware-raspberrypi | |||
sudo systemctl enable attach-bluetooth.service | |||
===Pi 4B=== | |||
=====Blocked update workaround===== | |||
sudo systemctl disable brcm43438.service | |||
sudo pacman -S -dd brcm-patchram-plus firmware-raspberrypi | |||
sudo systemctl enable attach-bluetooth.service | |||
===Pi 400=== | |||
=====Blocked update workaround===== | |||
sudo systemctl disable brcm43438.service | |||
sudo pacman -S -dd brcm-patchram-plus-pi400 firmware-raspberrypi | |||
sudo systemctl enable attach-bluetooth-pi400.service | |||