Skip to content
/ uboot Public
forked from MiyooCFW/uboot

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

Notifications You must be signed in to change notification settings

tiopex/uboot

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.9%
  • Python 2.2%
  • Assembly 1.1%
  • Makefile 0.7%
  • Perl 0.5%
  • Pawn 0.2%
  • Other 0.4%