Pascal Vizeli
2291e8599e
OS: Config importer support now also boot partition ( #212 )
...
* OS: Config importer support now also boot partition
* Update configuration.md
* Cleanup config after import
* Update hassos-config
2018-10-25 21:59:58 +02:00
Johannes Truschnigg
b827a90a35
Enable XHCI (USB3) support in ova kernel config ( #221 )
...
With this change, hassos can have USB devices passed into a guest VM
with the hypervisor emulating an XHCI controller. QEMU recommends using
XHCI whenever possible, as it offers a much more virtualization-friendly
architecture than its [EO]HCI predecessors (which are already support by
the hassos kernel).
2018-10-24 15:54:26 +02:00
Pascal Vizeli
005cbc0b89
OS: use newer docker run command ( #217 )
...
* OS: use newer docker run command
* Update hassos-supervisor
2018-10-16 16:32:00 +02:00
Robert Schindler
482e6f7a7b
Added 8021q kernel module for VLAN support ( #216 )
2018-10-13 17:58:13 +02:00
Pascal Vizeli
b83bfc5910
Bump version
2018-10-13 17:57:22 +02:00
Pascal Vizeli
dac76b1632
Allow udev rules & make it persistent ( #210 )
...
* Install default to lib
* Create hmip-rfusb.rules
* Create etc-udev-rules.d.mount
* Update hassos-config
* Update configuration.md
* Update rauc.sh
* Add ln
2018-10-11 20:49:20 +02:00
Johannes Truschnigg
faa371191f
Implement basic ACPI shutdown support via busybox acpid ( #209 )
...
On systems where ACPI support is present as inidcated by the presence of
/proc/acpi (e.g. on OVA compatible hypervisors), we want to properly
shut down the system when the power button is pressed (or the hypervisor
simulates this kind of event to the guest machine that executes hassos).
This changeset provides the following basic infrastructure for this
feature to work as expected:
* a systemd service to start acpid, if ACPI support can be assumed
* an acpid configuration directory
* a trivial shutdown script to invoke when a PWR event is registered
2018-10-10 11:34:06 +02:00
Pascal Vizeli
1112a10509
Raspberry: Fix power options
2018-09-24 16:30:04 +02:00
Pascal Vizeli
075799aaa8
Raspberrypi: Performance on Raspberry Pi due to governor ( #193 )
...
* Raspberrypi: Performance on Raspberry Pi due to governor
* Update rpi0_w_defconfig
* Update rpi2_defconfig
* Update rpi3_defconfig
* Update rpi_defconfig
* Update rpi3_64_defconfig
2018-09-10 12:22:52 +02:00
Johannes Truschnigg
3733a07bac
Do not assume index 0 for boot medium ( #188 )
...
When booting the HassOS VMDK appliance disk image on QEMU with OVMF UEFI
firmware, barebox numbers devices differently from other environments.
This patch makes the barebox `sh` implementation expand a pathname
wildcard at runtime, so that assigned disk indices != 0 will also work.
This fix introduces a potential (but most likely irrelevant)
bug/problem: If there is more than one disk connected to the system with
a matching name assigned, the wildcard will expand to two or more
pathnames, breaking the resulting `mount` command.
2018-09-04 21:30:32 +02:00
Ryan Bray
eb553bec07
Odroid-C2: updating kernel to 4.14.67 ( #176 )
2018-08-26 22:09:49 +02:00
Pascal Vizeli
e7e2dc2aad
Raspberry: fix path for config.txt
2018-08-25 22:37:47 +00:00
Pascal Vizeli
352072cc5a
Supervisor: Update to version 127
2018-08-25 21:13:11 +00:00
Pascal Vizeli
064ee9ef84
Raspberry: update kernel 4.14.66
2018-08-25 20:47:18 +00:00
Pascal Vizeli
21e3a30012
Tinker: update kernel 4.14.67
2018-08-25 20:44:10 +00:00
Pascal Vizeli
8d86fa9ec9
OVA: update kernel 4.14.67
2018-08-25 20:43:50 +00:00
Pascal Vizeli
1ead97f64a
raspberry: Use new config.txt ( #174 )
2018-08-25 22:40:17 +02:00
Pascal Vizeli
2a0d551667
Bump version 2.2
2018-08-25 16:46:35 +00:00
Pascal Vizeli
61b0b333f0
ota: skeep mbr
2018-08-25 07:52:46 +00:00
Ryan Bray
dc0f6367cb
Odroid-C2: Build Fixes, correct root partition
2018-08-24 22:40:15 -06:00
Pascal Vizeli
486161f2d8
Fix uboot
2018-08-25 00:37:00 +00:00
Pascal Vizeli
9441f6b16e
Fix uboot
2018-08-24 23:05:05 +00:00
Ryan Bray
514c59796f
Odroid-c2: Moving to 4.14.36 kernel
2018-08-24 22:52:18 +00:00
Pascal Vizeli
ebf84216e9
cleanup
2018-08-24 22:46:03 +00:00
Pascal Vizeli
74ff13e25e
P1
2018-08-24 21:50:29 +00:00
Pascal Vizeli
9b170812d6
Cleanup odroid
2018-08-22 22:15:08 +00:00
Ryan Bray
8e1af1313b
Odroid: Allow booting from eMMC, Use bootstate partition rather than env file
2018-08-21 02:59:30 -06:00
Ryan Bray
0f8010bc90
Odroid-C2: Move to 4.17 kernel, rework directories
2018-08-21 02:56:00 -06:00
Ryan Bray
170ed2db00
updating to proper homeassistant image
2018-08-17 02:19:19 -06:00
Ryan Bray
ef40d38b12
rename hardkernel-sbl to hardkernel-boot
2018-08-16 22:24:11 -06:00
Ryan Bray
d144f72868
Odroidc2: boot arg cleanup
2018-08-16 22:24:11 -06:00
Ryan Bray
11088580c5
odroid-c2: Initial Support
...
Working:
* Ethernet
* Resize of Data
* RAUC boot marking/fetching
* CMD Line into HASSOS and Linux
Partially working:
* USB (requires 1+ devices in at boot. Seems to be a kernel/dt issue.)
Untested:
* RAUC Update
* HDMI
Not working:
* Homeassistant
** We see:
hassio > ha info
The HTTP request failed with the error: Get http://hassio/homeassistant/info : dial tcp 172.30.32.2:80: getsockopt: connection refused
2018-08-16 22:24:11 -06:00
Pascal Vizeli
202b267d09
os: add spl mbr
2018-08-11 11:03:50 +00:00
Pascal Vizeli
5ad184f943
os: use hyprid for SPL to fix windows
2018-08-11 11:02:15 +00:00
Pascal Vizeli
6ab6cd7ff4
os: revert gpt fix / not needed
2018-08-11 10:35:43 +00:00
Pascal Vizeli
a2c6107685
os: fix GPT alligne with SPL images
2018-08-11 08:56:46 +00:00
Pascal Vizeli
5f24bd5574
build: optimize vmdk
2018-08-10 15:10:38 +00:00
Pascal Vizeli
7a3d3ae502
tinker: use a other address for boot config
2018-08-10 00:40:55 +02:00
Pascal Vizeli
4346220e27
os: fix bootstate link
2018-08-08 15:09:08 +00:00
Pascal Vizeli
12b5731e20
os: fix u-boot env size ( #153 )
...
* os: fix u-boot env size
* Delete fw_env.config
2018-08-08 12:48:07 +02:00
Pascal Vizeli
72a3aec55b
tinker: fix bluetooth forking
2018-08-07 20:28:55 +00:00
Pascal Vizeli
9ef96373a9
Update buildroot 2018.05.1 / u-boot ( #150 )
...
* Update buildroot 2018.05.1 / u-boot
* Cleanup
* Fix bl
2018-08-07 16:45:12 +02:00
Pascal Vizeli
bbe4c47574
os: improve fileenv u-boot ( #148 )
2018-08-06 23:45:12 +02:00
Pascal Vizeli
1dc2392f15
Fix some build errors ( #146 )
...
* Fix folder
* Add tinker board to build all
* Fix download URL
* Revert uart patch
* Fix link p2
* Fix cmdline
2018-08-06 00:51:12 +02:00
Pascal Vizeli
c5e85a625f
OS: Update supervisor 123
2018-08-05 10:22:34 +00:00
Pascal Vizeli
fbb45e1544
tinker: Initial support ( #140 )
...
* tinker: initial support
* Fix info
* Fix uboot defconfig
* Split kernel config
* Fix name
* Add post-image
* Init different boot
* Add SPL images
* Dynamic rauc config
* Support SPL for OTA
* Fix expand script style
* Fix SPL
* Bump build u-boot
* Cleanup
* Add cmd for scritps
* Use kernel from armbian
* Fix u-boot
* Add bluetooth support
* Fix bt
* Fix env
* Change uart debug like rpi
* move config
2018-08-03 13:21:55 +02:00
Pascal Vizeli
48500a6c6e
rpi: Update kernel & firmware 4.14.58 ( #139 )
2018-07-29 00:10:24 +02:00
Pascal Vizeli
ae58be25ad
OVA: Update kernel to 4.14.59 ( #138 )
2018-07-28 23:52:06 +02:00
Pascal Vizeli
42087b40c5
OVA: Add support for Aeotec Zstick ( #132 )
2018-07-28 23:39:03 +02:00
Pascal Vizeli
e4b99ea7c0
OS: Update supervisor 121 ( #137 )
2018-07-28 23:38:40 +02:00