Create build_raspberrypi3_with_buildroot.md
This commit is contained in:
parent
9b5ee83149
commit
7d5b2dc5f9
23
build_raspberrypi3_with_buildroot.md
Normal file
23
build_raspberrypi3_with_buildroot.md
Normal 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:
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user