# buildroot-spinal-saxon **Repository Path**: spinalHDL/buildroot-spinal-saxon ## Basic Information - **Project Name**: buildroot-spinal-saxon - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-30 - **Last Updated**: 2022-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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