mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-31 02:07:14 +02:00
update README to for ECP5 with MCS
This commit is contained in:
@@ -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**
|
||||
|
||||
#### SPI Flash:
|
||||
|
||||
##### bit
|
||||
|
||||
```bash
|
||||
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
|
||||
|
||||
*.fs* file is the default format generated by *Gowin IDE*, so nothing
|
||||
|
||||
Reference in New Issue
Block a user