Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MicroCART
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Distributed Autonomous Networked Control Lab
MicroCART
Commits
3a4aae94
Commit
3a4aae94
authored
7 years ago
by
ktrost
Browse files
Options
Downloads
Patches
Plain Diff
Update how_to_use_XSDK.md
parent
b4925169
No related branches found
No related tags found
2 merge requests
!22
Quad sw development
,
!17
Create XSDK instructions in markdown to replace PDF
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
quad/doc/how_to_use_XSDK.md
+18
-1
18 additions, 1 deletion
quad/doc/how_to_use_XSDK.md
with
18 additions
and
1 deletion
quad/doc/how_to_use_XSDK.md
+
18
−
1
View file @
3a4aae94
...
...
@@ -25,7 +25,24 @@ As mentioned above the system_hw_platform is imported for us by XPS when we expo
## Opening XSDK
__//TODO__
Setting up access to the Xilinx tools is fairly straight forward given the machine the user is on. This guide
will cover three types of machines: Coover 3050-11 and -12 computers (highly recommended), ISU’s
Remote Linux Servers, and a user’s own PC
1.
Coover 3050-11 and -12
Two machines in the Distributed Sensing and Decision Making Lab (Coover 3050) come with the
tools already installed. However, the following steps need to be taken in order to launch the
program
-
In a terminal, enter
`source /opt/Xilinx/ISE/14.7/settings64.sh`
-
In terminal type
`xsdk &`
2.
ISU Remote Linux Servers (linux-X, research-x.ece.iastate.edu)
-
`source Xilinx_Tools/setup_scripts/remote_servers/setup.sh`
-
In terminal type
`xsdk &`
(Note: these servers are not good for programming the Zybo board when it comes time to launch a program on the board)
3.
User PC
Some users may opt to download the Xilinx tools on their own PCs for development, but this is not recommended.
-
Download the ISE Design Suite here (~6GB)
-
Run XSDK
## Creating a new Board Support Package (bsp)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment