Fixing hashlet
This commit is contained in:
parent
39a71d4db8
commit
1c66f0510e
|
@ -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.
|
Install the hashlet [[./images/hashlet_installed.jpg][like this]] on the BBB, then install some dependencies.
|
||||||
|
|
||||||
#+BEGIN_SRC: bash
|
#+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
|
#+END_SRC
|
||||||
|
|
||||||
Download the source code.
|
Download the source code.
|
||||||
|
@ -668,7 +668,7 @@ Download the source code.
|
||||||
#+BEGIN_SRC: bash
|
#+BEGIN_SRC: bash
|
||||||
mkdir ~/build
|
mkdir ~/build
|
||||||
cd ~/build
|
cd ~/build
|
||||||
git clone https://github.com/bashrc/hashlet.git
|
git clone https://github.com/cryptotronix/hashlet
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Now install the driver.
|
Now install the driver.
|
||||||
|
@ -721,7 +721,7 @@ fi
|
||||||
|
|
||||||
while :
|
while :
|
||||||
do
|
do
|
||||||
hashlet --bus=/dev/i2c-${I2CBUS} --Bytes ${BYTES} random-bytes > ${DEVICE}
|
/usr/local/bin/hashlet --bus=/dev/i2c-${I2CBUS} random ${BYTES} > ${DEVICE}
|
||||||
done
|
done
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue