update README to for ECP5 with MCS
This commit is contained in:
parent
9f9528599e
commit
fd133f9c91
12
README.md
12
README.md
|
|
@ -265,12 +265,24 @@ openFPGALoader [-b yourBoard] [-c yourCable] -m project_name/*.bit
|
||||||
```
|
```
|
||||||
|
|
||||||
**By default, openFPGALoader load bitstream in memory, so the '-m' argument is optional**
|
**By default, openFPGALoader load bitstream in memory, so the '-m' argument is optional**
|
||||||
|
|
||||||
#### SPI Flash:
|
#### SPI Flash:
|
||||||
|
|
||||||
|
##### bit
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
openFPGALoader [-b yourBoard] [-c yourCable] -f project_name/*.bit
|
openFPGALoader [-b yourBoard] [-c yourCable] -f project_name/*.bit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### mcs
|
||||||
|
|
||||||
|
To generates *.mcs* file **PROM File** must be checked under **Exports Files** in *Lattice Diamond* left panel.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
openFPGALoader [-b yourBoard] [-c yourCable] project_name/*.mcs
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Trenz GOWIN LittleBee (TEC0117) and Sipeed Tang Nano
|
### Trenz GOWIN LittleBee (TEC0117) and Sipeed Tang Nano
|
||||||
|
|
||||||
*.fs* file is the default format generated by *Gowin IDE*, so nothing
|
*.fs* file is the default format generated by *Gowin IDE*, so nothing
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue