* Create hassio-rauc.service * Update hassio-supervisor.service * Update hassio-rauc.service * Update hassio-supervisor.service * Update and rename hassio-rauc.service to rauc-good.service * Update rauc-good.service * Create rauc-bad.service * Update rauc-bad.service * Update rauc-good.service * Update hassio-supervisor.service * Fix barebox recovery * Create title * Create title * Create action * Create title * Create action * Create 20-boot-system1 * Rename buildroot-external/barebox-env/menu/20-boot-system1/title to buildroot-external/barebox-env/menu/20-boot-system2title * Update and rename buildroot-external/barebox-env/menu/20-boot-system2title to buildroot-external/barebox-env/menu/20-boot-system1/title * Create title * Create action * Create action * Delete autoboot_timeout * Create editcmd * Update init * Update init * Fix barebox config * Update init * Update system0 * Update system1 * Barebox cleanups * Update init * Update init * Create 0001-get-devicetree-from-file.patch * Update ova_defconfig * Update system0 * Update system1 * Create 0001-add-i-argument-to.patch * Update barebox.config * Update rauc * Rename buildroot-external/board/ova/patches/dt-util/0001-get-devicetree-from-file.patch to buildroot-external/board/ova/patches/dt-utils/0001-get-devicetree-from-file.patch * Add script * fix barebox-state
69 lines
1.1 KiB
Plaintext
69 lines
1.1 KiB
Plaintext
/dts-v1/;
|
|
/ {
|
|
|
|
aliases {
|
|
state = &state;
|
|
};
|
|
|
|
state: state {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
magic = <0xef98423f>;
|
|
compatible = "barebox,state";
|
|
backend = <&backend_state>;
|
|
backend-type = "raw";
|
|
backend-stridesize = <4048>;
|
|
|
|
bootstate {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
system0 {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
remaining_attempts@0 {
|
|
reg = <0x0 0x4>;
|
|
type = "uint32";
|
|
default = <3>;
|
|
};
|
|
priority@4 {
|
|
reg = <0x4 0x4>;
|
|
type = "uint32";
|
|
default = <20>;
|
|
};
|
|
};
|
|
system1 {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
remaining_attempts@8 {
|
|
reg = <0x8 0x4>;
|
|
type = "uint32";
|
|
default = <3>;
|
|
};
|
|
priority@c {
|
|
reg = <0xc 0x4>;
|
|
type = "uint32";
|
|
default = <10>;
|
|
};
|
|
};
|
|
last_chosen@10 {
|
|
reg = <0x10 0x4>;
|
|
type = "uint32";
|
|
};
|
|
};
|
|
};
|
|
|
|
partitions {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
compatible = "fixed-partitions";
|
|
|
|
backend_state: state {
|
|
partuuid = "33236519-7f32-4dff-8002-3390b62c309d";
|
|
|
|
};
|
|
};
|
|
|
|
};
|
|
|