Skip to content

Commit b7a7743

Browse files
Update path to Zephyr
With regard to im-tomu#179, we need to update the path to Zephyr binary in Renode. It is not copy-paste ready, but now it's evident. Unfortunately Renode does not have an option to reference $HOME.
1 parent 60153b3 commit b7a7743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/renode-zephyr.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ You will see the Monitor, where you should type:
6868

6969
::
7070

71-
(monitor) $zephyr=@~/zephyrproject/zephyr/build/zephyr/zephyr.elf
71+
(monitor) $zephyr=@/path/to/zephyrproject/zephyr/build/zephyr/zephyr.elf
7272
(monitor) start @scripts/single-node/litex_vexriscv_zephyr.resc
7373

7474
You should see a new window pop up for the serial port. In it, you

0 commit comments

Comments
 (0)