Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 706ea03

Browse files
authored
[doc] Update README.md for running nimbOS testcases
* Update README.md * Update README.md * Update README.md * Update README.md
1 parent e9125d8 commit 706ea03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export PATH=`pwd`/x86_64-linux-musl-cross/bin:`pwd`/aarch64-linux-musl-cross/bin
6060
```
6161

6262
#### 2. Dependencies for running apps
63+
Note: If the developer wants to install qemu from the source code, please refer to [Dockerfile](.devcontainer/Dockerfile).
6364

6465
```bash
6566
# for Debian/Ubuntu
@@ -101,7 +102,7 @@ make ARCH=aarch64 AX_TESTCASE=nimbos BLK=y NET=y FEATURES=fp_simd ACCEL=n run
101102
# Run Loongarch64 example
102103
make ARCH=loongarch64 AX_TESTCASE=nimbos user_apps
103104
make ARCH=loongarch64 defconfig
104-
make ARCH=loongarch64 AX_TESTCASE=nimbos BLK=y NET=y ACCEL=n run
105+
make ARCH=loongarch64 AX_TESTCASE=nimbos BLK=y NET=y FEATURES=fp_simd ACCEL=n run
105106

106107
# Run another example (libc testcases)
107108
make ARCH=riscv64 AX_TESTCASE=libc user_apps

0 commit comments

Comments
 (0)