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