diff options
author | Andrey Alekseenko <al42and@gmail.com> | 2015-01-06 14:47:45 +0300 |
---|---|---|
committer | Andrey Alekseenko <al42and@gmail.com> | 2015-01-06 14:47:45 +0300 |
commit | 9d7c140ae76ed922146c06474cb1220ea5bcb613 (patch) | |
tree | db4b3d0938432add195aca4b44cc16da30028f5d | |
parent | 60ad89be9d32e154182ff8517dbc2fdea7021696 (diff) | |
download | novena-guide-9d7c140ae76ed922146c06474cb1220ea5bcb613.tar.gz novena-guide-9d7c140ae76ed922146c06474cb1220ea5bcb613.zip |
Minor typo in fpga-hacking.rst
-rw-r--r-- | fpga-hacking.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga-hacking.rst b/fpga-hacking.rst index 467277d..2f2e8d3 100644 --- a/fpga-hacking.rst +++ b/fpga-hacking.rst @@ -17,6 +17,6 @@ Run these commands from a Novena with the GPBB attached:: git clone https://github.com/bunnie/novena-gpbb-example cd novena-gpbb-example make -j4 - sudo ./configure.sh novena_fpga + sudo ./configure.sh novena_fpga.bit sudo ./novena-gpbb -v |