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
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
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,
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
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
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
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