Posts by martinmoe

    I have investigated further and want to share my results with other efusA9 or i.MX6 users as well as the developers at F&S.


    Environment:

    • Board: efusA9 (Single Core CPU)
    • OS: XIPiMX6_C8E_V150_BETA_150609.bin (WEC2013)
    • Host-PC NIC: Intel PRO/1000 PT Server Adapter
    • Host-OS: Windows 7
    • Switches: EKI-2725 for Gigabit, Netgear FS108 for 100 MBit/s
    • FTP Tool: Total Commander
    • UDP App: Custom

    Results:


    The Network performance is only a problem at 1 GBit/s. At 100 MBit/s everything is fine. I did not try whether I could force the link speed to 100 MBit/s with a registry setting. I just used a 100 MBit/s Switch. One cannot simply set the mode to 100 Mbit/s Full Duplex, because that would result in an duplex mismatch when connected to an auto-negotiating link partner, further resulting in packet loss. The only option to force the efusA9 to 100 MBit/s would be to set it to 100 MBit/s HALF DUPLEX, which is not desirable, as collisions might occur.


    At Gigabit the performance heavily depends on the IEEE 802.3x flow control mechanism. I was only able to reach about 200 kByte/s FTP Transfer speed on Gigabit connections, regardless whether using a direct connection or a Gigabit switch.


    PLEASE NOTE: There is obviously an translation error in the german Intel PRO/1000 network driver dialog which allows setting the Flow Control Mode.
    German version: "Tx aktiviert: Der Adapter hält die Übertragung an, wenn er einen Flusssteuerungs-Frame von einem Verbindungspartner empfängt."
    English version: "Tx Enabled : The adapter generates a flow control frame when its receive queue reaches a predefined limit."


    The two descriptions contradict. I used this setting and accidently turned off the reacting on the Flow Control PAUSE Frames.


    Therefore using the "Tx Enabled" mode in an direct connection to the efusA9 results in overrunning the i.MX6 Ethernet device with too many frames per time unit. That happens when sending an UDP packet with a size larger than an Ethernet frame (e.g. 18088 bytes) which is fragmented into multiple IP packets packets/frames. The efusA9 seems to lose at least one fragment and is unable to reassamble the whole packet. The interesting point is the following: In this situation (overrunning the efusA9 without reacting on the Flow Control PAUSE Frames) the TCP Performance is much better at about 6500 kByte/s.


    Conclusio:


    The best solution for my needs at the moment (WEC2013 application development) is the use of a 100 MBit/s switch. It ensures not packet loss in UDP (application protocol) and fast TCP communication (needed for deployment and debugging). When the product gets shipped, it will be connected to Gigabit switches and operated via UDP and normally no TCP communication will occur then (which would be very slow...). So I am lucky and can live with the drawbacks for now. But what if i would have to implement some TCP application in future? Or someone else has an TCP application, operating on a Gigabit Switch? There should be made improvement to the 200 kByte/s limit.

    Hello,


    I have the following problem: After not powering the efusA9 for a few days and then powering it up, it does not boot into WEC2013, instead it puts <0> (zeros) out at the serial port at approx. 1 Hz rate. RESET does not change anything. Only power off and power on again makes the device boot.


    What could cause that?


    I encountered the problem on the Startinterface as well as on our own carrier board.


    Martin

    Symptom: The application deployment to debug directly from Visual Studio 2013 takes 100 seconds to transfer 6 MB into the WEC2013 memory file system over a Gigabit Ethernet link.


    I investigated the TCP traffic from my development machine to the efusA9 (with WEC2013 from 2015-10-17, operating on the Startinterface board) and encountered many retransmissions caused obviously by TCP segments that were lost on the efusA9 (the segments are definitly seen on the network). The retransmissions cause the sender to perform pauses of 200-300 ms (may be part of the congestion avoidance algorithm) before transmitting the "lost" segment. That behavoiur prolongs the transmission of 6 lousy megabytes to 100 seconds.


    I do not blame it on the sender. It performs correctly, but I think that the receive window size of the WEC2013 TCP stack does not correspond well to the maximum number of frames the network driver can hold before the stacks processes them. In other words: The announced receive window is larger than the amount data the network driver can hold.


    Please check for this particular behaviour. It also occurs with other TCP traffic like the FTP transfer. I can provide Wireshark network dumps, if that helps.

    Hi,


    I just discovered that disconnecting the efusA9 Ethernet Interface from a Gigabit-Switch and connecting it again to a Fast Ethernet Switch results in "no communication possible" (no ping, no other network connection). After reconnecting to the Gigabit-Switch the device is reachable again.


    It turned out that the efusA9 with WEC2013 is stuck to the link speed negotiated during the first boot. Because if boot with Fast Ethernet Switch connected, the device is pingable, but not after reconnecting to the Gigabit Switch without reboot.


    Maybe the link change is not handled properly by the driver?

    Hello,


    when will SPI be available for efusA9 under Windows Embedded Compact 2013 (WEC2013)? I am using XIPiMX6SDL_C8GE_141017.bin (latest version visible to and downloadable by me in "Mein F&S")


    By the way: Where can a i find the necessary SDK for programming the I2C and SPI interfaces? I installed the latest FSIMX6_WEC2013_SDK_VS2013_141016.msi, but did not find andy I2C header files in there.

    I had the same problem ("Unknown file type can NOT write in Nandflash").


    I found your post and did like you but again, i received the "Unknown file type" error. After putting the nbootIMX6SDL_17.bin file into the folder Profiles\MX6DL Bootloader\OS Firmware\ and modifying the ucl2.xml to use the file AND using 'D' instead of 'd' i was able to transfer the nbootIMX6SDL_17.bin.

    Hello,


    I am using an efusA9 DL with WEC2013 on the Startinterface Kit in combination with a NEC NL10276BC13 display.


    I have inserted a user defined display mode (Mode100) into the registry and set the display mode to 100. After rebooting the registry setting for Mode has the value 18 instead of 100. The registry has been proberly saved (the Mode100 key is present and all settings are valid).


    What or who sets the Mode to 18 during boot? If it is EBOOT, how can I configure it not to do so?


    Regards
    Martin Mödlinger