1
edit
(Hardkernel(odroid)) |
(Added troubleshooting steps for missing bluetooth after bootloader update 20210208-1) |
||
Line 401: | Line 401: | ||
sudo systemctl enable attach-bluetooth-pi400.service | sudo systemctl enable attach-bluetooth-pi400.service | ||
====Missing Bluetooth after raspberrypi-bootloader/-x update 20210208-1==== | |||
First, check whether the bootloader has been updated: | |||
pacman -Ss raspberrypi-bootloader | |||
Possible results: | |||
core/raspberrypi-bootloader '''20210208-1''' [installed] | |||
Bootloader files for Raspberry Pi | |||
core/raspberrypi-bootloader-x '''20210208-1''' [installed] | |||
Bootloader with extra codecs for Raspberry Pi | |||
If it is the case, changing the occurrences of '''ttyAMA0''' in /boot/cmdline.txt to '''serial0''' may fix missing Bluetooth ([https://forum.manjaro.org/t/new-raspberry-pi-kernels-related-packages/4721/344 Source]). | |||
=Tips and Tricks= | =Tips and Tricks= | ||
=See also= | =See also= |
edit