Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tut_getting_started.rst #86

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/tutorials/rfsoc/tut_getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Toolflow Setup
$ pip install -r requirements.txt

# initialize submodules
$ git submdoule init
$ git submodule init
$ git submodule update

# fetch a copy of the xilinx device tree repo
Expand All @@ -76,6 +76,10 @@ Toolflow Setup
$ cd xilinx
$ git clone https://github.com/xilinx/device-tree-xlnx.git

# switch to the correct branch
$ cd device-tree-xlnx
$ git checkout xlnx_rel_v2021.1

# update or create your `startsg.local` config file
$ cd </path/to>/sandbox/casper/mlib_devel
$ cp startsg.local.example ./startsg.local
Expand Down