<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Issue during initialization of Retimer C287 on board with FM10840 in Embedded Connectivity</title>
    <link>https://community.intel.com/t5/Embedded-Connectivity/Issue-during-initialization-of-Retimer-C287-on-board-with/m-p/1301671#M3267</link>
    <description>&lt;P&gt;Hello!&lt;BR /&gt;Is there anyone here?&lt;BR /&gt;&lt;BR /&gt;Could you please answer? Do you need more infromation from me?&lt;BR /&gt;Possible we did something wrong and you know another way to initialize&amp;nbsp;c827?&lt;/P&gt;
&lt;P&gt;Or you can answer what Intel Product contains working version of libIntelRetimer.so?&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jul 2021 21:03:34 GMT</pubDate>
    <dc:creator>vera_fed</dc:creator>
    <dc:date>2021-07-27T21:03:34Z</dc:date>
    <item>
      <title>Issue during initialization of Retimer C287 on board with FM10840</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/Issue-during-initialization-of-Retimer-C287-on-board-with/m-p/1283906#M3196</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;We got a problem with initialization c827 and need help to bring up the Intel Retimer C827 chip.&lt;/P&gt;
&lt;P&gt;Our board is equipped with the Intel chips: switch FM10840 and Retimer C827 (4 pcs) (lettering on the chip: EZC827AM T09S180.2).&lt;/P&gt;
&lt;P&gt;Initially we can’t get the valid OUI values from the internal registers of the c827 chip. The values we get mismatch the values in the datasheet.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We assumed that external library is needed, so we copy&amp;nbsp;libIntelRetimer.so to ../3rdparty/retimers/libraries/IntelRetimer/ and add the following line to&amp;nbsp;fm_platform_attributes.cfg file "api.platform.config.switch.0.externalSharedLibrary.0.libName text libIntelRetimer.so".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But we have only very old version of libIntelRetimer.so library, taken from SDK IES_SDK-4.3.6-20171121.tar.gz, which we got from Intel several years ago, when we bought our first&amp;nbsp;FM10840. Last FM10840 has been purchased last summer.&lt;BR /&gt;&lt;BR /&gt;Could you please provide to us new version of&amp;nbsp;IES_SDK&amp;nbsp;or similar product, which contains library/application to initialize of Retimer C287 properly?&lt;/P&gt;</description>
      <pubDate>Sun, 23 May 2021 20:47:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/Issue-during-initialization-of-Retimer-C287-on-board-with/m-p/1283906#M3196</guid>
      <dc:creator>vera_fed</dc:creator>
      <dc:date>2021-05-23T20:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue during initialization of Retimer C287 on board with FM10840</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/Issue-during-initialization-of-Retimer-C287-on-board-with/m-p/1284790#M3197</link>
      <description>&lt;P&gt;&lt;STRONG&gt;A detailed description of the problem is provided below.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;To bring up the Intel C827 retimers installed on the board, we added the following lines to the fm_platform_attributes.cfg file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;api.platform.config.switch.0.externalSharedLibrary.0.libName text libIntelRetimer.so
api.platform.config.switch.0.numPhys int 4

api.platform.config.switch.0.phy.0.model text IntelRetimer
api.platform.config.switch.0.phy.0.addr int 0x0

api.platform.config.switch.0.phy.1.model text IntelRetimer
api.platform.config.switch.0.phy.1.addr int 0x1

api.platform.config.switch.0.phy.2.model text IntelRetimer
api.platform.config.switch.0.phy.2.addr int 0x2

