//GX3113C编译流程
编译loader
cd ./gxloader
./build gx3113c 3113c release
./build gx3113c 3113c otalib
./build gx3113c 3113c release
cp output/loader-sflash.bin ../gxapp_common/flashconf/loader-sflash/gx3113c/atbm886x/runde/
//编译DEMOD
cd ../demod
./build csky ecos
./build csky gxloader
//编译OTA
cd ../gxota
./build gx3113C
cp src/ota.img ../gxapp_common/flashconf/otaimg/gx3113c/nationalchip/runde/ota.img
//编译应用
cd ../gxapp_common
./build gx3113c atbm886x runde_hunan_divitone ecos
cd ../development
编译loader
cd ./gxloader
./build gx3113c 3113c release
./build gx3113c 3113c otalib
./build gx3113c 3113c release
cp output/loader-sflash.bin ../gxapp_common/flashconf/loader-sflash/gx3113c/atbm886x/runde/
//编译DEMOD
cd ../demod
./build csky ecos
./build csky gxloader
//编译OTA
cd ../gxota
./build gx3113C
cp src/ota.img ../gxapp_common/flashconf/otaimg/gx3113c/nationalchip/runde/ota.img
//编译应用
cd ../gxapp_common
./build gx3113c atbm886x runde_hunan_divitone ecos
cd ../development