mkresin / u-boot

fork of git://git.denx.de/u-boot.git with branches for different vendor implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You will find the precompiled version of the x86 toolchain from the TD-W8970 GPL tarball at the releases section.

export PATH=/your/path/to/toolchain-mips_r2_gcc-4.3.3+cs_uClibc-0.9.30.1_2_6_32/usr/bin/:$PATH
export ARCH=mips
export CROSS_COMPILE=mips-linux-

make distclean vr9_config
cp tdw8970.config .config
make oldconfig u-boot.lq u-boot.asc

After compiling, you will find the following files in your directory:

  • u-boot.asc: UART u-boot (allows booting via serial console)
  • u-boot.lq: u-boot that can be written to flash

Please note that in case of an UART boot, the CPU will only run at 125MHz. So don't expect it to be as fast as usual.

About

fork of git://git.denx.de/u-boot.git with branches for different vendor implementations

License:Other


Languages

Language:C 84.4%Language:C++ 8.0%Language:Assembly 3.8%Language:Makefile 3.0%Language:Groff 0.3%Language:Perl 0.2%Language:Shell 0.1%Language:Yacc 0.0%Language:Scilab 0.0%Language:Objective-C 0.0%Language:Python 0.0%Language:Lex 0.0%Language:Awk 0.0%