You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(monitor) $zephyr=@~/zephyrproject/zephyr/build/zephyr/zephyr.elf
(monitor) start @scripts/single-node/litex_vexriscv_zephyr.resc
There was an error executing command 'sysbus LoadELF $zephyr'
Error while loading ELF: Could not find file '/opt/renode/~/zephyrproject/zephyr/build/zephyr/zephyr.elf'..
Could not find file '/opt/renode/~/zephyrproject/zephyr/build/zephyr/zephyr.elf'.
There was an error executing command 'runMacro $reset'
Parsing line ' sysbus LoadELF $zephyr' failed.
The issue is that this bad path is constructed: /opt/renode/~/zephyrproject/zephyr/build/zephyr/zephyr.elf
The text was updated successfully, but these errors were encountered:
pdp7
changed the title
Path incorrect
Renode: Zephyr path incorrect
Mar 2, 2020
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.
Info:
From Run the app in Renode section:
When I run this, I get an error:
The issue is that this bad path is constructed:
/opt/renode/~/zephyrproject/zephyr/build/zephyr/zephyr.elf
The text was updated successfully, but these errors were encountered: