Skip to content

yegorich/br_bsps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This projects provides Buildroot BSPs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages