antmicro/tensorflow-arduino-examples

Unecessary absolute paths

kartben opened this issue · 1 comments

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')

This is fixed now