diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-06-11 18:36:15 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-06-11 18:37:14 -0400 |
commit | 5b452c4ac5321f94aaceb0f8788bc97acc82d8bb (patch) | |
tree | 92c7c5d81f5e82e5ffd0e28300ef278fa5f38df0 | |
parent | 3d92d485b75ff6e7419729fed98cd3457e845779 (diff) | |
download | knowledge-5b452c4ac5321f94aaceb0f8788bc97acc82d8bb.tar.gz knowledge-5b452c4ac5321f94aaceb0f8788bc97acc82d8bb.zip |
clean up fpga-toolchain syntax a bit
-rw-r--r-- | electronics/fpga-toolchain.page | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/electronics/fpga-toolchain.page b/electronics/fpga-toolchain.page index 8a11c0c..df4a36d 100644 --- a/electronics/fpga-toolchain.page +++ b/electronics/fpga-toolchain.page @@ -63,9 +63,8 @@ Create a ~/.profile or ~/.bashrc alias like: Xilinx Platform Cable USB II Drivers on Debian Wheezy 64-bit ------------------------------------------------------------- -Follow these directions: - -https://vjordan.info/log/fpga/setting-up-the-xilinx-platform-cable-under-gnulinux-debian-wheezy-74.html +`Follow these directions +<https://vjordan.info/log/fpga/setting-up-the-xilinx-platform-cable-under-gnulinux-debian-wheezy-74.html>`_ Use an alias like: @@ -97,7 +96,7 @@ long time (20+ minutes?), particularly at the "debian/rules binary" step. Run:: Unfortunately, this won't install as-is because the package will try to use ``uname i`` to determine the architecture type, when it probably should use -``uname -p`` (at least on linux/debian)[0]. So we need to extract, edit, and +``uname -p`` (at least on linux / debian_). So we need to extract, edit, and re-build the .deb: # extract @@ -126,8 +125,9 @@ Also install the license file which was emailed to you: Then run ''diamond''. -Ref: http://effluviaofascatteredmind.blogspot.com/2010/10/lattice-diamond-on-ubuntu-1004-64-bit.html -[0] https://lists.debian.org/debian-user/2013/05/msg01416.html +Ref: `effluviaofascatteredmind <http://effluviaofascatteredmind.blogspot.com/2010/10/lattice-diamond-on-ubuntu-1004-64-bit.html>`_ + +.. _debian https://lists.debian.org/debian-user/2013/05/msg01416.html Diamond Programmer ~~~~~~~~~~~~~~~~~~~~~~~~ |