linux-sunxi / sunxi-tools

A collection of command line tools for ARM devices with Allwinner SoCs.
http://linux-sunxi.org/
GNU General Public License v2.0
579 stars 421 forks source link

Add support for reading A10 SPI flash #138

Closed anistor closed 4 years ago

anistor commented 4 years ago

This is a trivial fix, it just adds the A10 to the supported list. I've tested it and was able to successfully read the entire SPI flash of the device, but did not try writing yet.

anistor commented 4 years ago

Thanks for merging it!