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
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
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);
[...
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:
-
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
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
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,