Xenomai Community Call Minutes - November 3, 2021

2021-11-04 Thread Wang, Rick Y via Xenomai
Attendees: Jan Kiszka, Florian Bezdeka, Hongzhan Chen, Hao Li, Jianbo Cao, Rick Wang *Community update No blocking issue reported for Xenomai 3.2 RC2. Plan to formal release this week. user header issue - Jan would fix it. Stability issue on server system - Hongzhan Chen and Hao Li to

[EVL][dovetail] Minimum requirements for network communication for RPi 4B and amd64

2021-11-04 Thread Deniz Uğur via Xenomai
Greetings Xenomai community, For the past year I have been using EVL to develop some real-time apps utilizing fast data acquisition through SPI interfaces on RPi 4B. I then send the collected data through mainline network stack to a amd64 machine running Xenomai 3.1. The data I’m sending is

Re: rtcansend 32-bit

2021-11-04 Thread Bezdeka, Florian via Xenomai
On Wed, 2021-11-03 at 23:49 -0700, C Smith wrote: > I was able to make the CAN transmit work successfully from my 32 bit > compile of rtcansend.c, by adding rtdm_get_iovec() to the code. I'll > submit a patch once both transmit  and receive are working, but I'm > still having trouble receiving

Re: rtcansend 32-bit

2021-11-04 Thread C Smith via Xenomai
I was able to make the CAN transmit work successfully from my 32 bit compile of rtcansend.c, by adding rtdm_get_iovec() to the code. I'll submit a patch once both transmit and receive are working, but I'm still having trouble receiving data in the rtcanrecv app. I added rtdm_get_iovec() to