Skip to content
/ uboot Public

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

Notifications You must be signed in to change notification settings

MiyooCFW/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

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •