<?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: T2080 SGMII (SD1_c/d) network ping failed in QorIQ</title>
    <link>https://community.nxp.com/t5/QorIQ/T2080-SGMII-SD1-c-d-network-ping-failed/m-p/904147#M7994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another try was made(Set Serdes1 PLL2 to 125M, replace&amp;nbsp;the original 100M):&lt;BR /&gt;1. In RCW, configure Serdes1 PLL2 125MHz.&lt;/P&gt;&lt;P&gt;2. In u-boot, configure registers of CDCM6208 to output 'Serdes1 PLL2' reference clock 125MHz. Measured and confirmed it really&amp;nbsp;changed to 125MHz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we got same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In u-boot print info, 'ORIG' means the original reg values of 6208, 'WRITE' means reg values to be write, 'AFTER' means reg values readback after the write.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="20190422220055.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/80137i328BC91E3BC5F8D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="20190422220055.png" alt="20190422220055.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Apr 2019 14:12:19 GMT</pubDate>
    <dc:creator>xijungan</dc:creator>
    <dc:date>2019-04-22T14:12:19Z</dc:date>
    <item>
      <title>T2080 SGMII (SD1_c/d) network ping failed</title>
      <link>https://community.nxp.com/t5/QorIQ/T2080-SGMII-SD1-c-d-network-ping-failed/m-p/904144#M7991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a T2080 board customized base on t2080rdb-pcie. RCW field SRDS_PRTCL_S1/S2 are configured as 0x6C/0x29, so SD1_C/D are multiplexed as SG1/SG2 (SGMII MAC1 and MAC2 of Frame Manager). Both ports are connected to&amp;nbsp;PHYs (ar8031 x2) and then routed to 2 RJ45 connectors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SD1_REFCLK2 (PLL2 reference clock) are 100Mhz, this is measured and confirmed.&amp;nbsp;&amp;nbsp;RCW field '&lt;SPAN class=""&gt;SRDS_PLL_REF_C&lt;BR /&gt;LK_SEL_S1' are configured to '00', that mean both PLL1 and PLL2 of SD1 are 100MHz. So, supplied reference clock and the setting are matched.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;OS running is Linux, dts file configuration are:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;/////////////////////////////////////////////////////////////////////&lt;/P&gt;&lt;P&gt;fman0: fman@400000 {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;fm1mac1: ethernet@e0000 {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; phy-handle = &amp;lt;&amp;amp;sgmii_phy3&amp;gt;;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; phy-connection-type = "sgmii";&lt;BR /&gt;&amp;nbsp; &amp;nbsp;};&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;fm1mac2: ethernet@e2000 {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; phy-handle = &amp;lt;&amp;amp;sgmii_phy4&amp;gt;;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; phy-connection-type = "sgmii";&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp;mdio0: mdio@fc000 {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ...&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; sgmii_phy3: ethernet-phy@3 {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;interrupts = &amp;lt;3 1 0 0&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;reg = &amp;lt;0x3&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; };&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; sgmii_phy4: ethernet-phy@4 {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;interrupts = &amp;lt;10 1 0 0&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;reg = &amp;lt;0x0&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; };&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp;};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;PHY address of one ar8031 is 0, another one is 3, PHY address and mode (SGMII to 1000BaseT) were confirmed by measure pin of ar8031.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;In the Linux rootfs console, instructions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;$ ifconfig fm1-mac1 192.168.1.7&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;// succeed, port brings up&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;$ ethtool fm1-mac1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;// When insert network cable, 1000M/FD and linkup detected; when remove network cable, linkdown detected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;$ ping 192.168.1.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;// The opposite PC's ip is 192.168.1.2, ping failed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;$ ifconfig fm1-mac1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;// there are several tx-packets (caused by ping), no rx-packets, no error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Test with 'fm1-mac2' get same result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;So,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; 1) The RCW configuration (serdes mux, serdes reference clock) are&amp;nbsp;confirmed to be ok;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; 2) The measured serdes reference clock is exactly same to&amp;nbsp;what&amp;nbsp;configured in RCW;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; 3) The address of SGMII PHY (ar8031 x2) are confirmed to be ok;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; 4) The mode of SGMII PHY (ar8031 x2) are confirmed to be ok;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; 5) PHYs can correctly detect the link parameters (up/down, speed, fd/hd) when cable inserted or removed.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;But, the 2 sgmii ports are unable to ping.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Are there any limit&amp;nbsp;about the reference clock of serdes (ex. it must be ready at the REST release)? Or are there anything we missed to check and confirm?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;could someone help me to identify the trouble?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Great thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Apr 2019 10:30:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/T2080-SGMII-SD1-c-d-network-ping-failed/m-p/904144#M7991</guid>
      <dc:creator>xijungan</dc:creator>
      <dc:date>2019-04-20T10:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: T2080 SGMII (SD1_c/d) network ping failed</title>
      <link>https://community.nxp.com/t5/QorIQ/T2080-SGMII-SD1-c-d-network-ping-failed/m-p/904145#M7992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide U-Boot log as a text for inspection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You wrote:&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;SPAN class=""&gt;there are several tx-packets (caused by ping), no rx-packets, no error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please run a packet analyzer on the &lt;SPAN class=""&gt;192.168.1.2&lt;/SPAN&gt; and check these packets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2019 08:48:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/T2080-SGMII-SD1-c-d-network-ping-failed/m-p/904145#M7992</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2019-04-22T08:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: T2080 SGMII (SD1_c/d) network ping failed</title>
      <link>https://community.nxp.com/t5/QorIQ/T2080-SGMII-SD1-c-d-network-ping-failed/m-p/904146#M7993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have no board right now by my side, so&amp;nbsp; I just can upload the log captured several days ago.&lt;/P&gt;&lt;P&gt;The only difference made is that 'SRDS_PRTCL_S2'&amp;nbsp; was changed from 15h to 29h.&lt;/P&gt;&lt;P&gt;This modification redefined the function of serdes2, its nothing about sg1&amp;amp;sg2 of serdes1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;///////////////////////////////////////////////////////////////&lt;/P&gt;&lt;P&gt;U-Boot 2016.09-ge26eb70-dirty (Mar 03 2019 - 02:02:33 -0800) &lt;BR /&gt;&amp;nbsp;CPU0:&amp;nbsp; T2080E, Version: 1.1, (0x85380011) &lt;BR /&gt;Core:&amp;nbsp; e6500, Version: 2.0, (0x80400120) &lt;BR /&gt;Clock Configuration: &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CPU0:1799.820 MHz, CPU1:1799.820 MHz, CPU2:1799.820 MHz, CPU3:1799.820 MHz, &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CCB:799.920 MHz, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DDR:933.310 MHz (1866.620 MT/s data rate) (Asynchronous), IFC:799.920 MHz &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FMAN1: 699.930 MHz &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QMAN:&amp;nbsp; 399.960 MHz &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PME:&amp;nbsp;&amp;nbsp; 799.920 MHz &lt;BR /&gt;L1:&amp;nbsp;&amp;nbsp;&amp;nbsp; D-cache 32 KiB enabled &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I-cache 32 KiB enabled &lt;BR /&gt;Reset Configuration Word (RCW): &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000000: 1807001b 15000000 00000000 00000000 &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000010: 6c150002 00000000 ec02e000 c1000000 &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000020: 00000000 00000000 00000000 00018000 &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000030: 00000000 00000000 00000000 00000004 &lt;BR /&gt;Board: T2080RDB, Board rev: 0x00 CPLD ver: 0x00, boot from NOR vBank0 &lt;BR /&gt;SERDES Reference Clocks: &lt;BR /&gt;SD1_CLK1=156.25MHZ, SD1_CLK2=100.00MHZ &lt;BR /&gt;SD2_CLK1=100.00MHZ, SD2_CLK2=100.00MHZ &lt;BR /&gt;I2C:&amp;nbsp;&amp;nbsp; ready &lt;BR /&gt;SPI:&amp;nbsp;&amp;nbsp; ready &lt;BR /&gt;DRAM:&amp;nbsp; 0--0x1b8&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;Initializing....using RAW_TIMING &lt;BR /&gt;starting at step 1 (STEP_GET_SPD) &lt;BR /&gt;Filling dimm parameters from board specific file &lt;BR /&gt;Detected UDIMM Fixed DDR3L on board &lt;BR /&gt;2 GiB left unmapped &lt;BR /&gt;4 GiB (DDR3, 64-bit, CL=11, ECC on) &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DDR Chip-Select Interleaving Mode: CS0+CS1 &lt;BR /&gt;VID: Could not find voltage regulator on I2C. &lt;BR /&gt;Warning: Adjusting core voltage failed. &lt;BR /&gt;Flash: 128 MiB &lt;BR /&gt;L2:&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 MiB enabled &lt;BR /&gt;Corenet Platform Cache: 512 KiB enabled &lt;BR /&gt;Using SERDES1 Protocol: 108 (0x6c) &lt;BR /&gt;Using SERDES2 Protocol: 21 (0x15) &lt;BR /&gt;SEC0: RNG instantiated &lt;BR /&gt;NAND:&amp;nbsp; 512 MiB &lt;BR /&gt;MMC:&amp;nbsp;&amp;nbsp; FSL_SDHC: 0 &lt;BR /&gt;EEPROM: NXID v1 &lt;BR /&gt;PCIe1: Root Complex, no link, regs @ 0xfe240000 &lt;BR /&gt;PCIe1: Bus 00 - 00 &lt;BR /&gt;PCIe2: Root Complex, no link, regs @ 0xfe250000 &lt;BR /&gt;PCIe2: Bus 01 - 01 &lt;BR /&gt;PCIe3: disabled &lt;BR /&gt;PCIe4: Root Complex, no link, regs @ 0xfe270000 &lt;BR /&gt;PCIe4: Bus 02 - 02 &lt;BR /&gt;In:&amp;nbsp;&amp;nbsp;&amp;nbsp; serial &lt;BR /&gt;Out:&amp;nbsp;&amp;nbsp; serial &lt;BR /&gt;Err:&amp;nbsp;&amp;nbsp; serial &lt;BR /&gt;Net:&amp;nbsp;&amp;nbsp; SerDes1 protocol 0x6c is used on board JHCD2080 for SGMII &lt;BR /&gt;port0 interface=0x2 &lt;BR /&gt;set port0 to SGMII &lt;BR /&gt;port1 interface=0x2 &lt;BR /&gt;set port1 to SGMII &lt;BR /&gt;port2 interface=0x7 &lt;BR /&gt;set port2 to RGMII &lt;BR /&gt;port3 interface=0x7 &lt;BR /&gt;set port3 to RGMII &lt;BR /&gt;port4 interface=0xd &lt;BR /&gt;port5 interface=0xd &lt;BR /&gt;port6 interface=0xd &lt;BR /&gt;port7 interface=0xd &lt;BR /&gt;Fman1: Uploading microcode version 108.4.5 &lt;BR /&gt;PHY reset timed out &lt;BR /&gt;PHY reset timed out &lt;BR /&gt;FM_TGEC_MDIO:0 is connected to FM1@TGEC1.&amp;nbsp; Reconnecting to FM1@TGEC2 &lt;BR /&gt;FM1@DTSEC1, FM1@DTSEC2, FM1@DTSEC3 [PRIME], FM1@DTSEC4, FM1@TGEC1, FM1@TGEC2 &lt;BR /&gt;Hit any key to stop autoboot:&amp;nbsp; 3     2     1     0 &amp;nbsp;&lt;BR /&gt;FM1@DTSEC3 Waiting for PHY auto negotiation to complete......... TIMEOUT ! &lt;BR /&gt;FM1@DTSEC3: Could not initialize &lt;BR /&gt;FM1@DTSEC4 Waiting for PHY auto negotiation to complete......... TIMEOUT ! &lt;BR /&gt;FM1@DTSEC4: Could not initialize &lt;BR /&gt;Using FM1@TGEC1 device &lt;BR /&gt;TFTP from server 192.168.4.4; our IP address is 192.168.4.5 &lt;BR /&gt;Filename 'ramdisk.uboot'. &lt;BR /&gt;Load address: 0x2000000 &lt;BR /&gt;Loading: *  &lt;BR /&gt;Abort &lt;BR /&gt;Using FM1@TGEC1 device &lt;BR /&gt;TFTP from server 192.168.4.4; our IP address is 192.168.4.5 &lt;BR /&gt;Filename 'uImage'. &lt;BR /&gt;Load address: 0x1000000 &lt;BR /&gt;Loading: *  &lt;BR /&gt;Abort &lt;BR /&gt;Using FM1@TGEC1 device &lt;BR /&gt;TFTP from server 192.168.4.4; our IP address is 192.168.4.5 &lt;BR /&gt;Filename 't2080rdb.dtb'. &lt;BR /&gt;Load address: 0x3fe3000 &lt;BR /&gt;Loading: *  &lt;BR /&gt;Abort &lt;BR /&gt;WARNING: adjusting available memory to 30000000 &lt;BR /&gt;Wrong Image Format for bootm command &lt;BR /&gt;ERROR: can't get kernel image! &lt;BR /&gt;=&amp;gt; &amp;nbsp;&lt;BR /&gt;=&amp;gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;///////////////////////////////////////////////////////////////&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After linux boot up, ping 192.168.1.2 failed but have some &lt;SPAN class=""&gt;tx-packets&lt;/SPAN&gt;. In the ping duration, Wireshark on 192.168.1.2 captured nothing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2019 13:57:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/T2080-SGMII-SD1-c-d-network-ping-failed/m-p/904146#M7993</guid>
      <dc:creator>xijungan</dc:creator>
      <dc:date>2019-04-22T13:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: T2080 SGMII (SD1_c/d) network ping failed</title>
      <link>https://community.nxp.com/t5/QorIQ/T2080-SGMII-SD1-c-d-network-ping-failed/m-p/904147#M7994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another try was made(Set Serdes1 PLL2 to 125M, replace&amp;nbsp;the original 100M):&lt;BR /&gt;1. In RCW, configure Serdes1 PLL2 125MHz.&lt;/P&gt;&lt;P&gt;2. In u-boot, configure registers of CDCM6208 to output 'Serdes1 PLL2' reference clock 125MHz. Measured and confirmed it really&amp;nbsp;changed to 125MHz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we got same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In u-boot print info, 'ORIG' means the original reg values of 6208, 'WRITE' means reg values to be write, 'AFTER' means reg values readback after the write.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="20190422220055.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/80137i328BC91E3BC5F8D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="20190422220055.png" alt="20190422220055.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2019 14:12:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/T2080-SGMII-SD1-c-d-network-ping-failed/m-p/904147#M7994</guid>
      <dc:creator>xijungan</dc:creator>
      <dc:date>2019-04-22T14:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: T2080 SGMII (SD1_c/d) network ping failed</title>
      <link>https://community.nxp.com/t5/QorIQ/T2080-SGMII-SD1-c-d-network-ping-failed/m-p/904148#M7995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are SYSCLK and DDRCLK frequencies?&lt;/P&gt;&lt;P&gt;What are frequencies of ALL applied SerDes reference clocks?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2019 14:46:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/T2080-SGMII-SD1-c-d-network-ping-failed/m-p/904148#M7995</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2019-04-23T14:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: T2080 SGMII (SD1_c/d) network ping failed</title>
      <link>https://community.nxp.com/t5/QorIQ/T2080-SGMII-SD1-c-d-network-ping-failed/m-p/904149#M7996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SYSCLK is 66.66Mhz, DDRCLK is 133.33MHz.&lt;BR /&gt;SD1_REFCLK1 is 156.25Mhz, SD1_REFCLK2 is 100MHz (we also tried with 125Mhz).&lt;/P&gt;&lt;P&gt;SD2_REFCLK1 is 156.25Mhz, SD2_REFCLK2 is 100MHz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linux can boot up. Ramdisk rootfs works smoothly, without any panic errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2019 15:39:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/T2080-SGMII-SD1-c-d-network-ping-failed/m-p/904149#M7996</guid>
      <dc:creator>xijungan</dc:creator>
      <dc:date>2019-04-23T15:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: T2080 SGMII (SD1_c/d) network ping failed</title>
      <link>https://community.nxp.com/t5/QorIQ/T2080-SGMII-SD1-c-d-network-ping-failed/m-p/904150#M7997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any limitation to the powerup sequence (or clock sequence). For example, SD1_REFCLK1 should be stable at 100Mhz, just before the release of RESET.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2019 15:41:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/T2080-SGMII-SD1-c-d-network-ping-failed/m-p/904150#M7997</guid>
      <dc:creator>xijungan</dc:creator>
      <dc:date>2019-04-23T15:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: T2080 SGMII (SD1_c/d) network ping failed</title>
      <link>https://community.nxp.com/t5/QorIQ/T2080-SGMII-SD1-c-d-network-ping-failed/m-p/904151#M7998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; SD1_REFCLK1 should be stable at 100Mhz, just before the release of RESET.&lt;/P&gt;&lt;P&gt;Yes, this is a must.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2019 16:54:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/T2080-SGMII-SD1-c-d-network-ping-failed/m-p/904151#M7998</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2019-04-23T16:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: T2080 SGMII (SD1_c/d) network ping failed</title>
      <link>https://community.nxp.com/t5/QorIQ/T2080-SGMII-SD1-c-d-network-ping-failed/m-p/904152#M7999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which part of the RM explained this? Can we give the serdes a reset after SD1_REFCLK1 changed and became stable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;DEL&gt;-Original&lt;/DEL&gt;-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2019 23:14:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/T2080-SGMII-SD1-c-d-network-ping-failed/m-p/904152#M7999</guid>
      <dc:creator>xijungan</dc:creator>
      <dc:date>2019-04-23T23:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: T2080 SGMII (SD1_c/d) network ping failed</title>
      <link>https://community.nxp.com/t5/QorIQ/T2080-SGMII-SD1-c-d-network-ping-failed/m-p/904153#M8000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Which part of the RM explained this?&lt;/P&gt;&lt;P&gt;QorIQ T2080 Reference Manual, 4.6.1 Power-on reset sequence, Note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PLL reset is described in the 19.6.4.3 PLL Reset and Reconfiguration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2019 02:36:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/T2080-SGMII-SD1-c-d-network-ping-failed/m-p/904153#M8000</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2019-04-24T02:36:59Z</dc:date>
    </item>
  </channel>
</rss>

