Skip to content

Commit 440c2db

Browse files
committed
Added SPI support to readme
1 parent 5684d12 commit 440c2db

File tree

1 file changed

+13
-20
lines changed

1 file changed

+13
-20
lines changed

README.md

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NANDO (NANDopen) programmer
22

33
## General
4-
NANDO is open source NAND programmer based on STM32 processor.
4+
NANDO is open source NAND programmer based on STM32 processor. It supports parallel NAND and SPI flash programming.
55

66
PCB boards:
77

@@ -16,7 +16,8 @@ Application:
1616
- PC client software for Linux & Windows.
1717
- TSOP-48 socket adapter for NAND chip (compatible with TL866 adapter)
1818
- TSOP-48 solder adapter for NAND chip
19-
- 8 bit NAND interface
19+
- 8 bit parallel NAND interface
20+
- SPI interface
2021
- 3.3V NAND power supply
2122
- NAND read,write and erase support
2223
- NAND read of chip ID support
@@ -33,24 +34,16 @@ Application:
3334
- Chip autodetection
3435
- Firmware update
3536

36-
### Tested chips
37-
#### Samsung
38-
- K9F2G08U0C
39-
- K9F1G08U0E
40-
- K9F1208U0B
41-
- K9G8G08U0A
42-
#### Hynix
43-
- HY27US08121B
44-
- HY27US08561A
45-
#### TOSHIBA
46-
- TC58NVG2S3E
47-
- TC58NVG1S3E
48-
#### ESMT
49-
- F59L2G81A
50-
#### Micron
51-
- MT29F4G08ABAD
52-
#### Macronix
53-
- MX30LF2G18AC
37+
### Supported chips
38+
#### Parallel NAND:
39+
K9F2G08U0C, HY27US08121B, TC58NVG2S3E, F59L2G81A, MX30LF2G18AC and others.
40+
41+
See full list of supported chips [qt/nando_parallel_chip_db.csv](qt/nando_parallel_chip_db.csv)
42+
43+
#### SPI flash
44+
AT45DB021D, MX25L8006E, W25Q16JV and others.
45+
46+
See full list of supported chips [qt/nando_spi_chip_db.csv](qt/nando_spi_chip_db.csv)
5447

5548
## Release binaries
5649
You can download host application deb package for Ubuntu/Windows installer, firmware binary for

0 commit comments

Comments
 (0)