api.platform.config.switch.0.phy.3.model text IntelRetimer
api.platform.config.switch.0.phy.3.addr int 0x3&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;We built our application using the libraries from IES_SDK-4.3.&lt;SPAN class="wmi-callto"&gt;6-20171121&lt;/SPAN&gt;.tar.gz and copied t&lt;SPAN&gt;he libIntelRetimer.so (md5sum: 5f9db461f&lt;/SPAN&gt;&lt;SPAN class="wmi-callto"&gt;7276320023&lt;/SPAN&gt;&lt;SPAN&gt;a67b58cc0ba7e) library from the SDK IES_SDK-4.3.&lt;/SPAN&gt;&lt;SPAN class="wmi-callto"&gt;6-20171121&lt;/SPAN&gt;&lt;SPAN&gt;.tar.gz (md5sum: fe54bafb80d7bcdc5b1eb073eb5cc8ac) to the folder ../3rdparty/retimers/libraries/IntelRetimer/.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;The following error messages were received when launching the application:&lt;/DIV&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;Loading fm_platform_attributes.cfg
Connect to host driver using /dev/uio0
Found netdev enp2s0 (derived from uio device /dev/uio0)
Switch #0 inserted!
mxdGetChipRevision: incorrect OUI: 0x11
mxdInitDriver: mxdGetChipRevision Failed.
ERROR:iz_ta:InitializeExternalRetimers:1119:sw=0, Unable to initialize phyNum=0 model=4
mxdGetChipRevision: incorrect OUI: 0x11
mxdInitDriver: mxdGetChipRevision Failed.
ERROR:iz_ta:InitializeExternalRetimers:1119:sw=0, Unable to initialize phyNum=1 model=4
mxdGetChipRevision: incorrect OUI: 0x11
mxdInitDriver: mxdGetChipRevision Failed.
ERROR:iz_ta:InitializeExternalRetimers:1119:sw=0, Unable to initialize phyNum=2 model=4
mxdGetChipRevision: incorrect OUI: 0x11
mxdInitDriver: mxdGetChipRevision Failed.
ERROR:iz_ta:InitializeExternalRetimers:1119:sw=0, Unable to initialize phyNum=3 model=4&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Next, we inserted the debug output into the sources of IES_SDK-4.3.&lt;/SPAN&gt;&lt;SPAN class="wmi-callto"&gt;6-20171121&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;printf("Try MDIO Read: fmPlatformMdioRead(%i, %i, %i, dev:%i, reg:0x%.04X, val:0x%.04X)\n", sw, type, addr, dev, reg, ntohs(*data));

printf("Try MDIO Write: fmPlatformMdioRead(%i, %i, %i, dev:%i, reg:0x%.04X, val:0x%.04X)\n", sw, type, addr, dev, reg, ntohs(data));&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;and after re-run we got the following errors:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;Loading fm_platform_attributes.cfg
Connect to host driver using /dev/uio0
Found netdev enp2s0 (derived from uio device /dev/uio0)
Switch #0 inserted!
 
Try MDIO Read: fmPlatformMdioRead(0, 1, 0, dev:1, reg:0x0000, val:0x2840)
Try MDIO Read: fmPlatformMdioRead(0, 1, 0, dev:31, reg:0xF411, val:0x0010)
Try MDIO Read: fmPlatformMdioRead(0, 1, 0, dev:3, reg:0x1002, val:0x002B)
Try MDIO Read: fmPlatformMdioRead(0, 1, 0, dev:3, reg:0x1003, val:0x0B45)
mxdGetChipRevision: incorrect OUI: 0x11
mxdInitDriver: mxdGetChipRevision Failed.
ERROR:iz_ta:InitializeExternalRetimers:1119:sw=0, Unable to initialize phyNum=0 model=4

Try MDIO Read: fmPlatformMdioRead(0, 1, 1, dev:1, reg:0x0000, val:0x2840)
Try MDIO Read: fmPlatformMdioRead(0, 1, 1, dev:31, reg:0xF411, val:0x0010)
Try MDIO Read: fmPlatformMdioRead(0, 1, 1, dev:3, reg:0x1002, val:0x002B)
Try MDIO Read: fmPlatformMdioRead(0, 1, 1, dev:3, reg:0x1003, val:0x0B45)
mxdGetChipRevision: incorrect OUI: 0x11
mxdInitDriver: mxdGetChipRevision Failed.
ERROR:iz_ta:InitializeExternalRetimers:1119:sw=0, Unable to initialize phyNum=1 model=4

