Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 833 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 833 Bytes

Buildroot based BSPs

Installation

BSP requires Buildroot version 2015.05 or newer.

  1. git clone https://github.com/yegorich/br_bsps.git
  2. git clone http://git.buildroot.net/git/buildroot.git
  3. cd buildroot
  4. make BR2_EXTERNAL=../br_bsps/ help

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

make dpt_nor_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