Thank you. I dont want that you have to much work. I just thought that is a good idea.
-
Maybe add to supported devices Raspberry Pi 3b (but unoffically, but its working right now) ive installed it on my 3b and its working great with the 5.10 kernel so far.
-
How to update Kernels per Device or which kernel
-
Upgrading failure fix for Raspberrys:
For now for the 3b+ & 4b devices only:
sudo systemctl disable brcm43438.service
sudo pacman -S -dd brcm-patchram-plus firmware-raspberrypi
sudo systemctl enable attach-bluetooth.service
For now for the RPi’s pi 400 device only:
sudo systemctl disable brcm43438.service
sudo pacman -S -dd brcm-patchram-plus-pi400 firmware-raspberrypi
sudo systemctl enable attach-bluetooth-pi400.service
For now for the pi3b device only:
sudo systemctl disable brcm43438.service
sudo pacman -S -dd brcm-patchram-plus-pi3b firmware-raspberrypi
sudo systemctl enable attach-bluetooth-pi3.service
Reboot for the new bluetooth service to be picked up.
- Common working Overclock Settings for Raspberry Pi:
In your /boot/config.txt:
Change this:
over_voltage=6
arm_freq=2100
gpu_freq=650
-
Raspberry 4 working V4L2 Transcoding with FFMPEG installed
-
Raspberry Pi 3/4 USB Boot working with the bootloader from 2020-09-03
-
Config Options specific for the manjaro os(i dont know which, maybe some improvements with video)
Sorry for the awful formating of the text, dont found a better way.