Improved service.
This commit is contained in:
13
Readme.txt
13
Readme.txt
@@ -1,13 +1,22 @@
|
||||
To make HID work
|
||||
|
||||
sudo install -m755 Scripts/Kernel_HID_Config.sh /usr/bin/Kernel_HID_Config.sh
|
||||
sudoedit /etc/rc.local # Add '/usr/bin/Kernel_HID_Config.sh' on a new line before 'exit 0'
|
||||
|
||||
Things to install
|
||||
|
||||
//To provide HW RNG facilities
|
||||
To provide HW RNG facilities
|
||||
|
||||
sudo apt-get install rng-tools
|
||||
|
||||
//To provide ECC facilities
|
||||
To provide ECC facilities
|
||||
|
||||
git submodule update --init --recursive
|
||||
cp Scripts/uECC-Makefile micro-ecc/Makefile
|
||||
cp Scripts/cpp-base64-Makefile cpp-base64/Makefile
|
||||
|
||||
To change the Attestation certificate, see the Attestation readme
|
||||
|
||||
To build
|
||||
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user