<?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>LayerscapeのトピックRe: LS1028A ethernet issue : does not work link-up</title>
    <link>https://community.nxp.com/t5/Layerscape/LS1028A-ethernet-issue-does-not-work-link-up/m-p/1300774#M8333</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Thanks for your reply. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As you told us, we conducted the test using "enetc_swtich_cpu_port_without_bridge_dsa.sh". &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Create the 'autorun_swp0.sh' file to proceed automatically.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I registered on ".bashrc" as below. &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%"&gt;&lt;P&gt;./enetc_swtich_cpu_port_without_bridge_dsa.sh&lt;/P&gt;&lt;P&gt;sleep 1&lt;/P&gt;&lt;P&gt;./autorun_swp0.sh&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The contents of the autorun_swp0.sh file are as follows.&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%" height="25px"&gt;&lt;P&gt;#! /bin/bash&lt;/P&gt;&lt;P&gt;ipaddr=192.168.0.252&lt;/P&gt;&lt;P&gt;ping_addr=192.168.0.1&lt;/P&gt;&lt;P&gt;port=swp0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip addr add $ipaddr/24 dev $port&lt;/P&gt;&lt;P&gt;sleep 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# ping test&lt;/P&gt;&lt;P&gt;status=($(cat /sys/bus/pci/devices/0000:00:00.5/net/$port/operstate))&lt;/P&gt;&lt;P&gt;echo "============&amp;gt; "$port" link status -&amp;gt;" $status&lt;/P&gt;&lt;P&gt;while [ $status != up ]; do&lt;/P&gt;&lt;P&gt;&amp;nbsp; echo "============&amp;gt; "$port" link status -&amp;gt;" $status&lt;/P&gt;&lt;P&gt;&amp;nbsp; sleep 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; status=($(cat /sys/bus/pci/devices/0000:00:00.5/net/$port/operstate))&lt;/P&gt;&lt;P&gt;done&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ping -c 60 ${ping_addr}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ifconfig $port down&lt;/P&gt;&lt;P&gt;sleep 1&lt;/P&gt;&lt;P&gt;ifconfig eno2 down&lt;/P&gt;&lt;P&gt;sleep 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;reboot&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;After approximately 60 repetitions, the message "swp0 link status -&amp;gt; lowerlayerdown" was printed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="log.jpg" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/148439iE22E234A8F106CCB/image-size/large?v=v2&amp;amp;px=999" role="button" title="log.jpg" alt="log.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For verification, I attach the log file.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Jul 2021 00:43:03 GMT</pubDate>
    <dc:creator>pjw</dc:creator>
    <dc:date>2021-07-01T00:43:03Z</dc:date>
    <item>
      <title>LS1028A ethernet issue : does not work link-up</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1028A-ethernet-issue-does-not-work-link-up/m-p/1297229#M8271</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;We are using LS1028ARDB EVK.&amp;nbsp;And we are proceeding with the Ethernet test.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="download.png" style="width: 682px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/147821iE32822D1B8E96A4C/image-size/large?v=v2&amp;amp;px=999" role="button" title="download.png" alt="download.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After booting, enable swp0 for the Ethernet test as below.&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%"&gt;&lt;P&gt;ip link set eno2 up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip link set swp0 up&lt;/P&gt;&lt;P&gt;ip link set swp0 address bc:8d:bf:7c:5b:01&lt;/P&gt;&lt;P&gt;ip addr add 192.168.0.251/24 dev swp0&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After checking if the ping test works well, Reboot the software and repeat the same process for test.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If Ethernet tests are repeated, Ethernet does not work.&lt;/P&gt;&lt;P&gt;In the event of this situation, ifconfig checks the status of the Ethernet and it is outputted as follows:&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%" height="262px"&gt;&lt;P&gt;&lt;SPAN&gt;swp0: flags=4099&amp;lt;UP,BROADCAST,MULTICAST&amp;gt;&amp;nbsp; mtu 1500&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet 192.168.0.251&amp;nbsp; netmask 255.255.255.0&amp;nbsp; broadcast 0.0.0.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ether bc:8d:bf:7c:5b:01&amp;nbsp; txqueuelen 1000&amp;nbsp; (Ethernet)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX packets 0&amp;nbsp; bytes 0 (0.0 B)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX errors 0&amp;nbsp; dropped 0&amp;nbsp; overruns 0&amp;nbsp; frame 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TX packets 0&amp;nbsp; bytes 0 (0.0 B)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TX errors 0&amp;nbsp; dropped 0 overruns 0&amp;nbsp; carrier 0&amp;nbsp; collisions 0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the other hand, in the case of normal behavior, the status of RUNNING is confirmed.&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%"&gt;&lt;P&gt;&lt;SPAN&gt;swp0: flags=4099&amp;lt;UP,BROADCAST,&lt;FONT color="#FF0000"&gt;RUNNING&lt;/FONT&gt;, MULTICAST&amp;gt;&amp;nbsp; mtu 1500&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet 192.168.0.251&amp;nbsp; netmask 255.255.255.0&amp;nbsp; broadcast 0.0.0.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ether bc:8d:bf:7c:5b:01&amp;nbsp; txqueuelen 1000&amp;nbsp; (Ethernet)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX packets 0&amp;nbsp; bytes 0 (0.0 B)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX errors 0&amp;nbsp; dropped 0&amp;nbsp; overruns 0&amp;nbsp; frame 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TX packets 0&amp;nbsp; bytes 0 (0.0 B)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TX errors 0&amp;nbsp; dropped 0 overruns 0&amp;nbsp; carrier 0&amp;nbsp; collisions 0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The frequency of occurrences is random, and used SDKs occur on both LSDK2004/LSDK2012 and use ubuntu root filesystems.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We would like to hear some information or advice related to this. Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 01:23:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1028A-ethernet-issue-does-not-work-link-up/m-p/1297229#M8271</guid>
      <dc:creator>pjw</dc:creator>
      <dc:date>2021-06-24T01:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: LS1028A ethernet issue : does not work link-up</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1028A-ethernet-issue-does-not-work-link-up/m-p/1298088#M8287</link>
      <description>&lt;P&gt;Please try the following test method.&lt;/P&gt;
