forked from ghuntley/denon-prime4
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
313 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
/dts-v1/; | ||
|
||
/ { | ||
timestamp = <0x647414f7>; | ||
description = "NH08 upgrade image"; | ||
compatible = "inmusic,nh08"; | ||
inmusic,devices = <0x15e4203f>; | ||
inmusic,version = "3.1.0"; | ||
|
||
images { | ||
|
||
splash { | ||
description = "Splash screen"; | ||
partition = "splash"; | ||
data = /incbin/("unpacked-img/NH08/splash.img.xz"); | ||
compression = "xz"; | ||
|
||
hash { | ||
algo = "sha1"; | ||
}; | ||
}; | ||
|
||
recoverysplash { | ||
description = "Update mode splash screen"; | ||
partition = "recoverysplash"; | ||
data = /incbin/("unpacked-img/NH08/recoverysplash.img.xz"); | ||
compression = "xz"; | ||
|
||
hash { | ||
algo = "sha1"; | ||
}; | ||
}; | ||
|
||
rootfs { | ||
description = "Root filesystem"; | ||
partition = "rootfs"; | ||
data = /incbin/("unpacked-img/NH08/rootfs.img.xz"); | ||
compression = "xz"; | ||
|
||
hash { | ||
algo = "sha1"; | ||
}; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
/dts-v1/; | ||
|
||
/ { | ||
timestamp = <0x647414f7>; | ||
description = "JC16 upgrade image"; | ||
compatible = "inmusic,jc16"; | ||
inmusic,devices = <0x15e4d00b>; | ||
inmusic,version = "3.1.0"; | ||
|
||
images { | ||
|
||
splash { | ||
description = "Splash screen"; | ||
partition = "splash"; | ||
data = /incbin/("unpacked-img/JC16/splash.img.xz"); | ||
compression = "xz"; | ||
|
||
hash { | ||
algo = "sha1"; | ||
}; | ||
}; | ||
|
||
recoverysplash { | ||
description = "Update mode splash screen"; | ||
partition = "recoverysplash"; | ||
data = /incbin/("unpacked-img/JC16/recoverysplash.img.xz"); | ||
compression = "xz"; | ||
|
||
hash { | ||
algo = "sha1"; | ||
}; | ||
}; | ||
|
||
rootfs { | ||
description = "Root filesystem"; | ||
partition = "rootfs"; | ||
data = /incbin/("unpacked-img/JC16/rootfs.img.xz"); | ||
compression = "xz"; | ||
|
||
hash { | ||
algo = "sha1"; | ||
}; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
/dts-v1/; | ||
|
||
/ { | ||
timestamp = <0x647414f7>; | ||
description = "JP11 upgrade image"; | ||
compatible = "inmusic,jp11"; | ||
inmusic,devices = <0x15e4d00c>; | ||
inmusic,version = "3.1.0"; | ||
|
||
images { | ||
|
||
splash { | ||
description = "Splash screen"; | ||
partition = "splash"; | ||
data = /incbin/("unpacked-img/JP11/splash.img.xz"); | ||
compression = "xz"; | ||
|
||
hash { | ||
algo = "sha1"; | ||
}; | ||
}; | ||
|
||
recoverysplash { | ||
description = "Update mode splash screen"; | ||
partition = "recoverysplash"; | ||
data = /incbin/("unpacked-img/JP11/recoverysplash.img.xz"); | ||
compression = "xz"; | ||
|
||
hash { | ||
algo = "sha1"; | ||
}; | ||
}; | ||
|
||
rootfs { | ||
description = "Root filesystem"; | ||
partition = "rootfs"; | ||
data = /incbin/("unpacked-img/JP11/rootfs.img.xz"); | ||
compression = "xz"; | ||
|
||
hash { | ||
algo = "sha1"; | ||
}; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
/dts-v1/; | ||
|
||
/ { | ||
timestamp = <0x647414f7>; | ||
description = "JP07 upgrade image"; | ||
compatible = "inmusic,jp07"; | ||
inmusic,devices = <0x15e4d006>; | ||
inmusic,version = "3.1.0"; | ||
|
||
images { | ||
|
||
splash { | ||
description = "Splash screen"; | ||
partition = "splash"; | ||
data = /incbin/("unpacked-img/JP07/splash.img.xz"); | ||
compression = "xz"; | ||
|
||
hash { | ||
algo = "sha1"; | ||
}; | ||
}; | ||
|
||
recoverysplash { | ||
description = "Update mode splash screen"; | ||
partition = "recoverysplash"; | ||
data = /incbin/("unpacked-img/JP07/recoverysplash.img.xz"); | ||
compression = "xz"; | ||
|
||
hash { | ||
algo = "sha1"; | ||
}; | ||
}; | ||
|
||
rootfs { | ||
description = "Root filesystem"; | ||
partition = "rootfs"; | ||
data = /incbin/("unpacked-img/JP07/rootfs.img.xz"); | ||
compression = "xz"; | ||
|
||
hash { | ||
algo = "sha1"; | ||
}; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
/dts-v1/; | ||
|
||
/ { | ||
timestamp = <0x647414f7>; | ||
description = "JP08 upgrade image"; | ||
compatible = "inmusic,jp08"; | ||
inmusic,devices = <0x15e4d00a>; | ||
inmusic,version = "3.1.0"; | ||
|
||
images { | ||
|
||
splash { | ||
description = "Splash screen"; | ||
partition = "splash"; | ||
data = /incbin/("unpacked-img/JP08/splash.img.xz"); | ||
compression = "xz"; | ||
|
||
hash { | ||
algo = "sha1"; | ||
}; | ||
}; | ||
|
||
recoverysplash { | ||
description = "Update mode splash screen"; | ||
partition = "recoverysplash"; | ||
data = /incbin/("unpacked-img/JP08/recoverysplash.img.xz"); | ||
compression = "xz"; | ||
|
||
hash { | ||
algo = "sha1"; | ||
}; | ||
}; | ||
|
||
rootfs { | ||
description = "Root filesystem"; | ||
partition = "rootfs"; | ||
data = /incbin/("unpacked-img/JP08/rootfs.img.xz"); | ||
compression = "xz"; | ||
|
||
hash { | ||
algo = "sha1"; | ||
}; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/dts-v1/; | ||
|
||
/ { | ||
timestamp = <0x647414f7>; | ||
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"; | ||
}; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/dts-v1/; | ||
|
||
/ { | ||
timestamp = <0x647414f7>; | ||
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"; | ||
}; | ||
}; | ||
}; | ||
}; |