Hardware Reference
In-Depth Information
Note
The case shown in the image is logic supply's plated steel chassis. It is available on their
website: http://www.logicsupply.com/components/beaglebone/boards-cases-kits/
bb100-orange/ .
Now, we need some software that will initiate the code collection process on the ATmega-
328p. Remember that the software needs to collect the code and then extend the PCR. In
the previously listed repository is a file, keypad.c , which does exactly this. To build
this program, you'll need the development package of the open source TCG software
stack:
sudo apt-get install libtspi-dev
Then you should be able to compile the program with:
gcc keypad.c -o getgpgpin -ltspi
Search WWH ::




Custom Search