<?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: Eth interfaces problem on LS1021ATSN-PA in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1944220#M25270</link>
    <description>&lt;P&gt;Dear NXP team,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Apart from the image request below, I encountered a build error when following the guide you provided.&lt;BR /&gt;Upon reviewing the code, it appears that if&amp;nbsp;&lt;/SPAN&gt;CONFIG_HAVE_IMX_BUSFREQ&lt;SPAN&gt;&amp;nbsp;is not defined, static functions are called, causing a redefinition error. It seems that&amp;nbsp;&lt;/SPAN&gt;CONFIG_HAVE_IMX_BUSFREQ&lt;SPAN&gt;&amp;nbsp;needs to be defined. Please confirm this.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Thank you&lt;BR /&gt;BR&lt;BR /&gt;------------------------------------------------------------------------------------&lt;BR /&gt;45 #if defined(CONFIG_HAVE_IMX_BUSFREQ) &amp;amp;&amp;amp; !defined(CONFIG_ARM64)&lt;BR /&gt;46 extern struct regulator *arm_reg;&lt;BR /&gt;47 extern struct regulator *soc_reg;&lt;BR /&gt;48 void request_bus_freq(enum bus_freq_mode mode);&lt;BR /&gt;49 void release_bus_freq(enum bus_freq_mode mode);&lt;BR /&gt;50 int register_busfreq_notifier(struct notifier_block *nb);&lt;BR /&gt;51 int unregister_busfreq_notifier(struct notifier_block *nb);&lt;BR /&gt;52 int get_bus_freq_mode(void);&lt;BR /&gt;53 #elif defined(CONFIG_HAVE_IMX_BUSFREQ)&lt;BR /&gt;54 void request_bus_freq(enum bus_freq_mode mode);&lt;BR /&gt;55 void release_bus_freq(enum bus_freq_mode mode);&lt;BR /&gt;56 int get_bus_freq_mode(void);&lt;BR /&gt;57 #else&lt;BR /&gt;58 static inline void request_bus_freq(enum bus_freq_mode mode)&lt;BR /&gt;59 {&lt;BR /&gt;60 }&lt;BR /&gt;61 static inline void release_bus_freq(enum bus_freq_mode mode)&lt;BR /&gt;62 {&lt;BR /&gt;63 }&lt;BR /&gt;64 static inline int register_busfreq_notifier(struct notifier_block *nb)&lt;BR /&gt;65 {&lt;BR /&gt;66 return 0;&lt;BR /&gt;67 }&lt;BR /&gt;68 static inline int unregister_busfreq_notifier(struct notifier_block *nb)&lt;BR /&gt;69 {&lt;BR /&gt;70 return 0;&lt;BR /&gt;71 }&lt;BR /&gt;------------------------------------------------------------------------&lt;BR /&gt;| /home/bonkang/nxp/build-ls1021atsn/tmp/work-shared/ls1021atsn/kernel-source/arch/arm/mach-imx/busfreq-imx.c:183:5: error: redefinition of 'register_busfreq_notifier'&lt;BR /&gt;| 183 | int register_busfreq_notifier(struct notifier_block *nb)&lt;BR /&gt;| | ^~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;| In file included from /home/bonkang/nxp/build-ls1021atsn/tmp/work-shared/ls1021atsn/kernel-source/arch/arm/mach-imx/busfreq-imx.c:23:&lt;BR /&gt;| /home/bonkang/nxp/build-ls1021atsn/tmp/work-shared/ls1021atsn/kernel-source/include/linux/busfreq-imx.h:64:19: note: previous definition of 'register_busfreq_notifier' with type 'int(struct notifier_block *)'&lt;BR /&gt;| 64 | static inline int register_busfreq_notifier(struct notifier_block *nb)&lt;BR /&gt;| | ^~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;| /home/bonkang/nxp/build-ls1021atsn/tmp/work-shared/ls1021atsn/kernel-source/arch/arm/mach-imx/busfreq-imx.c:189:5: error: redefinition of 'unregister_busfreq_notifier'&lt;BR /&gt;| 189 | int unregister_busfreq_notifier(struct notifier_block *nb)&lt;BR /&gt;| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;| In file included from /home/bonkang/nxp/build-ls1021atsn/tmp/work-shared/ls1021atsn/kernel-source/arch/arm/mach-imx/busfreq-imx.c:23:&lt;BR /&gt;| /home/bonkang/nxp/build-ls1021atsn/tmp/work-shared/ls1021atsn/kernel-source/include/linux/busfreq-imx.h:68:19: note: previous definition of 'unregister_busfreq_notifier' with type 'int(struct notifier_block *)'&lt;BR /&gt;| 68 | static inline int unregister_busfreq_notifier(struct notifier_block *nb)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Aug 2024 06:56:21 GMT</pubDate>
    <dc:creator>KOOBK</dc:creator>
    <dc:date>2024-08-30T06:56:21Z</dc:date>
    <item>
      <title>Eth interfaces problem on LS1021ATSN-PA</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1938109#M25093</link>
      <description>&lt;P&gt;Dear NXP team,&lt;/P&gt;&lt;P&gt;The current issue is that the eth3, eth4, and eth5 interfaces either do not exist or are not being recognized.&lt;/P&gt;&lt;P&gt;Additionally, there are no related messages about these network drivers appearing during the booting process.&lt;/P&gt;&lt;P&gt;Could you please check the network drivers and configurations?&lt;/P&gt;&lt;P&gt;&amp;lt;4&amp;gt;[ 0.427007] ahci-qoriq 3200000.sata: supply target not found, using dummy regulator&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.427214] ahci-qoriq 3200000.sata: AHCI 0001.0300 1 slots 1 ports ? Gbps 0x1 impl platform mode&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.427229] ahci-qoriq 3200000.sata: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc&lt;BR /&gt;&amp;lt;4&amp;gt;[ 0.427256] ahci-qoriq 3200000.sata: port 0 is not capable of FBS&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.428971] scsi host0: ahci-qoriq&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.429525] ata1: SATA max UDMA/133 mmio [mem 0x03200000-0x0320ffff] port 0x100 irq 44&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.442840] tun: Universal TUN/TAP device driver, 1.6&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.443297] CAN device driver interface&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.448222] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.463645] fsl-gianfar soc:ethernet@2d10000: enabled errata workarounds, flags: 0x4&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.474714] fsl-gianfar soc:ethernet@2d10000 eth0: mac: b2:81:62:f2:95:bf&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.474725] fsl-gianfar soc:ethernet@2d10000 eth0: Running with NAPI enabled&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.474732] fsl-gianfar soc:ethernet@2d10000 eth0: RX BD ring size for Q[0]: 256&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.474740] fsl-gianfar soc:ethernet@2d10000 eth0: RX BD ring size for Q[1]: 256&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.474748] fsl-gianfar soc:ethernet@2d10000 eth0: TX BD ring size for Q[0]: 256&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.474755] fsl-gianfar soc:ethernet@2d10000 eth0: TX BD ring size for Q[1]: 256&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.475350] fsl-gianfar soc:ethernet@2d50000: enabled errata workarounds, flags: 0x4&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.486323] fsl-gianfar soc:ethernet@2d50000 eth1: mac: 72:df:f6:8f:1e:94&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.486333] fsl-gianfar soc:ethernet@2d50000 eth1: Running with NAPI enabled&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.486339] fsl-gianfar soc:ethernet@2d50000 eth1: RX BD ring size for Q[0]: 256&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.486347] fsl-gianfar soc:ethernet@2d50000 eth1: RX BD ring size for Q[1]: 256&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.486355] fsl-gianfar soc:ethernet@2d50000 eth1: TX BD ring size for Q[0]: 256&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.486362] fsl-gianfar soc:ethernet@2d50000 eth1: TX BD ring size for Q[1]: 256&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.487885] fsl-gianfar soc:ethernet@2d90000: enabled errata workarounds, flags: 0x4&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.498893] fsl-gianfar soc:ethernet@2d90000 eth2: mac: ce:b2:95:59:53:f4&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.498904] fsl-gianfar soc:ethernet@2d90000 eth2: Running with NAPI enabled&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.498910] fsl-gianfar soc:ethernet@2d90000 eth2: RX BD ring size for Q[0]: 256&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.498918] fsl-gianfar soc:ethernet@2d90000 eth2: RX BD ring size for Q[1]: 256&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.498925] fsl-gianfar soc:ethernet@2d90000 eth2: TX BD ring size for Q[0]: 256&lt;BR /&gt;&amp;lt;6&amp;gt;[ 0.498933] fsl-gianfar soc:ethernet@2d90000 eth2: TX BD ring size for Q[1]: 256&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@ls1021atsn:~# ip link show&lt;BR /&gt;1: lo: &amp;lt;LOOPBACK,UP,LOWER_UP&amp;gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000&lt;BR /&gt;link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00&lt;BR /&gt;2: can0: &amp;lt;NOARP,ECHO&amp;gt; mtu 16 qdisc noop state DOWN mode DEFAULT group default qlen 10&lt;BR /&gt;link/can&lt;BR /&gt;3: can1: &amp;lt;NOARP,ECHO&amp;gt; mtu 16 qdisc noop state DOWN mode DEFAULT group default qlen 10&lt;BR /&gt;link/can&lt;BR /&gt;4: can2: &amp;lt;NOARP,ECHO&amp;gt; mtu 16 qdisc noop state DOWN mode DEFAULT group default qlen 10&lt;BR /&gt;link/can&lt;BR /&gt;5: can3: &amp;lt;NOARP,ECHO&amp;gt; mtu 16 qdisc noop state DOWN mode DEFAULT group default qlen 10&lt;BR /&gt;link/can&lt;BR /&gt;6: eth0: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 10&lt;BR /&gt;link/ether b2:81:62:f2:95:bf brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;7: eth1: &amp;lt;NO-CARRIER,BROADCAST,MULTICAST,UP&amp;gt; mtu 1500 qdisc mq state DOWN mode DEFAULT group default ql0&lt;BR /&gt;link/ether 72:df:f6:8f:1e:94 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;8: eth2: &amp;lt;BROADCAST,MULTICAST&amp;gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000&lt;BR /&gt;link/ether ce:b2:95:59:53:f4 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;9: sit0@NONE: &amp;lt;NOARP&amp;gt; mtu 1480 qdisc noop state DOWN mode DEFAULT group default qlen 1000&lt;BR /&gt;link/sit 0.0.0.0 brd 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;root@ls1021atsn:/proc# ethtool eth3&lt;BR /&gt;netlink error: no device matches name (offset 24)&lt;BR /&gt;netlink error: No such device&lt;BR /&gt;netlink error: no device matches name (offset 24)&lt;BR /&gt;netlink error: No such device&lt;BR /&gt;netlink error: no device matches name (offset 24)&lt;BR /&gt;netlink error: No such device&lt;BR /&gt;netlink error: no device matches name (offset 24)&lt;BR /&gt;netlink error: No such device&lt;BR /&gt;netlink error: no device matches name (offset 24)&lt;BR /&gt;netlink error: No such device&lt;BR /&gt;No data available&lt;BR /&gt;root@ls1021atsn:/proc# ethtool eth4&lt;BR /&gt;netlink error: no device matches name (offset 24)&lt;BR /&gt;netlink error: No such device&lt;BR /&gt;netlink error: no device matches name (offset 24)&lt;BR /&gt;netlink error: No such device&lt;BR /&gt;netlink error: no device matches name (offset 24)&lt;BR /&gt;netlink error: No such device&lt;BR /&gt;netlink error: no device matches name (offset 24)&lt;BR /&gt;netlink error: No such device&lt;BR /&gt;netlink error: no device matches name (offset 24)&lt;BR /&gt;netlink error: No such device&lt;BR /&gt;No data available&lt;BR /&gt;root@ls1021atsn:/proc# ethtool eth5&lt;BR /&gt;netlink error: no device matches name (offset 24)&lt;BR /&gt;netlink error: No such device&lt;BR /&gt;netlink error: no device matches name (offset 24)&lt;BR /&gt;netlink error: No such device&lt;BR /&gt;netlink error: no device matches name (offset 24)&lt;BR /&gt;netlink error: No such device&lt;BR /&gt;netlink error: no device matches name (offset 24)&lt;BR /&gt;netlink error: No such device&lt;BR /&gt;netlink error: no device matches name (offset 24)&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 06:34:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1938109#M25093</guid>
      <dc:creator>KOOBK</dc:creator>
      <dc:date>2024-08-22T06:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Eth interfaces problem on LS1021ATSN-PA</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1938135#M25095</link>
      <description />
      <pubDate>Thu, 22 Aug 2024 07:00:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1938135#M25095</guid>
      <dc:creator>KOOBK</dc:creator>
      <dc:date>2024-08-22T07:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Eth interfaces problem on LS1021ATSN-PA</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1943284#M25242</link>
      <description>&lt;P&gt;The Real-time Edge Linux kernel supports SJA1105 switch using the Distributed Switch Architecture (DSA) framework&lt;/P&gt;
