Update build_raspberrypi3_with_buildroot.md

This commit is contained in:
Edouard DUPIN 2016-07-06 14:31:41 +02:00 committed by GitHub
parent 7d5b2dc5f9
commit a6c66bfab7

View File

@ -10,7 +10,8 @@ git clone http://git.buildroot.net/buildroot
git clone git://git.busybox.net/buildroot git clone git://git.busybox.net/buildroot
cd buildroot cd buildroot
make raspberrypi3_defconfig make raspberrypi3_defconfig
#make menuconfig make menuconfig
toolchain -> Enable stack protection support ==> set at true
make -j8 make -j8
``` ```
@ -19,5 +20,7 @@ Now the kernel and all that is needed to sater has been created in ```output```
Now we need to install toolchain and basis headers: Now we need to install toolchain and basis headers:
``` ```
expoort TOOLCHAIN_PATH=../generate-toolchain
mkdir -p $TOOLCHAIN_PATH
``` ```