Unecessary absolute paths
kartben opened this issue · 1 comments
kartben commented
It might be better to change calls such as:
tell_renode('sysbus LoadELF @/content/binaries/magic_wand/magic_wand.ino.elf')
to use relative paths, and not rely on being run from a Collab environment and a /content directory:
tell_renode('sysbus LoadELF @binaries/magic_wand/magic_wand.ino.elf')
PiotrZierhoffer commented
This is fixed now