&lt;P&gt;The following kernel configuration options are available for controlling its features:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;CONFIG_NET_DSA_SJA1105: enables base support for probing the SJA1105 ports as four standalone net devices capable of sending and receiving traffic&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;CONFIG_NET_DSA_SJA1105_PTP: enables additional support for the PTP&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hardware Clock (PHC), visible in /dev/ptp1 on the LS1021A-TSN board, and for PTP timestamping on the SJA1105 ports&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;CONFIG_NET_DSA_SJA1105_TAS: enables additional support for the Time-Aware Scheduler (TAS), which is configured via the tc-taprio qdisc offload&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 29 Aug 2024 08:43:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1943284#M25242</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-08-29T08:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Eth interfaces problem on LS1021ATSN-PA</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1943292#M25244</link>
      <description>&lt;P&gt;Dear NXT team,&lt;/P&gt;&lt;P&gt;Thank you for reply.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Unfortunately, the provided Real-time_Edge_v2.4_LS1021ATSN does not include the SJA1105 device driver. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We have been guided to use this image. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As you mentioned, please provide a package that includes the SJA1105 device driver.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 08:51:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1943292#M25244</guid>
      <dc:creator>KOOBK</dc:creator>
      <dc:date>2024-08-29T08:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Eth interfaces problem on LS1021ATSN-PA</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1943961#M25261</link>
      <description>&lt;P&gt;I downloaded&amp;nbsp;&lt;SPAN&gt;Real-time_Edge_v2.4 and check Linux Kernel source code,&amp;nbsp; NXP SJA1105 Ethernet switch driver is provided, however it is not enabled by default in Kernel configuration file, you need to recompile it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;$ repo init -u &lt;A href="https://github.com/nxp-real-time-edge-sw/yocto-real-time-edge.git" target="_blank" rel="noopener"&gt;https://github.com/nxp-real-time-edge-sw/yocto-real-time-edge.git&lt;/A&gt; -b real-time-edge-kirkstone -m real-time-edge-2.4.0.xml&lt;/P&gt;
