Difference between revisions of "WISE-3610 For GSMART ESL Project"
From ESS-WIKI
Eric.liang (talk | contribs) (Created page with "= Setup Tool-chain for WISE-3610 = Environment: Any Linux Distrubtion ( example: Ubuntu14.04 or 16.04 ) with Docker Engine <pre>copy toolchain-arm_cortex-a7_gcc-4.8-linaro_uC...") |
(No difference)
|
Latest revision as of 03:32, 26 September 2017
Setup Tool-chain for WISE-3610
Environment: Any Linux Distrubtion ( example: Ubuntu14.04 or 16.04 ) with Docker Engine
copy toolchain-arm_cortex-a7_gcc-4.8-linaro_uClibc-0.9.33.2_eabi_with_wisesnail.tar.gz to your working folder (e.g. /home/adv/ESL/ ) copy wise_snail_agent_0314ToECG.ok.tar.bz2 to your working folder (e.g. /home/adv/ESL/ ) cd /home/adv/ESL docker run -it --name lora_sdk -v $PWD:/home/adv/work/ advwiseec/lorasdk_openwrt bash tar zxvf toolchain-arm_cortex-a7_gcc-4.8-linaro_uClibc-0.9.33.2_eabi_with_wisesnail.tar.gz /opt/. bzip2 -d wise_snail_agent_0314ToECG.ok.tar.bz2 cd to project folder make