From e923a88dcc74ca334bf6a2d9955bb67bb5e79a7a Mon Sep 17 00:00:00 2001 From: Pascal Cotret Date: Wed, 9 Oct 2019 09:48:32 +0200 Subject: [PATCH] Update README (related to issue #273) Following my problems with the quick start guide (issue #273), I suggest a few modifications to have a "real" quick start guide. --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index 3f02738b..e7cc9eba 100644 --- a/README +++ b/README @@ -115,7 +115,8 @@ Migen documentation can be found here: https://m-labs.hk/migen/manual 1. Install Migen/LiteX and the LiteX's cores: wget https://raw.githubusercontent.com/enjoy-digital/litex/master/litex_setup.py - ./litex_setup.py init install + chmod +x litex_setup.py + ./litex_setup.py init install --user (--user to install to user directory) Later, if you need to update all repositories: ./litex_setup.py update @@ -125,7 +126,7 @@ Migen documentation can be found here: https://m-labs.hk/migen/manual export PATH=$PATH:$PWD/riscv64-unknown-elf-gcc-8.1.0-2019.01.0-x86_64-linux-ubuntu14/bin/ 3. Build the target of your board...: - Go to boards/targets and execute the target you want to build + Go to litex-boards/litex_boards/**/targets (** being community/official/partner) and execute the target you want to build 4. ... and/or install Verilator and test LiteX on your computer: Download and install Verilator: http://www.veripool.org/ -- 2.30.2