README: update build command
This commit is contained in:
parent
473c75898e
commit
5d0d249236
2
README
2
README
|
@ -20,7 +20,7 @@ First, download and install Migen from:
|
||||||
https://github.com/milkymist/migen
|
https://github.com/milkymist/migen
|
||||||
|
|
||||||
Once this is done, build the bitstream with:
|
Once this is done, build the bitstream with:
|
||||||
python3 build.py
|
make
|
||||||
This will generate the build/soc.bit programming file.
|
This will generate the build/soc.bit programming file.
|
||||||
|
|
||||||
The SoC expects a bootloader to be located in flash at 0x860000, just
|
The SoC expects a bootloader to be located in flash at 0x860000, just
|
||||||
|
|
Loading…
Reference in New Issue