Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| .cargo | 1 year ago | |
| src | 1 year ago | |
| Cargo.toml | 1 year ago | |
| README.md | 1 year ago | |
| build.sh | 1 year ago | |
| test.sh | 1 year ago | |
Install the build toolchain into $HOME/Documents/projs/work/sixents/tbox-foton/toolchains/z4.
# Make sure you have install the aarch64-unknown-linux-gnu target
# rustup target add armv7-unknown-linux-musleabihf
# Build the Release version
# Then you can deploy the program(target/armv7-unknown-linux-musleabihf/release/openwrtrs) to your MPU board
./build.sh --target armv7-unknown-linux-musleabihf -r
# Test locally
./build.sh -r
cargo run -r
# Use the cargo alias command
# Build x86_64-unknown-linux-gnu
cargo b
# Build armv7-unknown-linux-musleabihf
cargo build
Toys
C++ JavaScript Unity3D Asset C Python other
Apache-2.0