Stefan Agner
e08bbd7047
Add ODROID-N2+ support ( #793 )
...
* Add ODROID-N2+ support
Add ODROID-N2+ support with the new SoC revision c. Extend the U-Boot
script: Assume ODROID-N2 if the SoC revision is "a" (there are only "a"
revision SoCs on ODROID N2) and assume N2+ otherwise.
Currently using overclock mode as proposed in the upstream kernel patches.
* Update hassos-hook.sh
Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-07-29 11:06:01 +02:00
Pascal Vizeli
653bcbe3ae
Add functionts for RPi to handle kernel options ( #792 )
2020-07-27 12:09:43 +02:00
Pascal Vizeli
3700516097
Show board info on startup & Cleanup unused functionality ( #784 )
...
* Show board info on startup & Cleanup unused functionality
* Add patch for get env
* move patch
2020-07-27 11:54:25 +02:00
Pascal Vizeli
3fe09a4e6a
Bump version to 5.1
2020-07-24 12:27:02 +02:00
Pascal Vizeli
2b8dc1c913
Fix deployment questions
2020-07-24 12:20:08 +02:00
Pascal Vizeli
9f7a846d6b
RaspberryPi: Update kernel 4.19.127 - cc39f1c9f82f6fe5a437836811d906c709e0661c
2020-07-24 10:17:10 +00:00
Pascal Vizeli
466225806e
Linux: Update kernel 5.4.53
2020-07-24 10:15:39 +00:00
Pascal Vizeli
8e42ad5536
Cleanup boot files & Kenrel 5.7.10 ( #782 )
...
* Odroid: Update kernel 5.7.10
* Cleanup boot files
* Fix patches
2020-07-23 18:52:01 +02:00
Pascal Vizeli
39e78a1014
fix lint
2020-07-23 12:20:50 +02:00
Stefan Agner
cc4a6ebf96
Allow to execute commands using enter.sh directly ( #781 )
...
This is useful e.g. if one just wants to run a build.
2020-07-22 23:40:45 +02:00
Pascal Vizeli
4a3837374f
Fix linter
2020-07-22 17:53:10 +02:00
Pascal Vizeli
f70067c570
Add update script ( #780 )
2020-07-21 18:06:07 +02:00
Brad Simmons
24b6463fbb
Update network.md for bad NetworkManager.conf link ( #779 )
...
Corrected bad link for Gnome NetworkManager.conf
2020-07-19 14:20:37 -07:00
Stefan Agner
78152db78f
Add boot from USB mass storage device support for RPi 4 ( #746 ) ( #776 )
...
* Backport USB PCIe/XHCI patches to U-Boot 2020.07
Backport relevant patches required to make PCIe/USB XHCI work.
* Backport/integrate PCIe device tree changes from upstream Linux
U-Boot uses the device tree provided by upstream Linux. Make sure the
device tree has the relevant chanages to make VL805 USB controller
reset work.
* Document RPi 4 USB mass storage support (#746 )
2020-07-19 13:59:10 +02:00
Stefan Agner
985f3b8e3d
Bump RPi 64-bit to U-Boot 2020.07 release to fix RPi 4 8GB boot ( #740 ) ( #775 )
...
Unfortunately builds for 32-bit seem to lead to freezes. Conservatively
only update to 2020.07 for 64-bit builds.
Co-authored-by: Malcolm Lashley <mlashley@gmail.com>
Co-authored-by: Malcolm Lashley <mlashley@gmail.com>
2020-07-18 23:32:19 +02:00
kdhoermann
245dc7603f
Add sound card support to OVA. ( #770 )
...
* Add sound card support to OVA.
* Audio device support for all platforms
2020-07-15 19:06:18 +02:00
Simon Opelt
53bbc43ff3
Add NUC (10) support info ( #766 )
2020-07-08 13:33:07 +02:00
Simon Opelt
ad6ac0a770
add out-of-tree intel e1000e ethernet module ( #765 )
...
* add intel-e1000e net module for nuc (e.g. i219v)
* disable mainline E1000E
* fix hash case
* add e1000e module make opts
* add missing newline
* remove redundant MD5
* Update intel-e1000e.hash
Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-07-06 13:46:00 +02:00
cogneato
de67752a46
Update datactl docs ( #756 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-07-05 11:58:42 +02:00
Pascal Vizeli
a5eb7ffc8e
Fix tinker for 5.4.50 ( #764 )
2020-07-05 00:17:26 +02:00
Pascal Vizeli
b09e5b5688
Revert DTS rpi4
2020-07-03 07:38:38 +00:00
Sean Mooney
a4c65b3fd1
Update issue template ( #760 )
2020-07-02 15:09:36 -07:00
Pascal Vizeli
ec6f7978b5
cleanup patch
2020-07-02 13:22:09 +00:00
Pascal Vizeli
c9033551f2
Fix patch for 5.4.50 ( #758 )
2020-07-02 14:42:48 +02:00
Pascal Vizeli
375e688938
Update kernel 20200702 ( #757 )
...
* Odroid: Update kernel 5.7.7
* Linux: Update kernel 5.4.50
* RaspberryPi: Update kernel 4.19.127 - a03605b08ae73107100c72dc92c92adf0dde3e42
* Fix script
* Add bcm2711-rpi-cm4
2020-07-02 11:28:39 +02:00
Pascal Vizeli
9d6b3a1d0b
Kernel improvments for Amlogic / Odroid ( #747 )
...
* Kernel improvments for Amlogic / Odroid
* Odroid: Update kernel 5.7.4
* Fix script
* include audio into kernel
2020-06-27 10:48:08 +02:00
thecode
43e4bc81d3
Add condition to run QEMU guest agent for QEMU hypervisor ( #752 )
...
The proposed changed is to run the qemu guest agent for QEMU hypervisor. QEMU hypervisor and KVM hypervisor are using the same guest agent.
systemd allow detecting the difference between the two hypervisors. The change is using OR trigger, meaning it will trigger if one of the "ConditionVirtualization" rules is true.
2020-06-27 10:47:28 +02:00
Pascal Vizeli
4bcba322ff
Fix jitters during first update/boot ( #742 )
...
* Fix jitters during first update/boot
* Address comments
* fix lint
2020-06-15 14:48:58 +02:00
Pascal Vizeli
0991cc1c25
Fix version json name if image is missing ( #741 )
...
* Fix version json name if image is missing
* Update hassos-supervisor
2020-06-15 14:48:02 +02:00
Bram Kragten
83cbc37422
Add line about Raspberry Pi overlays ( #736 )
...
* Add line about Raspberry Pi overlays
* Update .github/ISSUE_TEMPLATE.md
Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-06-11 13:20:21 +02:00
Bram Kragten
0909462d51
Add overlay message ( #735 )
2020-06-11 11:44:40 +02:00
Franck Nijhof
27fc2de146
Fix missing wmv namespace in ovf definition ( #732 )
2020-06-08 15:36:38 +02:00
Pascal Vizeli
be7228c7e6
Bump wireguard linux compat for RPi kernel
2020-06-06 22:54:26 +00:00
Pascal Vizeli
e51b1bd9eb
Make odroid upstream again ( #724 )
...
* Make odroid upstream again
* Fix question
* Linux 5.7
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
* Add patch
* Add DT sound
* fix build
* Fix kernel options
* working audio
2020-06-06 11:44:41 +02:00
Franck Nijhof
2706b4d866
Improve self healing capabilities of Supervisor service ( #726 )
...
* Improve self healing capabilities of Supervisor service
* Fixes shellcheck linter warnings
2020-06-05 23:28:05 +02:00
Franck Nijhof
83af2731a8
Fix Supervisor container name reference in hassos-supervisor service ( #727 )
2020-06-05 22:14:34 +02:00
Pascal Vizeli
f66fbda032
RaspberryPi move back to 4.19 Kernel ( #723 )
...
* RaspberryPi: Update kernel 4.19.126 - f6b3ac28f0a9137d4c24c0b8832e693bbd16f5b7
* RaspberryPi: Update firmware 7caead9416f64b2d33361c703fb243b8e157eba4
* Remove kernel for 5.4
2020-06-05 16:08:50 +02:00
Pascal Vizeli
d215e81fb1
Update kernel Upstream/RPi ( #708 )
...
* Linux: Update kernel 5.4.44
* RaspberryPi: Update kernel 5.4.42 - 3d1e5203531fd1791762f018538e670bf10f722c
* RaspberryPi: Update firmware f382cc150445b3ef07de941e4877a5890d665aa7
2020-06-03 13:36:26 +02:00
Pascal Vizeli
afe39c279b
Fix RPi4 uart 2-5 ( #706 )
2020-06-02 23:32:49 +02:00
Pascal Vizeli
ee13d1fb45
Add emergency Console ( #705 )
...
* Add emergency Console
* fix lint
2020-06-02 23:28:13 +02:00
Pascal Vizeli
917f022614
Fix issue with RPi2 armhf / armv7
2020-06-02 21:56:41 +02:00
Sergey Avdeev
fc68bce7d9
Update home-assistant.ovf ( #696 )
2020-06-02 10:56:30 +02:00
Adorem
0363ddab37
Update link to operating-system/debugging in configuration.md ( #699 )
2020-05-30 11:23:35 +02:00
Adorem
f18345a6c4
Update link to partition.md ( #698 )
2020-05-30 11:23:05 +02:00
Pascal Vizeli
8b13cfd902
RaspberryPi: Update firmware 62fc8c01165a80021054a430182b504f7b877c2d
2020-05-27 20:22:25 +00:00
Pascal Vizeli
16313059d9
RaspberryPi: Update kernel 5.4.42 - 5e5024f643caa53ff59a6e00f40a9b55f7fc4e17
2020-05-27 20:20:20 +00:00
Pascal Vizeli
deb072cb76
Linux: Update kernel 5.4.43
2020-05-27 20:17:42 +00:00
Pascal Vizeli
b206787520
Fix issue with mbr partition remove on MBR ( #694 )
2020-05-27 16:30:07 +02:00
Pascal Vizeli
0db61e85b0
Fix issue with Odroid-N2 on USB ( #693 )
2020-05-27 15:54:44 +02:00
Pascal Vizeli
c3fba76142
Use odroid defconfig for XU4 ( #690 )
2020-05-27 11:01:28 +02:00