Fwd: Task unexpected restart when sending bytes to usart.

2020-08-27 Thread Daniel Li
Hello world I'm using RTEMS5 as an uart2udp converter. I'm observing a task restart when I send bytes to uart for a long time ( for 20min @ about 200 bytes/s ), and there is no error reported. I don't know how to overcome, anyone encountered this problem? Thanks Daniel __

Re: Task unexpected restart when sending bytes to usart.

2020-08-27 Thread Joel Sherrill
On Thu, Aug 27, 2020, 2:33 AM Daniel Li wrote: > > Hello world > > I'm using RTEMS5 as an uart2udp converter. I'm observing a task restart > when I send bytes to uart for a long time ( for 20min @ about 200 bytes/s > ), and there is no error reported. I don't know how to overcome, anyone > encoun

Cora z7-10 boot image

2020-08-27 Thread Heinz Junkes
Is there a BSP for the Zynq-7000 based board cora-z7? Should the image of the zedboard be bootable on the cora z7-10 ? Danke Heinz smime.p7s Description: S/MIME cryptographic signature ___ users mailing list users@rtems.org http://lists.rtems.org/

Python Issues on master baseline

2020-08-27 Thread Rick VanderWal
Good Morning, I just did a git pull on the rtems-source-builder repository and I am now getting the following error when I execute: ../source-builder/sb-check Traceback (most recent call last):   File "../source-builder/sb-check", line 23, in     import sb.check ImportError: No module named

Re: Python Issues on master baseline

2020-08-27 Thread Gedare Bloom
Hi Rick, On Thu, Aug 27, 2020 at 10:18 AM Rick VanderWal wrote: > > Good Morning, > > I just did a git pull on the rtems-source-builder repository and I am > now getting the following error when I execute: > > ../source-builder/sb-check > > Traceback (most recent call last): >File "../source-

rsb and toolchain debug symbols

2020-08-27 Thread Michael Davidsaver
Is there a way to ask RSB to either build the toolchain (ie. gcc itself) without debug symbols, or to strip them prior to install? https://github.com/mdavidsaver/rsb/releases/ I keep a set of pre-built RTEMS pc*86 toolchains for use by CI builders, principally travis-ci.org. In looking at adding

Re: rsb and toolchain debug symbols

2020-08-27 Thread Chris Johns
On 28/8/20 5:39 am, Michael Davidsaver wrote: > Is there a way to ask RSB to either build the toolchain > (ie. gcc itself) without debug symbols, or to strip them > prior to install? Not at the moment but this would be a nice feature. I can see it being needed. > > https://github.com/mdavidsaver

Re: Cora z7-10 boot image

2020-08-27 Thread Chris Johns
On 28/8/20 1:31 am, Heinz Junkes wrote: > Is there a BSP for the Zynq-7000 based board cora-z7? > > Should the image of the zedboard be bootable on the cora z7-10 ? I am not about the zedboard, maybe. You could try `xilinx_zynq_zc702` with a suitable set of BSP configure options for memory. The A

Re: Task unexpected restart when sending bytes to usart.

2020-08-27 Thread Daniel Li
Hi Joel I think you are right, it is a complete reset. I don't know the reason for the system reset. My test code is as below. System will reset after about 40min. #include #include #include #include #include #include #include #include #include #include #include #include #define PORT