remove confusion about build times to support new hardware

This commit is contained in:
Paulus Schoutsen 2018-04-22 18:08:03 -04:00
parent 10db3b3f9e
commit e6adf8ca0b

View File

@ -41,7 +41,7 @@ The ResinOS build system is based on the Yocto Project. This is a very powerful
All these factors made us decide to build our own, custom, operating system. Were obviously not starting from scratch, but instead, are basing it off [Buildroot] as the foundation and use [RAUC] for over the air updates.
Some things that the new operating system will be able to do:
- Adding support for new hardware will be easy. Creating new builds for, e.g., a new Raspberry Pi model should be a matter of days, not months.
- Easier to add support for new hardware.
- Updating will be atomic and has a Fail-safe. If a system fails to boot after an OS upgrade, it will fallback, by booting the previous working version.
- Updates are required to be securely signed by the Home Assistant team, adding a whole new level of security.
- Compressing the root file system, making it faster on SD cards and slow IO-Interfaces.