&lt;P&gt;root@ls1028ardb:~# bash +x enetc_switch_cpu_port_without_bridge_dsa.sh &lt;BR /&gt;[ 79.858412] Generic PHY fixed-0:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=fixed-0:00, irq=POLL)&lt;BR /&gt;[ 79.869942] fsl_enetc 0000:00:00.2 eno2: Link is Up - 1Gbps/Full - flow control off&lt;BR /&gt;[ 79.875622] 8021q: adding VLAN 0 to HW filter on device eno2&lt;BR /&gt;[ 79.883568] IPv6: ADDRCONF(NETDEV_CHANGE): eno2: link becomes ready&lt;BR /&gt;[ 79.890333] mscc_felix 0000:00:00.5 swp0: configuring for inband/qsgmii link mode&lt;BR /&gt;[ 79.898883] 8021q: adding VLAN 0 to HW filter on device swp0&lt;BR /&gt;[ 79.907080] mscc_felix 0000:00:00.5 swp1: configuring for inband/qsgmii link mode&lt;BR /&gt;[ 79.915531] 8021q: adding VLAN 0 to HW filter on device swp1&lt;BR /&gt;[ 79.923639] mscc_felix 0000:00:00.5 swp2: configuring for inband/qsgmii link mode&lt;BR /&gt;[ 79.932112] 8021q: adding VLAN 0 to HW filter on device swp2&lt;BR /&gt;[ 79.940204] mscc_felix 0000:00:00.5 swp3: configuring for inband/qsgmii link mode&lt;BR /&gt;[ 79.948625] 8021q: adding VLAN 0 to HW filter on device swp3&lt;BR /&gt;root@ls1028ardb:~# ifconfig swp0 down&lt;BR /&gt;root@ls1028ardb:~# ifconfig swp0 100.1.1.29 netmask 255.255.255.0&lt;BR /&gt;[ 90.042476] mscc_felix 0000:00:00.5 swp0: configuring for inband/qsgmii link mode&lt;BR /&gt;[ 90.050569] 8021q: adding VLAN 0 to HW filter on device swp0&lt;BR /&gt;root@ls1028ardb:~# echo $?&lt;BR /&gt;0&lt;BR /&gt;root@ls1028ardb:~# [ 93.131335] mscc_felix 0000:00:00.5 swp0: Link is Up - 1Gbps/Full - flow control off&lt;BR /&gt;[ 93.139218] IPv6: ADDRCONF(NETDEV_CHANGE): swp0: link becomes ready&lt;BR /&gt;ifconfig swp0 up&lt;BR /&gt;root@ls1028ardb:~# ping -c 5 -s 1 100.1.1.1&lt;BR /&gt;PING 100.1.1.1 (100.1.1.1) 1(29) bytes of data.&lt;BR /&gt;9 bytes from 100.1.1.1: icmp_seq=1 ttl=64&lt;BR /&gt;9 bytes from 100.1.1.1: icmp_seq=2 ttl=64&lt;BR /&gt;9 bytes from 100.1.1.1: icmp_seq=3 ttl=64&lt;BR /&gt;9 bytes from 100.1.1.1: icmp_seq=4 ttl=64&lt;BR /&gt;9 bytes from 100.1.1.1: icmp_seq=5 ttl=64&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 03:40:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1028A-ethernet-issue-does-not-work-link-up/m-p/1298088#M8287</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-06-25T03:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: LS1028A ethernet issue : does not work link-up</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1028A-ethernet-issue-does-not-work-link-up/m-p/1300774#M8333</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks for your reply. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As you told us, we conducted the test using "enetc_swtich_cpu_port_without_bridge_dsa.sh". &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Create the 'autorun_swp0.sh' file to proceed automatically.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I registered on ".bashrc" as below. &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%"&gt;&lt;P&gt;./enetc_swtich_cpu_port_without_bridge_dsa.sh&lt;/P&gt;&lt;P&gt;sleep 1&lt;/P&gt;&lt;P&gt;./autorun_swp0.sh&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The contents of the autorun_swp0.sh file are as follows.&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%" height="25px"&gt;&lt;P&gt;#! /bin/bash&lt;/P&gt;&lt;P&gt;ipaddr=192.168.0.252&lt;/P&gt;&lt;P&gt;ping_addr=192.168.0.1&lt;/P&gt;&lt;P&gt;port=swp0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip addr add $ipaddr/24 dev $port&lt;/P&gt;&lt;P&gt;sleep 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# ping test&lt;/P&gt;&lt;P&gt;status=($(cat /sys/bus/pci/devices/0000:00:00.5/net/$port/operstate))&lt;/P&gt;&lt;P&gt;echo "============&amp;gt; "$port" link status -&amp;gt;" $status&lt;/P&gt;&lt;P&gt;while [ $status != up ]; do&lt;/P&gt;&lt;P&gt;&amp;nbsp; echo "============&amp;gt; "$port" link status -&amp;gt;" $status&lt;/P&gt;&lt;P&gt;&amp;nbsp; sleep 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; status=($(cat /sys/bus/pci/devices/0000:00:00.5/net/$port/operstate))&lt;/P&gt;&lt;P&gt;done&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ping -c 60 ${ping_addr}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ifconfig $port down&lt;/P&gt;&lt;P&gt;sleep 1&lt;/P&gt;&lt;P&gt;ifconfig eno2 down&lt;/P&gt;&lt;P&gt;sleep 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;reboot&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;After approximately 60 repetitions, the message "swp0 link status -&amp;gt; lowerlayerdown" was printed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="log.jpg" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/148439iE22E234A8F106CCB/image-size/large?v=v2&amp;amp;px=999" role="button" title="log.jpg" alt="log.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For verification, I attach the log file.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2021 00:43:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1028A-ethernet-issue-does-not-work-link-up/m-p/1300774#M8333</guid>
      <dc:creator>pjw</dc:creator>
      <dc:date>2021-07-01T00:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: LS1028A ethernet issue : does not work link-up</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1028A-ethernet-issue-does-not-work-link-up/m-p/1304708#M8385</link>
      <description>&lt;P&gt;&lt;SPAN&gt;How can we solve it? I would appreciate it if you could give me an answer.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jul 2021 10:10:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1028A-ethernet-issue-does-not-work-link-up/m-p/1304708#M8385</guid>
      <dc:creator>pjw</dc:creator>
      <dc:date>2021-07-08T10:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: LS1028A ethernet issue : does not work link-up</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1028A-ethernet-issue-does-not-work-link-up/m-p/1305235#M8393</link>
      <description>&lt;P&gt;I confirmed with the Linux SDK testing team, they didn't encounter this issue.&lt;/P&gt;
&lt;P&gt;Probably there is hardware problem on this specific board, please try your test on other demo board.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 06:52:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1028A-ethernet-issue-does-not-work-link-up/m-p/1305235#M8393</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-07-09T06:52:47Z</dc:date>
    </item>
  </channel>
</rss>

