Intel® Edge Software Hub
Get answers from community peers to your questions about building Edge Software Hub solutions for edge compute node.
Announcements
Welcome to the Intel Community! If you like the answer to your question, please mark it as 'Accepted Solution' to help others.

The Edge Software Vision Package for Red Hat Enterprise Linux is now available here.

Learn more about developing on Intel® Hardware and Software here.
404 Discussions

RTOS not able to communicate devices in the network

surabhi
Beginner
680 Views

 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.

Labels (1)
0 Kudos
1 Solution
Lay
Employee
654 Views

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

View solution in original post

0 Kudos
2 Replies
Lay
Employee
655 Views

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

0 Kudos
JesusE_Intel
Moderator
626 Views

If you need any additional information, please submit a new question as this thread will no longer be monitored.


0 Kudos
Reply