Re: Coressent Korea - Freescale i.MX6 RTEMS/Qt SDK Release Information.

2017-09-26 Thread Sebastian Huber
On 27/09/17 08:38, JunBeom Kim (Coressent Kr.) wrote: I am still working for porting i.MX6Q FEC driver after I added FreeBSD's i.MX6 FEC driver code on rtems-libbsd. But, Because my custom board have different PHY chip(RTL8201E), I did't port FEC drier on i.MX6Q board. I used fdt loading meth

RE: Coressent Korea - Freescale i.MX6 RTEMS/Qt SDK Release Information.

2017-09-26 Thread JunBeom Kim (Coressent Kr.)
Dear Sebastian, I am sorry for late reply due to customer meeting. That's great process in your side. I am still working for porting i.MX6Q FEC driver after I added FreeBSD's i.MX6 FEC driver code on rtems-libbsd. But, Because my custom board have different PHY chip(RTL8201E), I did't port FE

Re: Coressent Korea - Freescale i.MX6 RTEMS/Qt SDK Release Information.

2017-09-26 Thread Sebastian Huber
On 26/09/17 15:55, Sebastian Huber wrote: Did you experience a similar problem? I found the problem. The i.MX7D needs a 64 byte receive buffer alignment in contrast to the 16 byte alignment required by previous FEC versions. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4,

Re: Re: pthread_getattr_np does not work

2017-09-26 Thread xuelin.t...@qkmtech.com
I tried it, and it worked. But, there is another problem that I need to free this array (or buffer) by my self. This bunch of buffer can not be freed by calling pthread_attr_destroy. Maybe this is a little inconvenient. Any suggestion on this? Best wishes, xuelin.t...@qkmtech.com From: Joel

Re: Re: pthread_getattr_np does not work

2017-09-26 Thread Joel Sherrill
Yes. Then pthread_create a thread to use that stack, let it run, and make sure pthread_getattr_np reports things correctly. On Tue, Sep 26, 2017 at 6:52 AM, xuelin.t...@qkmtech.com < xuelin.t...@qkmtech.com> wrote: > You mean, I allocate an array of some size in another thread, and set the > poin

Re: Coressent Korea - Freescale i.MX6 RTEMS/Qt SDK Release Information.

2017-09-26 Thread Sebastian Huber
Hello JunBeom Kin, I work currently on a BSP for the i.MX7D: https://devel.rtems.org/ticket/3090 I try to port the Ethernet interface driver from FreeBSD (libbsd) for i.MX6 to an i.MX7D. The driver works in the loop back mode RCR[LOOP] == 1. I can also transmit frames. The problem is on the r

Re: Re: pthread_getattr_np does not work

2017-09-26 Thread xuelin.t...@qkmtech.com
You mean, I allocate an array of some size in another thread, and set the pointer of this array as the stack address using pthread_attr_setstackaddr? Best wishes, xuelin.t...@qkmtech.com From: Joel Sherrill Date: 2017-09-26 00:29 To: xuelin.t...@qkmtech.com CC: users@rtems.org; Sebastian Hub