未验证 提交 b8bf926c 编写于 作者: W wakafa 提交者: GitHub

misc: update ready-to-run flow (#832)

* misc: exclude ready-to-run dir in gitignore

* misc: update ready-to-run flow
上级 d8e5e781
......@@ -360,3 +360,5 @@ stack.info*
*.vpd
*.bin
!ready-to-run/*
......@@ -77,7 +77,7 @@ Some of the key directories are shown below.
Example:
```bash
make emu CONFIG=MinimalConfig SIM_ARGS=--disable-log EMU_THREADS=2 -j10
./build/emu -b 0 -e 0 -i $AM_HOME/apps/coremark/build/coremark-riscv64-noop.bin
./build/emu -b 0 -e 0 -i ./ready-to-run/coremark-2-iteration.bin
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册