Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit Switch - Gateware
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Projects
White Rabbit Switch - Gateware
Commits
fba090a1
Commit
fba090a1
authored
9 years ago
by
Grzegorz Daniluk
Browse files
Options
Downloads
Patches
Plain Diff
update building.txt for v4.2 release
parent
b2819e54
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
building.txt
+14
-10
14 additions, 10 deletions
building.txt
with
14 additions
and
10 deletions
building.txt
+
14
−
10
View file @
fba090a1
...
...
@@ -7,11 +7,11 @@ Disclaimer: this readme assumes that you know the basic UNIX commands.
1. Environment setup:
1a. Make sure you have git & make installed.
1b. Make sure you have Xilinx ISE installed (64-bit version ONLY, version 14.
1
or above).
1b. Make sure you have Xilinx ISE installed (64-bit version ONLY, version 14.
5
or above).
1c. Check ISE-related environment variables:
- Xilinx binaries (xst, map, par) must be in PATH environmental variable.
- XILINX environmental variable must be correctly set (for example:
XILINX=/opt/Xilinx/14.
1
/ISE_DS for ISE suite installed in /opt/Xilinx)
XILINX=/opt/Xilinx/14.
5
/ISE_DS for ISE suite installed in /opt/Xilinx)
2. Install and build hdlmake ("isyp" branch)
2a. Download the sources and build hdlmake
...
...
@@ -25,22 +25,26 @@ Disclaimer: this readme assumes that you know the basic UNIX commands.
3. Download WR Switch HDL sources
$ git clone --recursive git://ohwr.org/white-rabbit/wr-switch-hdl.git
$ cd wr-switch-hdl
$ git checkout wr-switch-sw-v
3.3
$ git checkout wr-switch-sw-v
4.2
$ git submodule update
4. Build it
4a. Generate the Makefiles
$ cd syn/scb_18ports
4. Generate SDB Metadata package with synthesis information
$ cd top/bare_top
$ ./gen_sdbsyn.py --user <your name> --project WRS_18p --ver <ISE version>
5. Build it
5a. Generate the Makefiles
$ cd ../../syn/scb_18ports
$ hdlmake --ise-proj --make-ise
4
b. Synthesize:
5
b. Synthesize:
$ make
5
. Deploy the firmware
6
. Deploy the firmware
Copy the freshly build firmware to the switch filesystem:
scp scb_top_synthesis.bin root@<your_switch_ip_address>:/wr/lib/firmware/18p
orts_mb
.bin
.
scp scb_top_synthesis.bin root@<your_switch_ip_address>:/wr/lib/firmware/18p
_mb-LX240T
.bin
Reboot the switch.
6
. Good luck!
7
. Good luck!
Frequently Asked Questions
--------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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