summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-06-25 16:48:20 +0300
committerYuval Adam <_@yuv.al>2018-06-25 16:48:20 +0300
commit8ced4ffe8571ab42c2292074d8d6f41c162339db (patch)
tree8503b11d91d98d2d3b9888de65812654224eee27 /README.md
parent11dfe26d826d86ad2adcbf955acb3190aebad3bf (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index f583c98..3e748c6 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,17 @@
We're playing withs shitty hardware again. This time it's [this magnificent piece of DLNA/Miracast dongle](https://www.banggood.com/AnyCast-M2-Plus-WiFi-Display-Dongle-Miracast-TV-Dongle-HDMI-DLNA-AirPlay-1080P-p-982127.html)
-## Spec
+## Flash
-- [Macronix MX25L12845E](datasheet/mx25l12845e.pdf) 128M CMOS flash memory
+ROM chip is a [Macronix MX25L12845E](datasheet/mx25l12845e.pdf) 128M CMOS flash memory.
+
+### Dump
+
+Use [Flashrom](https://www.flashrom.org/Flashrom) from latest git master to enjoy significant speedup.
+
+Dumping the flash via Bus Pirate:
+
+```bash
+$ flashrom -p buspirate_spi:dev=/dev/ttyUSB0,spispeed=8M -c MX25L12835F/MX25L12845E/MX25L12865E -o log.txt -r rom.bin
+```