Jianhui Zhao 18c5f7b9c7 support led blink when flashing
Signed-off-by: Jianhui Zhao <jianhui.zhao@gl-inet.com>
2022-11-22 12:28:43 +08:00
2022-09-07 16:27:20 +08:00
2022-09-07 03:01:23 -07:00
2022-11-22 11:51:09 +08:00
2022-09-07 16:43:31 +08:00

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

Quickstart

Prepare

sudo apt install gcc-aarch64-linux-gnu
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
Description
ATF and u-boot for mt798x.
Readme 102 MiB
Languages
C 93.2%
Python 2.9%
Assembly 1.8%
Makefile 1.2%
Perl 0.3%
Other 0.2%