diff --git a/MIXSTREAMPRO-3.0.0-Update.img.dts b/MIXSTREAMPRO-3.0.0-Update.img.dts new file mode 100644 index 0000000..cd70142 --- /dev/null +++ b/MIXSTREAMPRO-3.0.0-Update.img.dts @@ -0,0 +1,45 @@ +/dts-v1/; + +/ { + timestamp = <0x63f8bf49>; + description = "NH08 upgrade image"; + compatible = "inmusic,nh08"; + inmusic,devices = <0x15e4203f>; + inmusic,version = "3.0.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"; + }; + }; + }; +}; diff --git a/PRIME2-3.0.0-Update.img.dts b/PRIME2-3.0.0-Update.img.dts new file mode 100644 index 0000000..190e700 --- /dev/null +++ b/PRIME2-3.0.0-Update.img.dts @@ -0,0 +1,45 @@ +/dts-v1/; + +/ { + timestamp = <0x63f8bf49>; + description = "JC16 upgrade image"; + compatible = "inmusic,jc16"; + inmusic,devices = <0x15e4d00b>; + inmusic,version = "3.0.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"; + }; + }; + }; +}; diff --git a/PRIMEGO-3.0.0-Update.img.dts b/PRIMEGO-3.0.0-Update.img.dts new file mode 100644 index 0000000..3d60555 --- /dev/null +++ b/PRIMEGO-3.0.0-Update.img.dts @@ -0,0 +1,45 @@ +/dts-v1/; + +/ { + timestamp = <0x63f8bf49>; + description = "JP11 upgrade image"; + compatible = "inmusic,jp11"; + inmusic,devices = <0x15e4d00c>; + inmusic,version = "3.0.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"; + }; + }; + }; +}; diff --git a/SC5000-3.0.0-Update.img.dts b/SC5000-3.0.0-Update.img.dts new file mode 100644 index 0000000..9c31e65 --- /dev/null +++ b/SC5000-3.0.0-Update.img.dts @@ -0,0 +1,45 @@ +/dts-v1/; + +/ { + timestamp = <0x63f8bf49>; + description = "JP07 upgrade image"; + compatible = "inmusic,jp07"; + inmusic,devices = <0x15e4d006>; + inmusic,version = "3.0.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"; + }; + }; + }; +}; diff --git a/SC5000M-3.0.0-Update.img.dts b/SC5000M-3.0.0-Update.img.dts new file mode 100644 index 0000000..ed94aec --- /dev/null +++ b/SC5000M-3.0.0-Update.img.dts @@ -0,0 +1,45 @@ +/dts-v1/; + +/ { + timestamp = <0x63f8bf49>; + description = "JP08 upgrade image"; + compatible = "inmusic,jp08"; + inmusic,devices = <0x15e4d00a>; + inmusic,version = "3.0.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"; + }; + }; + }; +}; diff --git a/SC6000-3.0.0-Update.img.dts b/SC6000-3.0.0-Update.img.dts new file mode 100644 index 0000000..1740d7e --- /dev/null +++ b/SC6000-3.0.0-Update.img.dts @@ -0,0 +1,44 @@ +/dts-v1/; + +/ { + timestamp = <0x63f8bf49>; + 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"; + }; + }; + }; +}; diff --git a/SC6000M-3.0.0-Update.img.dts b/SC6000M-3.0.0-Update.img.dts new file mode 100644 index 0000000..48d91d2 --- /dev/null +++ b/SC6000M-3.0.0-Update.img.dts @@ -0,0 +1,44 @@ +/dts-v1/; + +/ { + timestamp = <0x63f8bf49>; + 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"; + }; + }; + }; +};