Hi Juan,
I'm really happy to have your help, I see in other threads you always find the solution. Things are now 50% working (TX). I'm also receiving data, however I think my DAP side of things isn't working yet on the RPI linux side.
My previous issue were the following:
I setup ".interfaceType" at 'static const gFsciSerialConfig_t mFsciSerials[]' at app_init.c - to be Slave (It was Master).
I Setup ".interfaceChannel" at 'static const gFsciSerialConfig_t mFsciSerials[]' at app_init.c - to be 0, it was 1.
------
So now at-least, when running getaddr, I can see the led goes to green which means my network is setup. I also see RX data dumped on the screen. However when i'm running that command I receive many "No response for the previous command".
It must be I don't have the uio dev setup correctly in the dts file, so the /dev/uio0 is not functioning how it should be.
Do you have any examples I could follow? Maybe you have a dts file I could see for iMX6? I'm trying to make this for RPI3.
Thanks in advance
Alex