U-Boot bootloader for sysmoBTS
Go to file
Mantas Pucka 393bc3d166 Update README.md with build instructions (#1) 2014-11-13 10:01:04 +02:00
release Add v2.1 binary 2014-11-04 13:56:11 +02:00
u-boot Move custom GPIO init, after relocation. 2014-10-31 16:37:33 +02:00
CHANGELOG Update version to v2.1 release 2014-11-04 13:52:43 +02:00
Makefile Bump version to v2.2-dev 2014-11-04 13:57:13 +02:00
README.md Update README.md with build instructions (#1) 2014-11-13 10:01:04 +02:00

README.md

Caraboot

U-Boot for Carambola2 based boards

Build

Use buildroot toolchain (http://buildroot.org/download.html) to build Caraboot. OpenWRT toolchain is known to generate broken binaries. To build suitable toolchain in buildroot's menuconfig select: MIPS big endian architecture (mips32 r2 variant), and GCC version - 4.7.x (other GCC versions untested, but may work)

Change Makefile's CONFIG_TOOLCHAIN_PREFIX variable to your buildroot path, for example:

CONFIG_TOOLCHAIN_PREFIX=~/build/buildroot/output/host/usr/bin/mips-linux-

run make, binary will be in bin/carambola2_u-boot.bin