Commit Graph

976 Commits

Author SHA1 Message Date
lucagiove
9aadf66660 Attempt to fix bluetooth communication problem on rpi3b (#614)
This problem is referenced in many different issues, some of them:
Bluetooth: hci0: Frame reassembly failed (-84)
https://github.com/raspberrypi/firmware/issues/1150

Error communicating with local bluetooth adapter (RPi3)
https://github.com/home-assistant/core/issues/30147

Xiaomi BLE Temperature and Humidity sensor no longer working after update from 0.95.4 to .096.5
https://github.com/home-assistant/core/issues/25704

Xiaomi BLE Temperature and Humidity sensor
https://github.com/home-assistant/core/issues/24313#issuecomment-578554315

Solution seemed to reeduce the boud rate of the serial connection to BT
on rpi3b where flow control is missing.

The patch to the original btuart file is to reduce the baudrate only for
rpi3b models where flow control is missing:

-		$HCIATTACH /dev/serial1 bcm43xx 921600 noflow - $BDADDR
+		$HCIATTACH /dev/serial1 bcm43xx 460800 noflow - $BDADDR

I'm not a buildroot expert but the best way seemed to move the
upstream btuart download in a PRE_PATCH_HOOK so that standard
buildroot way of patching can be applied.
2020-04-15 09:08:58 +00:00
Pascal Vizeli
834754d9e1 Replace on upload 3.12 2020-03-06 13:26:53 +00:00
Pascal Vizeli
24ed7fc1dc OS: Update supervisor 209 2020-03-06 13:26:16 +00:00
Pascal Vizeli
d7089fda37 OS: Update CLI 21 2020-03-06 13:26:12 +00:00
Pascal Vizeli
3fc7e6785a Bump version to 3.12 2020-03-05 15:35:45 +00:00
Pascal Vizeli
9a44c6af38 Update RaspberryPi Kernel & Firmware 4.19.106 (#601)
* RaspberryPi: Update kernel ecb440abef61d198478b6e598b3510ff6680090a

* Update RaspberryPi kernel 4.19.106
2020-03-05 15:35:03 +00:00
Pascal Vizeli
9fe6f984fa Update Kernel OVA/Tinker/Nuc to 4.19.107 2020-03-05 15:25:54 +00:00
Pascal Vizeli
532f5911f1 OS: Update CLI 20 2020-03-05 15:10:54 +00:00
Pascal Vizeli
2ee438889a OS: Update supervisor 208 2020-03-05 15:09:44 +00:00
Pascal Vizeli
63eaea73dc Bump version to 3.11 3.11 2020-02-17 15:31:49 +00:00
Pascal Vizeli
d3e9c3633e Kernel 4.19.104 for intel/ova/tinker 2020-02-17 15:30:49 +00:00
Pascal Vizeli
8d6a34f8f0 Fix supervisor name on cli config (#588) 2020-02-17 15:28:30 +00:00
Pascal Vizeli
60e283ea2a Rename Hass.io (#587) 2020-02-17 15:27:21 +00:00
Pascal Vizeli
46db76e303 OS: Update CLI 19 2020-02-17 15:21:30 +00:00
Pascal Vizeli
ffd477a78a OS: Update supervisor 201 2020-02-17 15:21:24 +00:00
Pascal Vizeli
2c8295aa20 Fix OTA SPL update on REl-3 (#579) 2020-02-10 10:18:30 +01:00
Pascal Vizeli
fc11e52ce1 Bump version to 3.10
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
3.10
2020-02-09 22:26:58 +00:00
Pascal Vizeli
7a698bb14f Linux kernel 4.19.102
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
2020-02-09 22:26:12 +00:00
Pascal Vizeli
d2d1138a8c Support usb audio all (#566)
* Add support for SND USB audio over all

* Cleanup
2020-02-09 22:22:37 +00:00
Etzion Bar-Noy
c7506245b1 BT support for all platforms (#563)
* Update azure-pipelines-release.yml for Azure Pipelines

* Update azure-pipelines-release.yml for Azure Pipelines

* Update azure-pipelines-release.yml for Azure Pipelines

* Fix double LINUX_HEADERS

* Add support for TI USB 3410 or 5052 serial devices (#542)

* Added BT support to device-support.conf file, and removed BT support from kernel.config file

* Removed BT support, as it was moved to device-support.config file

* Added new line at the end of the file

* Changed:
CONFIG_BT_HCIBTUSB from 'm' to 'y'
CONFIG_BT_HCIBTUSB_BCM from 'y' to 'm'
CONFIG_BT_HCIBTUSB_RTL from 'y' to 'm'

* Update device-support.config

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-02-09 22:20:41 +00:00
Pascal Vizeli
7ddf6f4a53 OS: Update supervisor 200 2020-02-09 22:17:47 +00:00
Pascal Vizeli
a38f074910 Update azure-pipelines-release.yml 3.9 2020-02-03 14:36:57 +01:00
Pascal Vizeli
2ff3b5099d Bump version to 3.9 2020-02-03 11:49:03 +00:00
Pascal Vizeli
f75e1a5bce OS: Update CLI 16 2020-02-03 11:46:59 +00:00
Pascal Vizeli
dc2396d30d Update docker 19.03.5 on builder (#561) 2020-02-03 11:39:50 +00:00
Pascal Vizeli
2353ee33c7 Add more SND audio codec modules (#560)
* Add more SND audio codec modules

* Update kernel.config
2020-02-03 11:39:41 +00:00
Pascal Vizeli
6e5a53c48f Add support for TI USB 3410 or 5052 serial devices (#542) 2020-02-03 11:39:05 +00:00
Pascal Vizeli
acc0758a5b Migrate buildroot 2019.02.9 2020-01-13 13:52:18 +00:00
Pascal Vizeli
ed1574306a Update RPI firmware (#537) 3.8 2020-01-12 10:04:44 +00:00
Pascal Vizeli
62e768157b Add CONFIG_VIRT_DRIVERS to ova (#536) 2020-01-12 10:04:35 +00:00
Pascal Vizeli
3e692df840 Bump version 3.8 2020-01-11 16:47:43 +00:00
Pascal Vizeli
f5a1d4ba10 Remove OrangePi 2020-01-11 16:47:01 +00:00
Pascal Vizeli
33c9de7a6e Update Kernel 4.19.94 - Intel / Tinker 2020-01-11 16:45:16 +00:00
Pascal Vizeli
0291dfaa64 Update Buildroot 2019.02.8 2020-01-11 16:41:13 +00:00
Pascal Vizeli
1b08cb5d04 OS: Update supervisor 195 2020-01-11 16:35:33 +00:00
Pascal Vizeli
07b6c85dba VirtIO MMIO kernel module (#534)
* VirtIO MMIO kernel module

* Update kernel.config

* Update kernel.config
2020-01-11 16:34:48 +00:00
Pascal Vizeli
fc5c8399cf RaspberryPi update stable u-boot / Kernel + Firmware (#532)
* RaspberryPi: Update kernel b4180819d3a119c56133d6a2d8301775bf6c60bb

* Update kernel docs

* Update firmware
2020-01-11 16:34:29 +00:00
Pascal Vizeli
fe3260e325 Bump version 3.7 / Stable
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
3.7
2019-12-13 16:17:19 +00:00
Pascal Vizeli
646e790d33 OS: Update supervisor 193 2019-12-13 16:15:52 +00:00
Pascal Vizeli
10d27c9d89 OS: Update CLI 15 2019-12-13 16:15:41 +00:00
Pascal Vizeli
f1ac227790 Some cleanups (#511) 2019-12-13 16:15:33 +00:00
Pascal Vizeli
8b6e4e7315 Fix Kernel For odroid XU4/C2 (#510) 2019-12-13 16:15:24 +00:00
Pascal Vizeli
816177fcc4 Bump version 3.6
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
3.6
2019-12-12 11:39:58 +00:00
Pascal Vizeli
cf546b4a6d Kernel updates 4.19.88 (#509)
* Update kernel 4.19.88

* Fix asus
2019-12-12 11:39:25 +00:00
Franck Nijhof
5fed213740 Fix auto expand disk for GPT (#508) 2019-12-12 11:39:17 +00:00
Pascal Vizeli
6590adaf88 Add qemu guest agent (#505)
* Add qemu guest agent

* Fix make file

* Fix targets

* Convert it to autobuild

* Fix paths

* fix target

* Fix options

* Fix startup

* Update kernel

* Fix state dir

* Only load on kvm
2019-12-12 11:39:09 +00:00
Pascal Vizeli
095df415e1 Fix RPI issues with u-boot / firmware (#503)
* Fix RPI issues with u-boot / firmware

* Cleanup bluetooth handling

* Use RC4 for u-boot on rpi4
2019-12-12 11:38:57 +00:00
Pascal Vizeli
c9a2c1058f RaspberryPi: Update kernel 988cc7beacc150756c3fbe40646afcf8438b741b 2019-12-12 11:38:48 +00:00
Pascal Vizeli
1d82911ba5 Fix RPI bluetooth issues (#502)
* Fix RPI bluetooth issues

* Add to buildroot
2019-12-12 11:38:37 +00:00
Pascal Vizeli
40d186b4d6 Update RPI firmware (#501)
* Update RPI firmware

* Update buildroot
2019-12-12 11:38:28 +00:00