https://github.com/spinalhdl/buildroot-spinal-saxon
https://github.com/spinalhdl/buildroot-spinal-saxon
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spinalhdl/buildroot-spinal-saxon
- Owner: SpinalHDL
- Created: 2020-11-04T22:41:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T11:21:02.000Z (over 3 years ago)
- Last Synced: 2025-04-05T15:35:33.691Z (about 1 year ago)
- Language: C
- Size: 141 KB
- Stars: 1
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpinalHDL SaxonSoC Buildroot Integration
> This package allows the user to build Linux environments for the Spinal SaxonSoC
## Usage
Create a directory
```
mkdir ; cd
```
Download the _latest_ buildroot version
```
git clone https://github.com/buildroot/buildroot.git
```
Download the _latest_ Spinal SaxonSoC Package
```
git clone https://github.com/svancau/buildroot-spinal-saxon.git
```
Create a build directory
```
mkdir ; cd
```
Select the board support
> Board defconfig can be found in the _configs_ directory of this package
```
make O=$PWD BR2_EXTERNAL= -C
```
Customize to your needs
```
make menuconfig
```
Build
```
make -j$(nproc)
```
> Enjoy, the build results are in the build directory/images