summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-06-26 23:28:54 +0300
committerYuval Adam <_@yuv.al>2018-06-26 23:29:22 +0300
commit7e85bf0822f8f07cc11b62978cd6aad6be16d806 (patch)
tree34e59338644d4c85f5ffd33705c3af5e5fda44be
parent2b9197cbf96856870897ab9c625848070c499851 (diff)
Add images
-rw-r--r--README.md9
-rw-r--r--imgs/back.jpgbin0 -> 94273 bytes
-rw-r--r--imgs/front.jpgbin0 -> 110405 bytes
3 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index c891d18..3c29fb6 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,12 @@ Since the RK3036 SoC in this device seems to have relatively good open source ke
- [Macronix MX25L12845E](datasheets/mx25l12845e.pdf) 16M (128Mbit!) CMOS flash memory
- [Hynix HY5PS1G1631C](datasheets/hy5ps1g1631c.pdf) 1GB DDR2 SDRAM
-### Dump
+### Pics
+
+ - [front.jpg](imgs/front.jpg)
+ - [back.jpg](imgs/back.jpg)
+
+## Dump
Use [Flashrom](https://www.flashrom.org/Flashrom) from latest git master to enjoy significant speedup.
@@ -20,7 +25,7 @@ Dumping the flash via Bus Pirate:
$ flashrom -p buspirate_spi:dev=/dev/ttyUSB0,spispeed=8M -c MX25L12835F/MX25L12845E/MX25L12865E -o log.txt -r rom.bin
```
-### Notes
+## Notes
- Booting with button pressed -> mask rom mode
- Booting with SPI out pin 8 shorted to ground -> mask rom mode
diff --git a/imgs/back.jpg b/imgs/back.jpg
new file mode 100644
index 0000000..77b7190
--- /dev/null
+++ b/imgs/back.jpg
Binary files differ
diff --git a/imgs/front.jpg b/imgs/front.jpg
new file mode 100644
index 0000000..a10167f
--- /dev/null
+++ b/imgs/front.jpg
Binary files differ