Skip to content

BSP build system for various hardware platforms based on Buildroot

License

Notifications You must be signed in to change notification settings

pashinov/linux-buildenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux-buildenv

Build Status License

What is it?

A build system based on Buildroot for creating a custom linux images for various embedded platforms.

Supported platforms

  • RaspberryPi 3

How to use it

  1. Build docker image

    $ docker build -t linux-buildenv .
    
  2. Create docker container

    $ docker create --name fw --volume ${PWD}:/home/develop/linux-buildenv --interactive --tty linux-buildenv:latest
    
  3. Start docker container

    $ docker start fw
    
  4. Run build for RaspberryPi 3 platform

    $ docker exec fw sh /home/develop/linux-buildenv/raspberrypi3/Makeit