HassOS 0.4
Pre-release
Pre-release
Note
This is Only a BETA. Don't use it productive. We support only OTA updates to stable release!
Please help us to improve the Documentation: https://github.com/home-assistant/hassos/tree/dev/Documentation
You can login into device with root. After that you are in a simple CLI container. We had no time to give them more love. It is only a simple busybox. You can exit this CLI with exit 10
. There is also a hassio cli,
but actual will not work and need also a update on supervisor to support token from hosts.
What is needed for a stable release:
- Fix bugs
- Create a real CLI container
- Better documentation
Future steps:
- Add Hass.io support for HassOS configuration/Network over UI
OS
We use now U-Boot as primary bootloader and barebox for UEFI devices.
Added
- Support for U-Boot
- Hass.io Supervisor 107
Changed
- Set timer to 1m for report rauc the system booted well, before 30s
- Change partition layout for dual bootloader support:
[boot] = 32M
[kernelA] = 24M
[rootfsA] = 256M
[kernelB] = 24M
[rootfsB] = 256M
[bootstate] = 8M
[overlay] = 96M
[data] = > 1GB
Hardware
Added
- Support for Raspberry Pi
- Support for Raspberry Pi 0 W
- Support for Raspberry Pi 3
- Support for Raspberry Pi 3-64
Changed
- Migrate Raspberry Pi 2 to u-boot
Update
We update the RPi3 64bit version to make sure that the arm_64bit
is set in config.txt
.