This project will try merge the changes to U-Boot 1.1.2 from the Medion Sources into a recent version of U-Boot.
Any help is appreciated.
To build the new board follow these steps (currently not working):
- Clone this repository.
- Download the Medion sources and extract the x-tools.armv5v6.tar.gz to /opt.
$ CROSS_COMPILE=/opt/x-tools/armv6_le/arm-none-linux-gnueabi/bin/arm-none-linux-gnueabi-
$ export CROSS_COMPILE
$ make ox820_config
$ make
It should be OK to use any other cross compile toolchain like crosstool-ng.