diff --git a/SC6000M-3.1.1-Update.img.dts b/SC6000M-3.1.1-Update.img.dts new file mode 100644 index 0000000..c8c69cd --- /dev/null +++ b/SC6000M-3.1.1-Update.img.dts @@ -0,0 +1,44 @@ +/dts-v1/; + +/ { + timestamp = <0x649ecfb6>; + 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"; + }; + }; + }; +};