1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 23:58:27 +02:00
openwrt/target/linux/bcm4908/image/pkgtb-bcm4908.its
Rafał Miłecki 494c033f9c bcm4908: continue work on images for U-Boot based devices
It still isn't ready though - more data needs to be added to the bootfs.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2021-11-19 14:32:58 +01:00

44 lines
800 B
Plaintext

// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;
/ {
description = "Broadcom image upgrade package tree binary";
#address-cells = <1>;
images {
bootfs_4908_a0+ {
description = "bootfs";
data = /incbin/("${bootfs}");
type = "multi";
compression = "none";
hash-1 {
algo = "sha256";
};
};
nand_squashfs {
description = "rootfs";
data = /incbin/("${rootfs}");
type = "filesystem";
compression = "none";
hash-1 {
algo = "sha256";
};
};
};
configurations {
default = "conf_4908_a0+_nand_squashfs";
conf_4908_a0+_nand_squashfs {
description = "Brcm Image Bundle";
bootfs = "bootfs_4908_a0+";
rootfs = "nand_squashfs";
compatible = "flash=nand;chip=4908;rev=a0+;ip=ipv6,ipv4;ddr=ddr3;fstype=squashfs";
};
};
};