From 941f9e30832d3257d19128601440216c39fbfece Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 16 Mar 2015 17:28:36 +0100 Subject: [PATCH] README: update compile howto to include new buildroot configuration --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e7341d27b..8a8a6523b1 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,16 @@ Build Download: ``` -cd your_work_dir git clone git://git.buildroot.net/buildroot +cd buildroot +git checkout 2015.02 ``` Configure: ``` cd buildroot -make menuconfig +cp ../buildroot.config .config +make oldconfig ``` In Target Options select Target Architecture as MIPS (big endian) and Target Architecture Variant as mips 32r2. In Toolchain select GCC Compiler version as gcc 4.7.x. @@ -26,7 +28,7 @@ Save and exit. Build: ``` -make +make toolchain ``` 2) Build Caraboot image