Skip to content

SpinalHDL/buildroot-spinal-saxon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpinalHDL SaxonSoC Buildroot Integration

This package allows the user to build Linux environments for the Spinal SaxonSoC

Usage

Create a directory

mkdir <project dir>; cd <project dir> 

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 <target build dir>; cd <target build dir> 

Select the board support

Board defconfig can be found in the configs directory of this package

make O=$PWD BR2_EXTERNAL=<path this repo clone> -C <path to buildroot> <Board_defconfig>

Customize to your needs

make menuconfig

Build

make -j$(nproc)

Enjoy, the build results are in the build directory/images

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •