Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 789 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 789 Bytes

U-Boot for the Medion P89626

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):

  1. Clone this repository.
  2. Download the Medion sources and extract the x-tools.armv5v6.tar.gz to /opt.
  3. $ CROSS_COMPILE=/opt/x-tools/armv6_le/arm-none-linux-gnueabi/bin/arm-none-linux-gnueabi-
  4. $ export CROSS_COMPILE
  5. $ make ox820_config
  6. $ make

It should be OK to use any other cross compile toolchain like crosstool-ng.