Re: Using AMP in Rtems 4.10, issues using global message queues

2018-12-13 Thread Sebastian Huber
Hello Diego, On 13/12/2018 13:31, Diego Mercado wrote: Hello, I am using AMP in Rtems 4.10 and using message queues to share data between nodes. I had no problems using queues until I add a task that make several rtems_message_queue_receive, after a while the node that receives from the queue cr

Using AMP in Rtems 4.10, issues using global message queues

2018-12-13 Thread Diego Mercado
Hello, I am using AMP in Rtems 4.10 and using message queues to share data between nodes. I had no problems using queues until I add a task that make several rtems_message_queue_receive, after a while the node that receives from the queue crashes (using the debugger I saw it crashed in: "rtems_mpci

Re: RTEMS-5 syslog capability?

2018-12-13 Thread Sebastian Huber
On 13/12/2018 10:13, Ian Caddy wrote: Hi All, We have a customer requirement for providing syslog information to a syslog server.  There is some code in rtems-libbsd for it, but so far we have not been able to get it to work. Is the syslog code compatible with RTEMS or does anyone have info

RTEMS-5 syslog capability?

2018-12-13 Thread Ian Caddy
Hi All, We have a customer requirement for providing syslog information to a syslog server.  There is some code in rtems-libbsd for it, but so far we have not been able to get it to work. Is the syslog code compatible with RTEMS or does anyone have information on how to get it going? regar