|
@@ -472,6 +472,7 @@ Install the hashlet [[./images/hashlet_installed.jpg][like this]] on the BBB, th
|
472
|
472
|
cd /tmp
|
473
|
473
|
wget http://freedombone.uk.to/hashlet-1.0.0.tar.gz
|
474
|
474
|
wget http://freedombone.uk.to/hashlet-1.0.0.tar.gz.sig
|
|
475
|
+wget http://freedombone.uk.to/hashlet-1.0.0.patch
|
475
|
476
|
#+END_SRC
|
476
|
477
|
|
477
|
478
|
Install some dependencies.
|
|
@@ -490,17 +491,22 @@ The main parts of the verification to check are:
|
490
|
491
|
|
491
|
492
|
#+BEGIN_SRC: bash
|
492
|
493
|
gpg: Signature made Fri 07 Feb 2014 23:22:37 GMT using RSA key ID 81CD647A
|
493
|
|
-gpg: requesting key 81CD647A from hkp server keys.gnupg.net
|
494
|
|
-gpg: key BD2EDEA6: public key "Joshua Brian Datko <jbd@cryptotronix.com>" imported
|
495
|
|
-
|
496
|
494
|
gpg: Good signature from "Joshua Brian Datko <jbd@cryptotronix.com>"
|
497
|
495
|
#+END_SRC
|
498
|
496
|
|
|
497
|
+Also verify the patch:
|
|
498
|
+
|
|
499
|
+#+BEGIN_SRC: bash
|
|
500
|
+sha256sum hashlet-1.0.0.patch
|
|
501
|
+bb9f08b049d112fadd0f8889849a39d199a7f7582c627f8eda5680ded842945b
|
|
502
|
+#+END_SRC
|
|
503
|
+
|
499
|
504
|
Now install the driver.
|
500
|
505
|
|
501
|
506
|
#+BEGIN_SRC: bash
|
502
|
507
|
tar -xzvf hashlet-1.0.0.tar.gz
|
503
|
508
|
cd hashlet-1.0.0
|
|
509
|
+patch -p1 < ../hashlet-1.0.0.patch
|
504
|
510
|
chmod o+rw /dev/i2c*
|
505
|
511
|
./configure
|
506
|
512
|
make
|