https://github.com/falk-werner/pfc-g2-sdk
Build PFC G2 using docker buildx bake
https://github.com/falk-werner/pfc-g2-sdk
Last synced: 3 months ago
JSON representation
Build PFC G2 using docker buildx bake
- Host: GitHub
- URL: https://github.com/falk-werner/pfc-g2-sdk
- Owner: falk-werner
- Created: 2024-10-15T17:54:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T16:06:30.000Z (8 months ago)
- Last Synced: 2025-02-01T20:17:16.876Z (5 months ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PFC G2 SDK
## PREREQUISITES
### 1.) Download and install GIT
Make sure that you install GIT version >= 1.8.2sudo apt install git
### 2.) Install git-lfs (large file support)
Due to the fact that the repository contains files over 50MB you need the **GIT large file support** extension for GIT before you clone the repository.sudo apt install git-lfs && git lfs install
### 3.) Install docker
Make sure that docker and make are installed on the host system.
To install docker, please refer to the instructions depending on your host system, e.g for Ubuntu use [https://docs.docker.com/install/linux/docker-ce/ubuntu/](https://docs.docker.com/install/linux/docker-ce/ubuntu/).Make sure docker can be run without root privileged. Refer to [https://docs.docker.com/engine/install/linux-postinstall/](https://docs.docker.com/engine/install/linux-postinstall/) for further information.
## Clone this repository
git clone --recurse-submodules [email protected]:falk-werner/pfc-g2-sdk.git
## Build firmware
docker buildx bake
Find the generated firmware images ans *.ipk files in the `out` directory.