Simulink PIL on embedded Linux system from Matlab running on Windows

1 view (last 30 days)
Hi All, I am currently running a Simulink Model on Windows and working on exporting one subsystem to C++ code. I have SIL running successfully I have compiled the generated code on my target hardware and I have a test program that will do basic input/output verification.
But we want to run PIL. As I understand that we would run Matlab from Windows and connect via Ethernet to our target processor. But our target processor is a PowerPc running Linux.
So is this even possible? I have not found a support package for this hardware.
We currently have a cross compiler running on CentOs and I have found some documentation that suggests maybe it would work on Windows using CROPS and Docker Containers.. But I am not very confident we can get this working.
Is there any way to run PIL so that it would compile the subsystem on the target hardware?
Or is there a way to configure Simulink to connect to an executable that was previously compiled and running on the target system?

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!