Skip to content

Parent build repository for generating UEFI firmware for the LX2160a

Notifications You must be signed in to change notification settings

Semi-ATE/lx2160a_uefi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SolidRun's LX2160A COM express type 7 UEFI build

Build with host tools

Simply running INITIALIZE=1 ./runme.sh then ./runme.sh will check for required tools, clone and build images and place results in images/ directory.

Build with docker or podman

docker build -t lx2160a_uefi docker/ docker run -v "$PWD":/work:Z --rm -i -t lx2160a_uefi build

You can specify build variables with the -e option docker run -e SOC_SPEED=2200 -e BUS_SPEED=800 -e DDR_SPEED=3000 -e XMP_PROFILE=1 -v "$PWD":/work:Z --rm -i -t lx2160a_uefi build

About

Parent build repository for generating UEFI firmware for the LX2160a

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 91.9%
  • Dockerfile 8.1%