summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-07-02 17:30:41 +0300
committerYuval Adam <_@yuv.al>2018-07-02 17:30:41 +0300
commite90813fc001df1ff8d111dbe67740bed39f189ce (patch)
tree730c851bbf24521b7f9922bbfca142b12dfb5d53
parent408659e3d661a16e50180c36294b0c6366cb8573 (diff)
Add stock firmware update
-rw-r--r--README.md2
-rw-r--r--stock/config.txt7
-rw-r--r--stock/update.imgbin0 -> 16715776 bytes
3 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index c8fcf58..e5398cb 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,8 @@ $ flashrom -p buspirate_spi:dev=/dev/ttyUSB0,spispeed=8M -c MX25L12835F/MX25L128
- Booting with button pressed -> mask rom mode
- Booting with SPI out pin 8 shorted to ground -> mask rom mode
+- On boot device attemps to access `http://120.25.100.187:2300/3036/anycast/ksctv/update.img` to download a firmware update
+- Update metadata and signature is fetched from `http://120.25.100.187:2300/3036/anycast/ksctv/config.txt`
## Open Questions
diff --git a/stock/config.txt b/stock/config.txt
new file mode 100644
index 0000000..665b901
--- /dev/null
+++ b/stock/config.txt
@@ -0,0 +1,7 @@
+major_version=10
+middle_version=88
+minor_version=14
+suffix_version=
+release_date=
+MD5=3F9EDA9260E92097BFFA9649145CC124
+MD5_OTA=D99635F61FE8981592C5C67EA1556CCF
diff --git a/stock/update.img b/stock/update.img
new file mode 100644
index 0000000..77e51b7
--- /dev/null
+++ b/stock/update.img
Binary files differ