diff --git a/bcm283x-firmware.spec b/bcm283x-firmware.spec index 1a0039b..0276b8e 100644 --- a/bcm283x-firmware.spec +++ b/bcm283x-firmware.spec @@ -4,11 +4,11 @@ # git clone https://github.com/raspberrypi/firmware.git # cd firmware/boot # tar cJvf ../bcm283x-firmware-%{gitshort}.tar.xz *bin *dat *elf LICENCE.broadcom overlays/README -%define gitshort c93fb48 +%define gitshort a0e54e7 Name: bcm283x-firmware -Version: 20160913 -Release: 2.%{gitshort}%{?dist} +Version: 20161020 +Release: 1.%{gitshort}%{?dist} Summary: Broadcom bcm283x firmware for the Raspberry Pi Group: System Environment/Kernel @@ -46,6 +46,10 @@ install -p overlays/README %{buildroot}/%{_datadir}/%{name}/overlays %{_datadir}/%{name} %changelog +* Sat Oct 22 2016 Peter Robinson 20161020-1.a0e54e7 +- Latest firmware fixes +- Minor config tweaks + * Sat Sep 24 2016 Peter Robinson 20160913-2.c93fb48 - Minor config tweaks diff --git a/config.txt b/config.txt index 922e6a2..0e8e11f 100644 --- a/config.txt +++ b/config.txt @@ -6,6 +6,9 @@ kernel=rpi2-u-boot.bin [pi3] kernel=rpi3-u-boot.bin +# Set UART to 48MHz for bluetooth (default is 3000000) +init_uart_clock=48000000 + # Default Fedora configs for all Raspberry Pi Revisions [all] diff --git a/sources b/sources index 2127540..65dae22 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -292d7350d008ccd3d1ba534e915021c1 bcm283x-firmware-c93fb48.tar.xz +aaad7a6fcd3c802c90845974b546cd58 bcm283x-firmware-a0e54e7.tar.xz