orca/src/ext/wasm3/platforms/embedded/wm_w600
Ben Visness 29cb9f50e4 Add commands to deal with Orca source code:
- Add a vendor commands
- Add a command that helps you set up a C compiler
- Move ext into the src folder
- Update Mac build scripts for consistency
- Update Windows batch scripts
2023-09-16 17:54:56 +02:00
..
.gitignore Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
Makefile Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
README.md Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
build.sh Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
main.c Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
wasm3 Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00

README.md

Build for Winner Micro W600

You will need:

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