Skip to content

Commit

Permalink
Add SC6000M DTS for firmware 3.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
icedream committed Sep 2, 2023
1 parent da4f4b7 commit 2c7464a
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions SC6000M-3.2.0-Update.img.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
/dts-v1/;

/ {
timestamp = <0x64cb5ff4>;
description = "JP14 upgrade image";
compatible = "inmusic,jp14";
inmusic,devices = <0x15e4d00e>;

images {

splash {
description = "Splash screen";
partition = "splash";
data = /incbin/("unpacked-img/JP14/splash.img.xz");
compression = "xz";

hash {
algo = "sha1";
};
};

recoverysplash {
description = "Update mode splash screen";
partition = "recoverysplash";
data = /incbin/("unpacked-img/JP14/recoverysplash.img.xz");
compression = "xz";

hash {
algo = "sha1";
};
};

rootfs {
description = "Root filesystem";
partition = "rootfs";
data = /incbin/("unpacked-img/JP14/rootfs.img.xz");
compression = "xz";

hash@1 {
algo = "sha1";
};
};
};
};

0 comments on commit 2c7464a

Please sign in to comment.