Skip to content

Commit

Permalink
Add pregenerated DTS for PRIME4 firmware 2.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
icedream committed Oct 10, 2022
1 parent 5d53b95 commit d2eb2dc
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions PRIME4-2.3.2-Update.img.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
/dts-v1/;

/ {
timestamp = <0x6320afd8>;
description = "JC11 upgrade image";
compatible = "inmusic,jc11";
inmusic,devices = <0x15e4d008>;
inmusic,version = "2.3.2";

images {

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

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

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

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

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

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

0 comments on commit d2eb2dc

Please sign in to comment.