Martin Fouilleul 17c0f02962 | ||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
README.md | ||
build.sh | ||
main.c | ||
wasm3 |
README.md
Build for Winner Micro W600
You will need:
- W600 SDK from ThingsTurn
git clone --depth=1 --branch=sdk_v3.2.0 https://github.com/w600/sdk.git /opt/w600-sdk
- gcc-arm-none-eabi-4_9-2015q3
- w600tool
export PATH=/opt/gcc-arm-none-eabi-4_9-2015q3/bin:$PATH
export PATH=/opt/w600tool:$PATH
export WM_SDK=/opt/w600-sdk
./build.sh
To upload:
w600tool.py --upload .output/wasm3_gz.img
or
w600tool.py --upload .output/wasm3.fls