&lt;P&gt;$ repo sync&lt;/P&gt;
&lt;P&gt;$ DISTRO=nxp-real-time-edge MACHINE=ls1021atsn source real-time-edge-setup-env.sh -b build-ls1021atsn&lt;/P&gt;
&lt;P&gt;$&amp;nbsp;bitbake virtual/kernel -c configure -f&lt;/P&gt;
&lt;P&gt;Go to folder&amp;nbsp;~/yocto-real-time-edge/build-ls1021atsn/tmp/work/ls1021atsn-fsl-linux-gnueabi/linux-qoriq/5.15.52+gitAUTOINC+0efe9e9618-r0/build&lt;/P&gt;
&lt;P&gt;$make ARCH=arm menuconfig&lt;/P&gt;
&lt;P&gt;Please configure&amp;nbsp;&lt;STRONG&gt;CONFIG_NET_DSA_SJA1105&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Symbol: NET_DSA [=y] x&lt;BR /&gt;x Type : tristate x&lt;BR /&gt;x Defined at net/dsa/Kconfig:3 x&lt;BR /&gt;x Prompt: Distributed Switch Architecture x&lt;BR /&gt;x Depends on: NET [=y] &amp;amp;&amp;amp; (BRIDGE [=y] || BRIDGE [=y]=n) &amp;amp;&amp;amp; (HSR [=n] || HSR [=n]=n) &amp;amp;&amp;amp; INET [=y] &amp;amp;&amp;amp; N x&lt;BR /&gt;x Location: x&lt;BR /&gt;x -&amp;gt; Networking support (NET [=y]) x&lt;BR /&gt;x (1) -&amp;gt; Networking options x&lt;BR /&gt;x Selects: GRO_CELLS [=y] &amp;amp;&amp;amp; NET_SWITCHDEV [=y] &amp;amp;&amp;amp; PHYLINK [=y] &amp;amp;&amp;amp; NET_DEVLINK [=y] x&lt;BR /&gt;x Implies: NET_SELFTESTS [=y]&lt;/P&gt;
&lt;P&gt;Symbol: NET_DSA_SJA1105 [=y] x&lt;BR /&gt;x Type : tristate x&lt;BR /&gt;x Defined at drivers/net/dsa/sja1105/Kconfig:2 x&lt;BR /&gt;x Prompt: NXP SJA1105 Ethernet switch family support x&lt;BR /&gt;x Depends on: NETDEVICES [=y] &amp;amp;&amp;amp; NET_DSA [=y] &amp;amp;&amp;amp; SPI [=y] &amp;amp;&amp;amp; PTP_1588_CLOCK_OPTIONAL [=y] x&lt;BR /&gt;x Location: x&lt;BR /&gt;x -&amp;gt; Device Drivers x&lt;BR /&gt;x -&amp;gt; Network device support (NETDEVICES [=y]) x&lt;BR /&gt;x (1) -&amp;gt; Distributed Switch Architecture drivers x&lt;BR /&gt;x Selects: NET_DSA_TAG_SJA1105 [=y] &amp;amp;&amp;amp; PCS_XPCS [=y] &amp;amp;&amp;amp; PACKING [=y] &amp;amp;&amp;amp; CRC32 [=y]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then run the following command to rebuild Linux Kernel uImage&lt;/P&gt;
&lt;P&gt;$&amp;nbsp;bitbake virtual/kernel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 07:20:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1943961#M25261</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-08-30T07:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Eth interfaces problem on LS1021ATSN-PA</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1944129#M25265</link>
      <description>&lt;P&gt;Dear NXP team,&lt;/P&gt;&lt;P&gt;Thank you for update.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all, I will follow the guide you provided to build the device driver from the given git repository&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;and apply it in the form of modules (sja1105, dsa_core).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, it is cumbersome to upload the module images to multiple devices, as we are currently booting from a .wic image on an SD card for several devices. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you apply the CONFIG_NET_DSA_SJA1105 feature and deliver it as a .wic image?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 05:44:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1944129#M25265</guid>
      <dc:creator>KOOBK</dc:creator>
      <dc:date>2024-08-30T05:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Eth interfaces problem on LS1021ATSN-PA</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1944220#M25270</link>
      <description>&lt;P&gt;Dear NXP team,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Apart from the image request below, I encountered a build error when following the guide you provided.&lt;BR /&gt;Upon reviewing the code, it appears that if&amp;nbsp;&lt;/SPAN&gt;CONFIG_HAVE_IMX_BUSFREQ&lt;SPAN&gt;&amp;nbsp;is not defined, static functions are called, causing a redefinition error. It seems that&amp;nbsp;&lt;/SPAN&gt;CONFIG_HAVE_IMX_BUSFREQ&lt;SPAN&gt;&amp;nbsp;needs to be defined. Please confirm this.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Thank you&lt;BR /&gt;BR&lt;BR /&gt;------------------------------------------------------------------------------------&lt;BR /&gt;45 #if defined(CONFIG_HAVE_IMX_BUSFREQ) &amp;amp;&amp;amp; !defined(CONFIG_ARM64)&lt;BR /&gt;46 extern struct regulator *arm_reg;&lt;BR /&gt;47 extern struct regulator *soc_reg;&lt;BR /&gt;48 void request_bus_freq(enum bus_freq_mode mode);&lt;BR /&gt;49 void release_bus_freq(enum bus_freq_mode mode);&lt;BR /&gt;50 int register_busfreq_notifier(struct notifier_block *nb);&lt;BR /&gt;51 int unregister_busfreq_notifier(struct notifier_block *nb);&lt;BR /&gt;52 int get_bus_freq_mode(void);&lt;BR /&gt;53 #elif defined(CONFIG_HAVE_IMX_BUSFREQ)&lt;BR /&gt;54 void request_bus_freq(enum bus_freq_mode mode);&lt;BR /&gt;55 void release_bus_freq(enum bus_freq_mode mode);&lt;BR /&gt;56 int get_bus_freq_mode(void);&lt;BR /&gt;57 #else&lt;BR /&gt;58 static inline void request_bus_freq(enum bus_freq_mode mode)&lt;BR /&gt;59 {&lt;BR /&gt;60 }&lt;BR /&gt;61 static inline void release_bus_freq(enum bus_freq_mode mode)&lt;BR /&gt;62 {&lt;BR /&gt;63 }&lt;BR /&gt;64 static inline int register_busfreq_notifier(struct notifier_block *nb)&lt;BR /&gt;65 {&lt;BR /&gt;66 return 0;&lt;BR /&gt;67 }&lt;BR /&gt;68 static inline int unregister_busfreq_notifier(struct notifier_block *nb)&lt;BR /&gt;69 {&lt;BR /&gt;70 return 0;&lt;BR /&gt;71 }&lt;BR /&gt;------------------------------------------------------------------------&lt;BR /&gt;| /home/bonkang/nxp/build-ls1021atsn/tmp/work-shared/ls1021atsn/kernel-source/arch/arm/mach-imx/busfreq-imx.c:183:5: error: redefinition of 'register_busfreq_notifier'&lt;BR /&gt;| 183 | int register_busfreq_notifier(struct notifier_block *nb)&lt;BR /&gt;| | ^~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;| In file included from /home/bonkang/nxp/build-ls1021atsn/tmp/work-shared/ls1021atsn/kernel-source/arch/arm/mach-imx/busfreq-imx.c:23:&lt;BR /&gt;| /home/bonkang/nxp/build-ls1021atsn/tmp/work-shared/ls1021atsn/kernel-source/include/linux/busfreq-imx.h:64:19: note: previous definition of 'register_busfreq_notifier' with type 'int(struct notifier_block *)'&lt;BR /&gt;| 64 | static inline int register_busfreq_notifier(struct notifier_block *nb)&lt;BR /&gt;| | ^~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;| /home/bonkang/nxp/build-ls1021atsn/tmp/work-shared/ls1021atsn/kernel-source/arch/arm/mach-imx/busfreq-imx.c:189:5: error: redefinition of 'unregister_busfreq_notifier'&lt;BR /&gt;| 189 | int unregister_busfreq_notifier(struct notifier_block *nb)&lt;BR /&gt;| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;| In file included from /home/bonkang/nxp/build-ls1021atsn/tmp/work-shared/ls1021atsn/kernel-source/arch/arm/mach-imx/busfreq-imx.c:23:&lt;BR /&gt;| /home/bonkang/nxp/build-ls1021atsn/tmp/work-shared/ls1021atsn/kernel-source/include/linux/busfreq-imx.h:68:19: note: previous definition of 'unregister_busfreq_notifier' with type 'int(struct notifier_block *)'&lt;BR /&gt;| 68 | static inline int unregister_busfreq_notifier(struct notifier_block *nb)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 06:56:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1944220#M25270</guid>
      <dc:creator>KOOBK</dc:creator>
      <dc:date>2024-08-30T06:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Eth interfaces problem on LS1021ATSN-PA</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1944392#M25277</link>
      <description>&lt;P&gt;The attached is uImage which I built in real-time-edge 2.4 environment, it&amp;nbsp; includes all Kernel configurations which I mentioned previously.&lt;/P&gt;
