# MTK-SDK0228 **Repository Path**: codeqq/MTK-SDK0228 ## Basic Information - **Project Name**: MTK-SDK0228 - **Description**: padavan mt7688/mt7620/mt7628 SDK源码 - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2020-10-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README # Welcome to the Hi-Wooya MTK-SDK0228 project. when you first use the SDK, you should read the file carefully. we test the souce in Ubuntu 16.04 step1:install git and dependency #sudo apt-get update #sudo apt-gey install git #sudo apt-get install autoconf automake autopoint bison build-essential flex gawk gettext git gperf libtool pkg-config zlib1g-dev libgmp3-dev libmpc-dev libmpfr-dev texinfo python-docutils step2:down the souce SDK and Compiler You can down the souce SDK(MTK-SDK0228.tar.bz2) and Compiler(toolchain-mipsel.tar.bz2) from www.hi-wooya.com step3:compile compiler(It only needs to be compiled once) #cd toolchain-mipsel #./clean_sources #./build_toolchain step4:chose the product #cd MTK-SDK0228 #cp configs/templates/hi-wooya/xxx ./.config step5:compile the souce #cd MTK-SDK0228 #./clear_tree #./build_firmware If you want to change the path of the compiler, you should enter the absolute path. if you compile sucess, you can see "*.trx" in the MTK-SDK0228/images