Try MDIO Read: fmPlatformMdioRead(0, 1, 2, dev:1, reg:0x0000, val:0x2840)
Try MDIO Read: fmPlatformMdioRead(0, 1, 2, dev:31, reg:0xF411, val:0x0010)
Try MDIO Read: fmPlatformMdioRead(0, 1, 2, dev:3, reg:0x1002, val:0x002B)
Try MDIO Read: fmPlatformMdioRead(0, 1, 2, dev:3, reg:0x1003, val:0x0B45)
mxdGetChipRevision: incorrect OUI: 0x11
mxdInitDriver: mxdGetChipRevision Failed.
ERROR:iz_ta:InitializeExternalRetimers:1119:sw=0, Unable to initialize phyNum=2 model=4

Try MDIO Read: fmPlatformMdioRead(0, 1, 3, dev:1, reg:0x0000, val:0x2840)
Try MDIO Read: fmPlatformMdioRead(0, 1, 3, dev:31, reg:0xF411, val:0x0010)
Try MDIO Read: fmPlatformMdioRead(0, 1, 3, dev:3, reg:0x1002, val:0x002B)
Try MDIO Read: fmPlatformMdioRead(0, 1, 3, dev:3, reg:0x1003, val:0x0B45)
mxdGetChipRevision: incorrect OUI: 0x11
mxdInitDriver: mxdGetChipRevision Failed.
ERROR:iz_ta:InitializeExternalRetimers:1119:sw=0, Unable to initialize phyNum=3 model=4

WARNING:iz_ta:fmInitializePhysicalInterfaces:1252:External retimers improperly initialized.&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 26 May 2021 10:02:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/Issue-during-initialization-of-Retimer-C287-on-board-with/m-p/1284790#M3197</guid>
      <dc:creator>vera_fed</dc:creator>
      <dc:date>2021-05-26T10:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue during initialization of Retimer C287 on board with FM10840</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/Issue-during-initialization-of-Retimer-C287-on-board-with/m-p/1301671#M3267</link>
      <description>&lt;P&gt;Hello!&lt;BR /&gt;Is there anyone here?&lt;BR /&gt;&lt;BR /&gt;Could you please answer? Do you need more infromation from me?&lt;BR /&gt;Possible we did something wrong and you know another way to initialize&amp;nbsp;c827?&lt;/P&gt;
&lt;P&gt;Or you can answer what Intel Product contains working version of libIntelRetimer.so?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 21:03:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/Issue-during-initialization-of-Retimer-C287-on-board-with/m-p/1301671#M3267</guid>
      <dc:creator>vera_fed</dc:creator>
      <dc:date>2021-07-27T21:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue during initialization of Retimer C287 on board with FM10840</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/Issue-during-initialization-of-Retimer-C287-on-board-with/m-p/1301682#M3268</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/165500"&gt;@vera_fed&lt;/a&gt;:&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Thank you for contacting Intel Embedded Community.&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;We want to address the following questions to understand the reported situation:&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Could you please clarify if the device related to this situation has been designed by you or by a third-party company?&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Could you please let us know the part number, name of the manufacturer, and where to find the information related to the affected project?&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Could you please list the source that you used to develop the design associated with the mentioned Ethernet Controller and if it has been verified by Intel?&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;We are waiting for your answer to these questions.&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Best regards,&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/114"&gt;@CarlosAM_INTEL&lt;/a&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 22:16:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/Issue-during-initialization-of-Retimer-C287-on-board-with/m-p/1301682#M3268</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2021-07-27T22:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue during initialization of Retimer C287 on board with FM10840</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/Issue-during-initialization-of-Retimer-C287-on-board-with/m-p/1302454#M3275</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;A class="sub_section_element_selectors" href="https://community.intel.com/t5/user/viewprofilepage/user-id/114" target="_blank"&gt;@CarlosAM_INTEL&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks for the answer, I will address these questions to my team and will get back to you during several days&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 07:52:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/Issue-during-initialization-of-Retimer-C287-on-board-with/m-p/1302454#M3275</guid>
      <dc:creator>vera_fed</dc:creator>
      <dc:date>2021-07-30T07:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue during initialization of Retimer C287 on board with FM10840</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/Issue-during-initialization-of-Retimer-C287-on-board-with/m-p/1302538#M3276</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/165500"&gt;@vera_fed&lt;/a&gt;:&lt;/P&gt;