&lt;P&gt;On your target board, please boot up to Linux and check which SD partition uImage is in, then use the attached image to replace the original one.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 09:50:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1944392#M25277</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-08-30T09:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Eth interfaces problem on LS1021ATSN-PA</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1944924#M25306</link>
      <description>&lt;P&gt;Dear NXP team,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for the image update.&lt;BR /&gt;Currently, the boot image looks like the following. Should I replace the uImage below with the image you sent?&lt;BR /&gt;If it's possible to flash it at runtime, please also provide a guide for that method.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KOOBK_0-1725242336659.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/296416i1705099C57C38E09/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KOOBK_0-1725242336659.png" alt="KOOBK_0-1725242336659.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KOOBK_1-1725242357659.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/296417i776A10CD570965F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KOOBK_1-1725242357659.png" alt="KOOBK_1-1725242357659.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 01:59:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1944924#M25306</guid>
      <dc:creator>KOOBK</dc:creator>
      <dc:date>2024-09-02T01:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Eth interfaces problem on LS1021ATSN-PA</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1944948#M25307</link>
      <description>&lt;P&gt;Just replace uImage with the image which I provided.&lt;/P&gt;
&lt;P&gt;You could do it at runtime.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 02:16:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1944948#M25307</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-09-02T02:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Eth interfaces problem on LS1021ATSN-PA</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1944978#M25308</link>
      <description>&lt;P&gt;Dear NXP team,&lt;/P&gt;&lt;P&gt;Thank you for update.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First, Are you saying that the runtime change refers to replacing the uImage-5.15.52-rt47+g0efe9e9618a8 image below?&lt;BR /&gt;Second, are you suggesting that I should change the boot uImage in the SD card area shared above?&lt;BR /&gt;Finally, in both cases, do I need to change the file name?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KOOBK_0-1725243768518.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/296452iEB3A068FE0E5231F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KOOBK_0-1725243768518.png" alt="KOOBK_0-1725243768518.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 02:27:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1944978#M25308</guid>
      <dc:creator>KOOBK</dc:creator>
      <dc:date>2024-09-02T02:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Eth interfaces problem on LS1021ATSN-PA</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1945008#M25309</link>
      <description>&lt;P&gt;You only need to replace uImage&amp;nbsp;&lt;SPAN&gt;in the SD card area shared above, then reboot the system.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 02:38:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1945008#M25309</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-09-02T02:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Eth interfaces problem on LS1021ATSN-PA</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1945152#M25316</link>
      <description>&lt;P&gt;Dear NXP team,&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;I have initially confirmed the sja1105 driver probe with the provided image. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, one of the boards is not booting. When connected to MINICOM, nothing appears. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Are there any additional checks I should perform for this board?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;----------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;root@ls1021atsn:/# dmesg | grep sja1105&lt;BR /&gt;[ 0.449441] SPI driver sja1105 has no spi_device_id for nxp,sja1105e&lt;BR /&gt;[ 0.449452] SPI driver sja1105 has no spi_device_id for nxp,sja1105t&lt;BR /&gt;[ 0.449457] SPI driver sja1105 has no spi_device_id for nxp,sja1105p&lt;BR /&gt;[ 0.449460] SPI driver sja1105 has no spi_device_id for nxp,sja1105q&lt;BR /&gt;[ 0.449464] SPI driver sja1105 has no spi_device_id for nxp,sja1105r&lt;BR /&gt;[ 0.449467] SPI driver sja1105 has no spi_device_id for nxp,sja1105s&lt;BR /&gt;[ 0.449471] SPI driver sja1105 has no spi_device_id for nxp,sja1110a&lt;BR /&gt;[ 0.449474] SPI driver sja1105 has no spi_device_id for nxp,sja1110b&lt;BR /&gt;[ 0.449478] SPI driver sja1105 has no spi_device_id for nxp,sja1110c&lt;BR /&gt;[ 0.449482] SPI driver sja1105 has no spi_device_id for nxp,sja1110d&lt;BR /&gt;[ 0.449878] sja1105 spi0.1: Probed switch chip: SJA1105T&lt;BR /&gt;[ 0.449931] sja1105 spi0.1: Port 4 interpreting RGMII delay settings based on "phy-mode" property, p"&lt;BR /&gt;[ 0.601315] sja1105 spi0.1: Probed switch chip: SJA1105T&lt;BR /&gt;[ 0.601368] sja1105 spi0.1: Port 4 interpreting RGMII delay settings based on "phy-mode" property, p"&lt;BR /&gt;[ 0.618414] sja1105 spi0.1: configuring for fixed/rgmii link mode&lt;BR /&gt;[ 0.619369] sja1105 spi0.1 swp5 (uninitialized): PHY [mdio@2d24000:06] driver [Broadcom BCM5464] (ir)&lt;BR /&gt;[ 0.621989] sja1105 spi0.1 swp2 (uninitialized): PHY [mdio@2d24000:03] driver [Broadcom BCM5464] (ir)&lt;BR /&gt;[ 0.624047] sja1105 spi0.1: Link is Up - 1Gbps/Full - flow control off&lt;BR /&gt;[ 0.625058] sja1105 spi0.1 swp3 (uninitialized): PHY [mdio@2d24000:04] driver [Broadcom BCM5464] (ir)&lt;BR /&gt;[ 0.627435] sja1105 spi0.1 swp4 (uninitialized): PHY [mdio@2d24000:05] driver [Broadcom BCM5464] (ir)&lt;BR /&gt;root@ls1021atsn:/# ip link show&lt;BR /&gt;1: lo: &amp;lt;LOOPBACK,UP,LOWER_UP&amp;gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000&lt;BR /&gt;link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00&lt;BR /&gt;2: can0: &amp;lt;NOARP,ECHO&amp;gt; mtu 16 qdisc noop state DOWN mode DEFAULT group default qlen 10&lt;BR /&gt;link/can&lt;BR /&gt;3: can1: &amp;lt;NOARP,ECHO&amp;gt; mtu 16 qdisc noop state DOWN mode DEFAULT group default qlen 10&lt;BR /&gt;link/can&lt;BR /&gt;4: can2: &amp;lt;NOARP,ECHO&amp;gt; mtu 16 qdisc noop state DOWN mode DEFAULT group default qlen 10&lt;BR /&gt;link/can&lt;BR /&gt;5: can3: &amp;lt;NOARP,ECHO&amp;gt; mtu 16 qdisc noop state DOWN mode DEFAULT group default qlen 10&lt;BR /&gt;link/can&lt;BR /&gt;6: eth0: &amp;lt;BROADCAST,MULTICAST&amp;gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000&lt;BR /&gt;link/ether f6:b9:ef:49:e1:9e brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;7: eth1: &amp;lt;BROADCAST,MULTICAST&amp;gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000&lt;BR /&gt;link/ether 3a:1a:60:22:d2:e9 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;8: eth2: &amp;lt;BROADCAST,MULTICAST&amp;gt; mtu 1504 qdisc noop state DOWN mode DEFAULT group default qlen 1000&lt;BR /&gt;link/ether 4e:2f:4e:3b:d7:a9 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;9: sit0@NONE: &amp;lt;NOARP&amp;gt; mtu 1480 qdisc noop state DOWN mode DEFAULT group default qlen 1000&lt;BR /&gt;link/sit 0.0.0.0 brd 0.0.0.0&lt;BR /&gt;10: swp5@eth2: &amp;lt;BROADCAST,MULTICAST,M-DOWN&amp;gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default q0&lt;BR /&gt;link/ether 4e:2f:4e:3b:d7:a9 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;11: swp2@eth2: &amp;lt;BROADCAST,MULTICAST,M-DOWN&amp;gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default q0&lt;BR /&gt;link/ether 4e:2f:4e:3b:d7:a9 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;12: swp3@eth2: &amp;lt;BROADCAST,MULTICAST,M-DOWN&amp;gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default q0&lt;BR /&gt;link/ether 4e:2f:4e:3b:d7:a9 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;13: swp4@eth2: &amp;lt;BROADCAST,MULTICAST,M-DOWN&amp;gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default q0&lt;BR /&gt;link/ether 4e:2f:4e:3b:d7:a9 brd ff:ff:ff:ff:ff:ff&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 02 Sep 2024 06:12:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1945152#M25316</guid>
      <dc:creator>KOOBK</dc:creator>
      <dc:date>2024-09-02T06:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Eth interfaces problem on LS1021ATSN-PA</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1945860#M25328</link>
      <description>&lt;P&gt;On your problem target board, you could use the original SD pre-built image to do verification.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It should not related with uImage which I provided.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 03:48:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1945860#M25328</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-09-03T03:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Eth interfaces problem on LS1021ATSN-PA</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1948830#M25386</link>
      <description>&lt;P&gt;Dear NXP team,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As mentioned above, I have confirmed the sja1105 driver probe using the image you shared. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, it appears that there is an issue with the network interface as shown below. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please check the uploaded kernel driver. It seems that the network interface does not support queue settings.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;------------------------------------------------------------------------------------------------&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;root@ls1021atsn:/# dmesg | grep eth0&lt;BR /&gt;[ 0.480985] fsl-gianfar soc:ethernet@2d10000 eth0: mac: 76:45:17:06:c5:21&lt;BR /&gt;[ 0.480998] fsl-gianfar soc:ethernet@2d10000 eth0: Running with NAPI enabled&lt;BR /&gt;[ 0.481005] fsl-gianfar soc:ethernet@2d10000 eth0: RX BD ring size for Q[0]: 256&lt;BR /&gt;[ 0.481013] fsl-gianfar soc:ethernet@2d10000 eth0: RX BD ring size for Q[1]: 256&lt;BR /&gt;[ 0.481020] fsl-gianfar soc:ethernet@2d10000 eth0: TX BD ring size for Q[0]: 256&lt;BR /&gt;[ 0.481027] fsl-gianfar soc:ethernet@2d10000 eth0: TX BD ring size for Q[1]: 256&lt;BR /&gt;root@ls1021atsn:/# ethtool -i eth0&lt;BR /&gt;driver: gfar-enet&lt;BR /&gt;version: 5.15.52-rt47+g0efe9e9618a8&lt;BR /&gt;firmware-version:&lt;BR /&gt;expansion-rom-version:&lt;BR /&gt;bus-info:&lt;BR /&gt;supports-statistics: yes&lt;BR /&gt;supports-test: no&lt;BR /&gt;supports-eeprom-access: no&lt;BR /&gt;supports-register-dump: yes&lt;BR /&gt;supports-priv-flags: no&lt;BR /&gt;root@ls1021atsn:/# ethtool -i eth0&lt;BR /&gt;driver: gfar-enet&lt;BR /&gt;version: 5.15.52-rt47+g0efe9e9618a8&lt;BR /&gt;firmware-version:&lt;BR /&gt;expansion-rom-version:&lt;BR /&gt;bus-info:&lt;BR /&gt;supports-statistics: yes&lt;BR /&gt;supports-test: no&lt;BR /&gt;supports-eeprom-access: no&lt;BR /&gt;supports-register-dump: yes&lt;BR /&gt;supports-priv-flags: no&lt;BR /&gt;root@ls1021atsn:/# ethtool -li eth0&lt;BR /&gt;ethtool: bad command line argument(s)&lt;BR /&gt;For more information run ethtool -h&lt;BR /&gt;root@ls1021atsn:/# ethtool -li eth0&lt;BR /&gt;ethtool: bad command line argument(s)&lt;BR /&gt;For more information run ethtool -h&lt;BR /&gt;root@ls1021atsn:/# ethtool -l eth0&lt;BR /&gt;netlink error: Operation not supported&lt;BR /&gt;root@ls1021atsn:/#&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 07:05:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1948830#M25386</guid>
      <dc:creator>KOOBK</dc:creator>
      <dc:date>2024-09-06T07:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Eth interfaces problem on LS1021ATSN-PA</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1948837#M25387</link>
      <description>&lt;P&gt;We have received your other tickets to address this problem.&lt;/P&gt;
&lt;P&gt;We will support you in other ticket.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 07:17:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1948837#M25387</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-09-06T07:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Eth interfaces problem on LS1021ATSN-PA</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1948843#M25388</link>
      <description>&lt;P&gt;Dear NXP team,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for the quick response. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yes, please address this issue promptly. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Additionally, please note that the test was conducted using the kernel image shared here.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 07:24:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1948843#M25388</guid>
      <dc:creator>KOOBK</dc:creator>
      <dc:date>2024-09-06T07:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Eth interfaces problem on LS1021ATSN-PA</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1948846#M25389</link>
      <description>&lt;P&gt;OK, thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 07:29:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Eth-interfaces-problem-on-LS1021ATSN-PA/m-p/1948846#M25389</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-09-06T07:29:41Z</dc:date>
    </item>
  </channel>
</rss>

