| 
				
			 | 
			
			
				@@ -464,9 +464,9 @@ rngtest: Program run time: 115987 microseconds 
			 | 
		
	
		
			
			| 
				464
			 | 
			
				464
			 | 
			
			
				 -- Jacob Appelbaum 
			 | 
		
	
		
			
			| 
				465
			 | 
			
				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
			 | 
			
				471
			 | 
			
			
				 #+BEGIN_SRC: bash 
			 | 
		
	
		
			
			| 
				472
			 | 
			
				472
			 | 
			
			
				 cd /tmp 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -514,7 +514,7 @@ To check the initial state of the device: 
			 | 
		
	
		
			
			| 
				514
			 | 
			
				514
			 | 
			
			
				 hashlet --bus=/dev/i2c-2 state 
			 | 
		
	
		
			
			| 
				515
			 | 
			
				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
			 | 
			
				519
			 | 
			
			
				 #+BEGIN_SRC: bash 
			 | 
		
	
		
			
			| 
				520
			 | 
			
				520
			 | 
			
			
				 hashlet --bus=/dev/i2c-2 personalize 
			 |