Skip to content

TeamYogaBlade2/u-boot-mt65xx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101,384 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Das U-Boot" for MediaTek MT6572

Devices that this was tested with

  • JTY D101
  • ...

Status

What works

  • Basic booting and relocation
  • UART

What doesn't

  • Everything else

Installation

Building

ARCH=arm CROSS_COMPILE=arm-none-eabi- make mt6572_defconfig
ARCH=arm CROSS_COMPILE=arm-none-eabi- make -j$(nproc --all)

Flashing to the device

The easiest way is to use mtkclient:

mtk w uboot u-boot-mtk.bin

About

"Das U-Boot" tree with MediaTek MT65xx SoC family support

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 94.2%
  • Python 3.1%
  • Assembly 0.7%
  • Makefile 0.6%
  • Perl 0.4%
  • C# 0.3%
  • Other 0.7%