forked from ghuntley/denon-prime4
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PRIME4-2.2.1-Update.img.dts
48 lines (40 loc) · 990 Bytes
/
PRIME4-2.2.1-Update.img.dts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/dts-v1/;
/ {
timestamp = <0x6284101e>;
description = "JC11 upgrade image";
compatible = "inmusic,jc11";
inmusic,devices = <0x15e4d008>;
inmusic,version = "2.2.1";
images {
splash {
description = "Splash screen";
partition = "splash";
data = /incbin/("unpacked-img/JC11/splash.img.xz");
compression = "xz";
hash {
algo = "sha1";
value = /incbin/("unpacked-img/JC11/splash.img.xz.sha1");
};
};
recoverysplash {
description = "Update mode splash screen";
partition = "recoverysplash";
data = /incbin/("unpacked-img/JC11/recoverysplash.img.xz");
compression = "xz";
hash {
algo = "sha1";
value = /incbin/("unpacked-img/JC11/recoverysplash.img.xz.sha1");
};
};
rootfs {
description = "Root filesystem";
partition = "rootfs";
data = /incbin/("unpacked-img/JC11/rootfs.img.xz");
compression = "xz";
hash {
algo = "sha1";
value = /incbin/("unpacked-img/JC11/rootfs.img.xz.sha1");
};
};
};
};