Skip to content

pkumarex/platform-info

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISecL platform-info

This library is used to get the platform related information such as hardwareUUID, bios name, CPU flags etc. cmd - contains the command line utility for the library.

System Requirements

  • RHEL 8.1
  • Epel 8 Repo
  • Proxy settings if applicable

Software requirements

  • git
  • go version >= go1.12.1 & <= go1.14.1

Step By Step Build Instructions

Install go version >= go1.12.1 & <= go1.14.1

The platform-info requires Go version 1.12.1 that has support for go modules. The build was validated with the latest version 1.14.1 of go. It is recommended that you use 1.14.1 version of go. You can use the following to install go.

wget https://dl.google.com/go/go1.14.1.linux-amd64.tar.gz
tar -xzf go1.14.1.linux-amd64.tar.gz
sudo mv go /usr/local
export GOROOT=/usr/local/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH

Build platform-info

  • Git clone the platform-info
  • Run scripts to build the platform-info
git clone https://github.com/intel-secl/platform-info.git
cd platform-info
go build ./...

Links

https://01.org/intel-secl/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%