Hi,
I wrote an Genode application for the Pololu Maestro Mini Servo Controller in Genode (https://github.com/702nados/genode-pololuServoController).
I'm using the usb_drv (dde_linux) and the usb_terminal (pl2303) for read and write commands. It runs flawlessly on PandaBoard (foc_panda).
Next, I want to use it with Linux as kernel (linux_x86). If I try to run the resulting application, the usb_drv component throws the following error:
no route to service "Platform"
So, is it possible to compile and run the intended application without modifications?
If I want to use the linux devices (e.g. usb), who can I achieve this in code?
In general, the following shows the intended architecture:
--------------------- ServoController | --------------------- Genode | --------------------- Linux | --------------------- Hardware | ---------------------
Best regards Daniel