From da4f4b7d2ad032b238420325320835709f69e3b0 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sat, 2 Sep 2023 20:28:56 +0200 Subject: [PATCH] Add SC6000 DTS for firmware 3.2.0. --- SC6000-3.2.0-Update.img.dts | 44 +++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 SC6000-3.2.0-Update.img.dts diff --git a/SC6000-3.2.0-Update.img.dts b/SC6000-3.2.0-Update.img.dts new file mode 100644 index 0000000..3c29717 --- /dev/null +++ b/SC6000-3.2.0-Update.img.dts @@ -0,0 +1,44 @@ +/dts-v1/; + +/ { + timestamp = <0x64cb5ff4>; + description = "JP13 upgrade image"; + compatible = "inmusic,jp13"; + inmusic,devices = <0x15e4d00d>; + + images { + + splash { + description = "Splash screen"; + partition = "splash"; + data = /incbin/("unpacked-img/JP13/splash.img.xz"); + compression = "xz"; + + hash { + algo = "sha1"; + }; + }; + + recoverysplash { + description = "Update mode splash screen"; + partition = "recoverysplash"; + data = /incbin/("unpacked-img/JP13/recoverysplash.img.xz"); + compression = "xz"; + + hash { + algo = "sha1"; + }; + }; + + rootfs { + description = "Root filesystem"; + partition = "rootfs"; + data = /incbin/("unpacked-img/JP13/rootfs.img.xz"); + compression = "xz"; + + hash@1 { + algo = "sha1"; + }; + }; + }; +};