Update Dockerfile for Zephyr SDK and Zephyr-project versioning (#4335)
Use a minimum manifest to reduce time consumption
This commit is contained in:
@ -87,6 +87,12 @@ is a 64-bit ARM target for emulating the Cortex-A53 platform.
|
||||
west build . -b qemu_cortex_a53 -p always -- -DWAMR_BUILD_TARGET=AARCH64
|
||||
```
|
||||
|
||||
[ARC QEMU](https://docs.zephyrproject.org/latest/boards/qemu/arc/doc/index.html)
|
||||
is a 32-bit ARC target for emulating the ARC platform.
|
||||
|
||||
```shell
|
||||
west build . -b qemu_arc/qemu_arc_em -p always -- -DWAMR_BUILD_TARGET=ARC
|
||||
```
|
||||
|
||||
## Flashing or Running Image
|
||||
|
||||
|
||||
Reference in New Issue
Block a user