Skip to content

ATF and u-boot for JDCloud AX6000 Baili based on mt7986.

Notifications You must be signed in to change notification settings

Leapzhang/bl-mt798x

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATF and u-boot for JDCloud AX6000 Baili based on mt7986

Prepare

sudo apt install gcc-aarch64-linux-gnu
export CROSS_COMPILE=aarch64-linux-gnu-

Build together using scripts

SOC=mt7986 BOARD=re-cp-03 FIXED_MTDPARTS=0 ./build.sh

The target file are bl2.img and fip.bin located in: bl-mt798x/atf-20220606-637ba581b/build/mt7986/release

Or Build separately

Build u-boot

make mt7986_re-cp-03_defconfig
make

Build ATF

cp ../uboot-mtk-20220606/u-boot.bin .
make mt7986_re-cp-03_defconfig
make

About

ATF and u-boot for JDCloud AX6000 Baili based on mt7986.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.0%
  • Python 2.9%
  • Assembly 2.2%
  • Makefile 1.2%
  • Perl 0.4%
  • Shell 0.1%
  • Other 0.2%