Skip to content

Commit

Permalink
Add SC6000 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 0d23e8d commit 424adac
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions SC6000-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 = "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";
};
};
};
};

0 comments on commit 424adac

Please sign in to comment.