Files
operating-system/Documentation/development.md
Pascal Vizeli a592fc9866 Change handling for SPL based images (#578)
* Change handling for SPL based images

* Fix script

* Fix path for rauc-hook
2020-02-10 14:52:03 +01:00

648 B

Development

Boot system

BOOT_SYS:

  • efi
  • hyprid
  • mbr

HassOS is basicly used GPT. But for use GPT we need own the first 1024 of boot drive. Is that not possible, you can use MBR for your device, they work also with SPLs.

Hyprid and SPL use both a hyprid MBR/GPT table but SPL move the GPT header 8MB for give space to write SPL and boot images before.

BOOT_SPL:

  • true
  • false

Enable SPL update handling.

BOOTLOADER:

  • uboot
  • barebox

We support mainly uboot but for uefi system we can also use barebox. In future we hope to remove barebox with uboot also on uefi.

DISK_SIZE: Default 2. That is the size of end image in GB.