U-Boot bootloader for sysmoBTS
Go to file
Alexander Couzens 72e548d4c5 add setmac/showmac commands to setmac or showmac
setmac <eth0> <eth1> <wlan0> [nobackup]
setmac first do a backup of the calibration sector. It copys the
sector to the sector before itself. This behavious can be overwritten by
adding `nobackup`.

showmac - show mac addreses.
2015-03-12 01:42:22 +01:00
release Add v2.1 binary 2014-11-04 13:56:11 +02:00
u-boot add setmac/showmac commands to setmac or showmac 2015-03-12 01:42:22 +01:00
CHANGELOG Update version to v2.1 release 2014-11-04 13:52:43 +02:00
Makefile Makefile: add ap1 + jb02 targets 2015-03-11 17:59:14 +01:00
README.md Update README.md 2014-11-13 13:19:09 +02:00

README.md

Caraboot

U-Boot for Carambola2 based boards

Build

  1. Build buildroot toolchain (http://buildroot.org)

Download:

cd your_work_dir
git clone git://git.buildroot.net/buildroot

Configure:

cd buildroot
make menuconfig

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. Save and exit.

Build:

make
  1. Build Caraboot image

Download:

cd your_work_dir
git clone https://github.com/8devices/Caraboot.git

Configure: Open Caraboot Makefile and change CONFIG_TOOLCHAIN_PREFIX to your buildroot binary path, i.e CONFIG_TOOLCHAIN_PREFIX=your_work_dir/buildroot/output/host/usr/bin/mips-linux-

cd Caraboot
vi/nano/gedit Makefile

Build:

make

The bootloader binary will be saved to bin/carambola2_u-boot.bin file. You can now use this file to upgrade your bootloader on Carambola2 board (http://8devices.com/wiki/carambola:2:gettingstarted:bootloader-upgrade)