On 28/06/18 14:09, Nicolas Tsiogkas wrote:
Hi,
I have observed a weird behaviour while setting the BIOCSRTIMEOUT for
a bpf.
When setting it to low values (less than a second) as it can be seen
below the bpf is actually blocking instead of waiting and continuing.
struct timeval timeout;
tim
On 29/06/2018 08:33,Chris Johns wrote:
>Are you running in secure mode, ie a secure boot with an AES key in the BBRAM
>or
>eFuse?
>There is a bug in the Zynq with the SRST bit when operating in secure mode. You
>need an external hardware reset.
thanks reply, but i do not use AES key or efuse? i
On 28/06/2018 17:13, bin.w...@qkmtech.com wrote:
>
> i want to use the zynq 7000 bspreset function to reset the system.
> but when i call this funtion ,the code run fly .
> what i should do before i call this funtion ?
Are you running in secure mode, ie a secure boot with an AES key in the BBRAM
Hi,
some later report. I compiled the examples and some private project with
waf and all was smoothly. I suspect that there must be something with the
libbsd scripts.
Cheers,
Niko
On Mon, Jun 25, 2018 at 10:20 AM Nicolas Tsiogkas
wrote:
> Hi Christian,
>
> I will go with python3 indeed as I ha
Hi,
I have observed a weird behaviour while setting the BIOCSRTIMEOUT for a
bpf.
When setting it to low values (less than a second) as it can be seen below
the bpf is actually blocking instead of waiting and continuing.
struct timeval timeout;
timeout.tv_sec = 0;
timeout.tv_usec = 1;
if (ioctl(
hi everyone:
i want to use the zynq 7000 bspreset function to reset the system.
but when i call this funtion ,the code run fly .
what i should do before i call this funtion ?
thanks
best
ben
bin.w...@qkmtech.com
___
users mailing list
users@rtems.or