urbie-mk2 / linkit-smart-7688-uboot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:C 90.2%Language:Assembly 3.4%Language:C++ 2.9%Language:Makefile 1.9%Language:Shell 1.0%Language:Objective-C 0.6%