Arduino integration on Renode error

i am trying to used Renode integration for Arduino and then use my impulse to run inferences. but everytime i try to connect the Renode according to their documentation i run into errors shown in the attached images. when i run the last command i run into this error on the terminal:
libusbip: error: udev_device_new_from_subsystem_sysname failed
usbip: error: open vhci_driver

can i get some help on how to go about this?

Hi @marvin, I’ve spent more time then I’d like to admit on getting Renode to work over tens of different virtual boards, and always ran into these kinds of errors. The only target I ever managed to get running is the STM32F4_Discovery - and even that with random patches from the internet (this is what powers memory / latency calculations for DSP blocks in the Studio).

My best bet is to ask on the Renode forums / GitHub.

@janjongboom Thank you for you feedback.