Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SolidRun/lx2160a_uefi
Parent build repository for generating UEFI firmware for the LX2160a
https://github.com/SolidRun/lx2160a_uefi
Last synced: 2 months ago
JSON representation
Parent build repository for generating UEFI firmware for the LX2160a
- Host: GitHub
- URL: https://github.com/SolidRun/lx2160a_uefi
- Owner: SolidRun
- Created: 2020-09-14T09:53:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T17:28:03.000Z (about 2 years ago)
- Last Synced: 2024-08-03T01:39:21.274Z (6 months ago)
- Language: Shell
- Size: 38.1 KB
- Stars: 24
- Watchers: 11
- Forks: 17
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 buildYou 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