- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My target is to run ET200 (Profinet device) on RTOS and it should be able to send profinet packet to ET200 connected to router. But looks like RTOS is not exposed to the network and i am not able to ping the ET200.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
RTOS can access to network by passthrough a PCI Network Controller, check PCI device vendor and device ID want to passthrough to RTOS using lspci -n command.
Edit /boot/rth/Linux_Linux64.txt, [/PCI/1] mean RTOS
[/PCI/1]
"OS" = uint32: 1
"vendor_ID" = uint32: 0x8086
"device_ID" = uint32: 0x1533
"interrupt_mode" = uint32: 2
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
RTOS can access to network by passthrough a PCI Network Controller, check PCI device vendor and device ID want to passthrough to RTOS using lspci -n command.
Edit /boot/rth/Linux_Linux64.txt, [/PCI/1] mean RTOS
[/PCI/1]
"OS" = uint32: 1
"vendor_ID" = uint32: 0x8086
"device_ID" = uint32: 0x1533
"interrupt_mode" = uint32: 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you need any additional information, please submit a new question as this thread will no longer be monitored.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page