mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
README: update build command
This commit is contained in:
parent
473c75898e
commit
5d0d249236
1 changed files with 1 additions and 1 deletions
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 a new issue