Open main menu

DAVE Developer's Wiki β

Changes

Creating a RFS with Buildroot

371 bytes added, 11:39, 9 January 2013
Getting Buildroot
* git clone git://git.buildroot.net/buildroot
* git clone http://git.buildroot.net/git/buildroot.git (Use this if you're behind a firewall blocking git)
 
The following is the project directory tree:
 
<pre>
.
├── arch
├── board
├── boot
├── CHANGES
├── Config.in
├── Config.in.legacy
├── configs
├── COPYING
├── docs
├── fs
├── linux
├── Makefile
├── Makefile.legacy
├── package
├── support
├── system
└── toolchain
</pre>
= Configuring Buildroot =
== Setting up the external toolchain ==