Difference between revisions of "Manjaro-ARM"

update manjaro-arm
(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 4
| 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=


====Temperature and Humidity Sensors====
===Sensors===


See this tutorial on the forums: https://forum.manjaro.org/t/howto-raspberry-pi-temperature-and-humidity-sensor-dht22-dht11-am2302/34685
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




20

edits