error in docker doc
This commit is contained in:
parent
23f12f3daf
commit
6c0d2708a8
|
@ -114,7 +114,7 @@ This container has RISCV-TLM already build at /usr/src/riscv64/RISCV-TLM directo
|
|||
### How to use Docker
|
||||
```
|
||||
$ docker pull mariusmm/riscv-tlm
|
||||
$ docker run -v <localfiles>:/tmp -it riscv /bin/bash
|
||||
$ docker run -v <localfiles>:/tmp -it mariusmm/riscv-tlm /bin/bash
|
||||
|
||||
# cd /usr/src/riscv64/RISCV_TLM/
|
||||
# ./RISCV_TLM /tmp/<your_hex_file>
|
||||
|
|
Loading…
Reference in New Issue