MiyooCFW / uboot

Primary boot loader used to package the instructions to boot the kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

U-BOOT MiyooCFW

This custom u-boot version has applied patch:

Other significant changes are from (starting from most recent):

Build instructions:

Usually you have to be the root user.

  • grab source & cd:
git clone https://github.com/MiyooCFW/uboot
cd uboot
  • set environment variables for e.g.:
export PATH=$PATH:/opt/miyoo/bin
export ARCH=arm
export CROSS_COMPILE=arm-miyoo-linux-uclibcgnueabi-
  • write configuration
make miyoo_defconfig
  • build
make
  • edit configuration if needed & rebuild
make menuconfig
make clean
make
  • grab output u-boot binary & move to ./dist:
mkdir -p dist
mv dist/u-boot-sunxi-with-spl.bin

Compile speed:

If you have a multicore CPU, you can increase build speed with:

make -j ${YOUR_CPU_COUNT}


About

Primary boot loader used to package the instructions to boot the kernel


Languages

Language:C 94.8%Language:Python 2.2%Language:Assembly 1.3%Language:Makefile 0.7%Language:Perl 0.5%Language:Shell 0.2%Language:C++ 0.1%Language:ASL 0.1%Language:Yacc 0.0%Language:SmPL 0.0%Language:Lex 0.0%Language:POV-Ray SDL 0.0%Language:Batchfile 0.0%Language:GDB 0.0%Language:sed 0.0%Language:CSS 0.0%Language:Tcl 0.0%Language:Awk 0.0%