Skip to content

jcbarbosa/linkit-smart-7688-uboot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linkit-smart-uboot

============================ Build Status


The UBoot bootloader source code for the AcSiP AI7688H

For more information, see the AcSiP website:
http://www.acsip.com.tw/index.php?action=products-detail&fid1=11&fid2=21&fid3=23&id=29

Compile

Start by cloning the tree

git clone https://github.com/AcSiP/linkit-smart-7688-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

[SDK] Modified, and fine tuned to meet AI7688H's requirement.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 90.2%
  • Assembly 3.4%
  • C++ 2.9%
  • Makefile 1.9%
  • Other 1.6%