8000 GitHub - roman3017/buildroot-spinal-saxon
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

roman3017/buildroot-spinal-saxon

 
 

Folders and files

Name< B404 span class="text-bold">Name
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Languages

  • C 79.6%
  • Makefile 15.9%
  • Shell 4.5%
0