Fixing hashlet

This commit is contained in:
Bob Mottram 2014-08-24 21:30:37 +01:00
parent 39a71d4db8
commit 1c66f0510e
1 changed files with 3 additions and 3 deletions

View File

@ -660,7 +660,7 @@ An optional extra is the [[http://cryptotronix.com/products/hashlet/][Cryptotron
Install the hashlet [[./images/hashlet_installed.jpg][like this]] on the BBB, then install some dependencies.
#+BEGIN_SRC: bash
apt-get install git build-essential libgcrypt11-dev texinfo
apt-get install git automake libtool bison flex build-essential libgcrypt11-dev texinfo
#+END_SRC
Download the source code.
@ -668,7 +668,7 @@ Download the source code.
#+BEGIN_SRC: bash
mkdir ~/build
cd ~/build
git clone https://github.com/bashrc/hashlet.git
git clone https://github.com/cryptotronix/hashlet
#+END_SRC
Now install the driver.
@ -721,7 +721,7 @@ fi
while :
do
hashlet --bus=/dev/i2c-${I2CBUS} --Bytes ${BYTES} random-bytes > ${DEVICE}
/usr/local/bin/hashlet --bus=/dev/i2c-${I2CBUS} random ${BYTES} > ${DEVICE}
done
#+END_SRC