&lt;P&gt;Thanks for your answer.&lt;/P&gt;
&lt;P&gt;Please let us know as soon as you have an update related to this.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/114"&gt;@CarlosAM_INTEL&lt;/a&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 13:16:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/Issue-during-initialization-of-Retimer-C287-on-board-with/m-p/1302538#M3276</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2021-07-30T13:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Issue during initialization of Retimer C287 on board with FM10840</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/Issue-during-initialization-of-Retimer-C287-on-board-with/m-p/1303299#M3280</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&amp;nbsp;&lt;/SPAN&gt;&lt;A class="sub_section_element_selectors" href="https://community.intel.com/t5/user/viewprofilepage/user-id/114" target="_blank" rel="noopener"&gt;@CarlosAM_INTEL&lt;/A&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Device has been designed by company "Teleplatforms" (in russian "Телеплатформы").&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;SPAN&gt;Intel FM10840 chips (works fine) and Intel Retimer C827 chips, lettering on the chip: EZC827AM T09S180.2, (doesn't work properly) are used for this.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;SPAN&gt;Official project is opened by company&amp;nbsp;"Teleplatforms" in the Intel for this development, so provided by Intel documents has been used for this,&amp;nbsp;in particular "Intel® Ethernet Connection C827-AM/C827-IM/XL827-AM Datasheet January 2018".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;SPAN&gt;Also library libIntelRetimer.so from the Intel switch SDK IES_SDK-4.3.6 has been used for programming realization of C827, but&amp;nbsp;during startup, this library throws an error regarding the wrong version of C827, stops and does not continue to run.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;So it is needed new version of&amp;nbsp;&lt;SPAN&gt;libIntelRetimer.so or another library, newer supported by Intel, which can initialized our C827 (EZC827AM T09S180.2)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;SPAN&gt;(earlier my colleagues opened&amp;nbsp;&lt;A class="daria-goto-anchor" href="https://supporttickets.intel.com/requestdetail?id=5004U00000tbsYrQAI&amp;amp;lang=en-US" target="_blank" rel="noopener noreferrer" data-vdir-href="https://mail.yandex.ru/re.jsx?uid=1130000049884568&amp;amp;c=LIZA&amp;amp;cv=26.4.1&amp;amp;mid=175640385467449380&amp;amp;h=a,KxulAlPwwJV70Nf5NYe5gg&amp;amp;l=aHR0cHM6Ly9zdXBwb3J0dGlja2V0cy5pbnRlbC5jb20vcmVxdWVzdGRldGFpbD9pZD01MDA0VTAwMDAwdGJzWXJRQUkmbGFuZz1lbi1VUw" data-orig-href="https://supporttickets.intel.com/requestdetail?id=5004U00000tbsYrQAI&amp;amp;lang=en-US"&gt;https://supporttickets.intel.com/requestdetail?id=5004U00000tbsYrQAI&amp;amp;lang=en-US&lt;/A&gt;&amp;nbsp;, but support redirected us to this forum)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 12:36:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/Issue-during-initialization-of-Retimer-C287-on-board-with/m-p/1303299#M3280</guid>
      <dc:creator>vera_fed</dc:creator>
      <dc:date>2021-08-03T12:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue during initialization of Retimer C287 on board with FM10840</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/Issue-during-initialization-of-Retimer-C287-on-board-with/m-p/1303336#M3281</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/165500"&gt;@vera_fed&lt;/a&gt;:&lt;/P&gt;
&lt;P&gt;Thanks for your clarification.&lt;/P&gt;
&lt;P&gt;You should confirm with the developer of the affected design that the device that you need to use is compatible with their design.&lt;/P&gt;
&lt;P&gt;Due to this fact, you should contact them to address your questions related to their products using the options listed as a reference on the following website:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://teleplatforms.com/contacts/" target="_blank"&gt;https://teleplatforms.com/contacts/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/114"&gt;@CarlosAM_INTEL&lt;/a&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 15:46:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/Issue-during-initialization-of-Retimer-C287-on-board-with/m-p/1303336#M3281</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2021-08-03T15:46:53Z</dc:date>
    </item>
  </channel>
</rss>

