Skip to content

nyyotam/u-boot

 
 

Repository files navigation

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 lantiq UGW patches on top

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 83.4%
  • C++ 9.2%
  • Assembly 3.8%
  • Makefile 3.0%
  • Roff 0.3%
  • Perl 0.2%
  • Other 0.1%