Running it as sudo solved the issue. So the demo seems to be running properly. Thank you for the support and the clarification! Best regards
Thank you so much for your input! This has helped me move forward. As you pointed out the issue was that the libdbus had not been installed, which I thought I had checked... After installing the library I was able to successfully build the Pcap daemon. Using CMake-gui to build PCAP User Space Daemon in Debug mode make install Using CMake-gui to build PCAP User Space Daemon in Release mode make install Followed by building the demo_cn_console. Here I'm not sure what settings to use for the build since...
Hello everyone, I'm trying to implement the openPOWERLINK stack on a raspberry Pi4 B which I want to use as a CN node. The plan is to use a B&R-PLC as MN. I have tried to follow the guide: https://www.kalycito.com/introduction-on-how-to-get-powerlink-working-on-raspberry-pi-2/ but I have made some changes to the procedure since I'm using a new version of the Pi. I have also made adjustments to the procedure according to information I have found here on the forum. Basically what I have attempted so...