Skip to content

afeng11/mt798x-boot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATF and u-boot for GL.iNet products based on mt798x

Quickstart

Prepare

sudo apt install gcc-aarch64-linux-gnu device-tree-compiler
export CROSS_COMPILE=aarch64-linux-gnu-

Build u-boot

make gl_mt3000_defconfig
make

Build ATF

cp ../uboot-mtk-20220606/u-boot.bin .
make gl_mt3000_defconfig
make

Flash fip.bin

build/mt7981/release/fip.bin

Warning

Flashing may result in bricking, proceed with caution. It is not necessary to proceed if it is not required.

About

U-BOOT for MT2500/MT3000/X3000/XE3000/MT6000

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 93.1%
  • Python 2.8%
  • Assembly 2.0%
  • Makefile 1.2%
  • Perl 0.4%
  • ASL 0.1%
  • Other 0.4%