Skip to content

Commit

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

/ {
timestamp = <0x649ecfb6>;
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 e67b759

Please sign in to comment.