Re: rtems-libbsd bpf BIOCSRTIMEOUT behaviour

2018-06-28 Thread Sebastian Huber
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

Re: Re: zynq bspreset function do not work

2018-06-28 Thread bin.w...@qkmtech.com
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

Re: zynq bspreset function do not work

2018-06-28 Thread Chris Johns
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

Re: Error building libbsd

2018-06-28 Thread Nicolas Tsiogkas
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

rtems-libbsd bpf BIOCSRTIMEOUT behaviour

2018-06-28 Thread Nicolas Tsiogkas
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(

zynq bspreset function do not work

2018-06-28 Thread bin.w...@qkmtech.com
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