瀏覽代碼

Fix paths

Bob Mottram 11 年之前
父節點
當前提交
7fc61cd279
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      beaglebone.txt

+ 3
- 3
beaglebone.txt 查看文件

464
 -- Jacob Appelbaum
464
 -- Jacob Appelbaum
465
 #+END_VERSE
465
 #+END_VERSE
466
 
466
 
467
-An optional extra is the [[http://cryptotronix.com/products/hashlet/][Cryptotronix Hashlet]] which also has hardware random number generation capability via the [[Atmel-8740-CryptoAuth-ATSHA204-Datasheet.pdf][Atmel ATSHA204]] chip.
467
+An optional extra is the [[http://cryptotronix.com/products/hashlet/][Cryptotronix Hashlet]] which also has hardware random number generation capability via the [[./Atmel-8740-CryptoAuth-ATSHA204-Datasheet.pdf][Atmel ATSHA204]] chip.
468
 
468
 
469
-Install the hashlet [[images/hashlet_installed.jpg][like this]] on the BBB, then download the source code.
469
+Install the hashlet [[./images/hashlet_installed.jpg][like this]] on the BBB, then download the source code.
470
 
470
 
471
 #+BEGIN_SRC: bash
471
 #+BEGIN_SRC: bash
472
 cd /tmp
472
 cd /tmp
514
 hashlet --bus=/dev/i2c-2 state
514
 hashlet --bus=/dev/i2c-2 state
515
 #+END_SRC
515
 #+END_SRC
516
 
516
 
517
-It should return the message "/Factory/".  This is an indication that the hardware hasn't been tampered with by [[https://en.wikipedia.org/wiki/Tailored_Access_Operations][TAO]] or other shady outfits in transit.  If /i2c-2/ fails then try /i2c-1/ or /i2c-0/.
517
+It should return the message "/Factory/".  This is intended to provide an indication that the hardware hasn't been tampered with by [[https://en.wikipedia.org/wiki/Tailored_Access_Operations][TAO]] or other shady outfits in transit.  If /i2c-2/ fails then try /i2c-1/ or /i2c-0/.
518
 
518
 
519
 #+BEGIN_SRC: bash
519
 #+BEGIN_SRC: bash
520
 hashlet --bus=/dev/i2c-2 personalize
520
 hashlet --bus=/dev/i2c-2 personalize