Skip to content

visionsystemsgmbh/onrisc_br_bsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OnRISC Buildroot based BSP

Installation

OnRISC BSP requires Buildroot version 2032.08 or newer.

  1. git clone https://github.com/visionsystemsgmbh/onrisc_br_bsp.git
  2. git clone https://git.buildroot.net/buildroot
  3. cd buildroot
  4. git checkout 2023.08.x
  5. make BR2_EXTERNAL=../onrisc_br_bsp/ list-defconfigs

Now you can choose a default config for desired device. For example Baltos:

make baltos_defconfig

Invoking make would compile the whole set of images from bootloader till root file system. You'll find binaries under output/images folder.

Related Links

Releases

No releases published

Packages

No packages published