Lines Matching +full:qemu +full:- +full:system +full:- +full:arm
1 .. _module-pw_rust:
9 -----
11 -----
18 QEMU machines. The examples can be built and run using the following commands
22 --------------
23 .. code-block:: bash
26 --platforms //pw_build/platforms:${PLATFORM}
28 $ qemu-system-arm \
29 -machine ${PLATFORM} \
30 -nographic \
31 -semihosting-config enable=on,target=native \
32 -kernel ./bazel-bin/pw_rust/examples/embedded_hello/hello
37 -----------------
38 .. code-block:: bash
41 --//pw_log/rust:pw_log_backend=//pw_rust/examples/tokenized_logging:pw_log_backend\
42 --platforms //pw_build/platforms:${PLATFORM}
44 $ qemu-system-arm \
45 -machine ${PLATFORM} \
46 -nographic \
47 -semihosting-config enable=on,target=native \
48 -kernel ./bazel-bin/pw_rust/examples/tokenized_logging/tokenized_logging \
49 | python -m pw_tokenizer.detokenize \
51 ./bazel-bin/pw_rust/examples/tokenized_logging/tokenized_logging
53 --
55 --
64 .. code-block:: bash
66 $ gn gen out --args="pw_rust_ENABLE_EXPERIMENTAL_BUILD=true"
70 .. code-block:: bash
72 $ ninja -C out host_clang_debug/obj/pw_rust/example/bin/hello
76 ------------------
78 ------------------