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