diff options
| -rw-r--r-- | README.md | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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 +``` |
