Skip to content

VCTLabs/arm-edk2-artifacts-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDK II socfpga Artifacts

Basic workflow for cloning and building the Intel(altera) UEFI repos for Arria10 dev boards.

From Intel EDK-2 links:

RocketBoards

Building EDK2

Both tianocore and altera upstream repos use ubuntu-latest as one of their CI runners and install native/cross platform compilers. There is also a long list of package deps:

sudo apt install gcc g++ make uuid-dev nasm nuget iasl \
  gcc-multilib-arm-linux-gnueabihf g++-multilib-arm-linux-gnueabihf \
  nodejs curl lcov libx11-dev libxext-dev python3-distutils-extra \
  python3-pip python3-setuptools npm

Install the snap with dotnet-runtime-60:

$ sudo snap install dotnet-runtime-60

Then set the "newer-than-4.8" cross-compile triplet:

$ export GCC5_ARM_PREFIX="arm-linux-gnueabihf-"

About

Dev artifacts from EDK2 for Intel (altera) Arria10 socfpga

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages