Skip to content

poioit/linkit-smart-7688-uboot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linkit-smart-uboot

This feeds holds the UBoot bootloader source code for the LinkIt Smart 7688 (Duo)

Compile

Start by cloning the tree

git clone https://github.com/MediaTek-Labs/linkit-smart-uboot.git

We need to install the cross toolchain required to build the source

sudo tar xjf buildroot-gcc342.tar.bz2 -C /opt/

Finally we can start building the source

make

Notes: Uboot firmware is uboot.bin NOT uboot.img

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.3%
  • C++ 4.4%
  • Assembly 3.4%
  • Makefile 1.9%
  • Shell 1.0%