Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

ryankurte/docker-arm-embedded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Arm Embedded Docker Environment

Minimal docker environment for building arm-embedded projects

Usage

Run interactively with docker run -it --rm -v `pwd`:/root ryankurte/docker-arm-embedded /bin/bash.
This will create a temporal instance (changes will be dropped on exit) with a binding from the current directory to the root user home directory.

Includes:

  • build-essential (native)
  • make, cmake
  • gawk, genromfs, ccache
  • arm-none-eabi from launchpad.net
  • Yotta