OnRISC BSP requires Buildroot version 2032.08 or newer.
- git clone https://github.com/visionsystemsgmbh/onrisc_br_bsp.git
- git clone https://git.buildroot.net/buildroot
- cd buildroot
- git checkout 2023.08.x
- 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.
- Buildroot documentation: http://nightly.buildroot.org/manual.html
- Device Tree slides: https://elinux.org/images/f/f9/Petazzoni-device-tree-dummies_0.pdf
- Flattened Image Tree slides: http://elinux.org/images/f/f4/Elc2013_Fernandes.pdf