mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
README: add section for newcomers
This commit is contained in:
parent
f372e8c880
commit
c5be6e26be
1 changed files with 15 additions and 3 deletions
18
README
18
README
|
@ -53,12 +53,24 @@ soc:
|
||||||
boards:
|
boards:
|
||||||
Provides platforms and targets for the supported boards.
|
Provides platforms and targets for the supported boards.
|
||||||
|
|
||||||
[> Quick start guide
|
[> Very Quick start guide (for newcomers)
|
||||||
--------------------
|
-----------------------------------------
|
||||||
|
TimVideos.us has done an awesome job for setting up a LiteX environment easily in
|
||||||
|
the litex-buildenv repo: https://github.com/timvideos/litex-buildenv
|
||||||
|
|
||||||
|
It's recommended for newcomers to go this way. Various FPGA boards are supported
|
||||||
|
and multiple examples provided! You can even run Linux on your FPGA using LiteX
|
||||||
|
very easily!
|
||||||
|
|
||||||
|
Migen documentation can be found here: https://m-labs.hk/migen/manual
|
||||||
|
|
||||||
|
|
||||||
|
[> Quick start guide (for advanced users)
|
||||||
|
-----------------------------------------
|
||||||
0. If cloned from Git without the --recursive option, get the submodules:
|
0. If cloned from Git without the --recursive option, get the submodules:
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
|
||||||
1. Install Python 3.3+ and FPGA vendor's development tools and JTAG tools.
|
1. Install Python 3.5+, FPGA vendor's development tools and JTAG tools.
|
||||||
|
|
||||||
2. Compile and install binutils. Take the latest version from GNU.
|
2. Compile and install binutils. Take the latest version from GNU.
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
|
|
Loading…
Reference in a new issue