An open API service indexing awesome lists of open source software.

https://github.com/spinalhdl/buildroot-spinal-saxon


https://github.com/spinalhdl/buildroot-spinal-saxon

Last synced: 4 months ago
JSON representation

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