Create build_raspberrypi3_with_buildroot.md

This commit is contained in:
Edouard DUPIN 2016-07-06 11:24:20 +02:00 committed by GitHub
parent 9b5ee83149
commit 7d5b2dc5f9

View File

@ -0,0 +1,23 @@
basis:
======
from: https://code4pi.fr/2014/03/creation-dune-custom-image-pour-votre-raspberry-pi/#more-470
downmload last buildroot version:
```
git clone http://git.buildroot.net/buildroot
# or
git clone git://git.busybox.net/buildroot
cd buildroot
make raspberrypi3_defconfig
#make menuconfig
make -j8
```
Now the kernel and all that is needed to sater has been created in ```output``` and the bases if images is set in ```output/image```
Now we need to install toolchain and basis headers:
```
```