Re: Write the BSP for ARM Versatile Express device

2021-04-13 Thread Gedare Bloom
Hi Duc, On Tue, Apr 13, 2021 at 8:57 AM Đức Anh wrote: > > Dear all, > > I want to develop a BSP for ARM Versatile Express platform. My final purpose > is to run Gem5 simulation using RTEMS as the kernel. Now Gem5 only model > Versatile Express device, and I can see RTEMS does not have a BSP fo

Re: SIS in "real time"

2021-04-13 Thread Heinz Junkes
Identical behavior with xilinx-zynq-a9 (little - endian?). What frustrates me much more is the missing wait and the return value of pthread_cond_timedwait(&cond, &mutex, &timeout) and that also the join in main will never be reached. qemu-system-arm -M xilinx-zynq-a9 -m 256M -no-reboot -serial

Re: SIS in "real time"

2021-04-13 Thread Gedare Bloom
Hi Heinz, On Tue, Apr 13, 2021 at 7:02 AM Heinz Junkes wrote: > > Unfortunately I still do not understand it. Under Unix it runs perfectly and > also the > values are displayed correctly. > #include [...] printf("now tv_sec = %" PRIuLEAST64 ", tv_nsec = %d\n", now.tv_sec, now.tv_nsec); [...

Write the BSP for ARM Versatile Express device

2021-04-13 Thread Đức Anh
Dear all, I want to develop a BSP for ARM Versatile Express platform. My final purpose is to run Gem5 simulation using RTEMS as the kernel. Now Gem5 only model Versatile Express device, and I can see RTEMS does not have a BSP for it yet. More specifically, the machine type modelled in Gem5 is: -

Re: SIS in "real time"

2021-04-13 Thread Heinz Junkes
rtems-examples, master commit d5ba50c15c6bd188d4bb5921ae520e1066597ab1 (HEAD -> master, origin/master, origin/HEAD) Author: Vijay Kumar Banerjee Date: Fri Mar 26 14:44:30 2021 -0600 lvgl/wscript: Add libpath to search for required libraries Heinz > On 13. Apr 2021, at 15:09, Joel Sherri

Re: SIS in "real time"

2021-04-13 Thread Joel Sherrill
On Tue, Apr 13, 2021 at 8:02 AM Heinz Junkes wrote: > Unfortunately I still do not understand it. Under Unix it runs perfectly > and also the > values are displayed correctly. > > In the debugger, the contents of the structure timespec are displayed > correctly. > > Another point that probably ma

Re: SIS in "real time"

2021-04-13 Thread Heinz Junkes
Unfortunately I still do not understand it. Under Unix it runs perfectly and also the values are displayed correctly. In the debugger, the contents of the structure timespec are displayed correctly. Another point that probably makes the program hang: the function pthread_cond_timedwait(&cond,