# linkit-smart-7688-uboot **Repository Path**: corecode/linkit-smart-7688-uboot ## Basic Information - **Project Name**: linkit-smart-7688-uboot - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-03 - **Last Updated**: 2024-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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