Tool/software:
Hello,
I'm trying the example "EtherNet/IP Adapter Intercore Tunneling" from the
- Industrial Communications SDK for AM64x (Version 11.00.00.08) in combination with the processor
- SDK Linux for AM64 EVM (Version 11.01.05.03).
I have encountered the following problems:
- The logs of the FreeRTOS running on R5f_core0 is not showing up on UART1
- The virtual ethernet interface is coming up, but is not pingable from Host PC.
- The leds on the ICSSG port are off (maybe related to the upper point)
I have debugged FreeRTOS in CCS, but it only show an idleTaskError.
Here the complete dmesg log and the ethernet interfaces:
root@am64xx-evm:~# dmesg [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.12.35-ge3e551586dfa-dirty (kustural@DE1CL-269MGS3) (aarch64-oe-linux-gcc (GCC) 13.4.0, GNU ld (GNU Binutils) 2.42.0.20240723) #2 SMP PREEMPT Thu Jul 24 08:40:42 CEST 2025 [ 0.000000] KASLR disabled due to lack of seed [ 0.000000] Machine model: Texas Instruments AM642 EVM [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '') [ 0.000000] printk: legacy bootconsole [ns16550a0] enabled [ 0.000000] efi: UEFI not found. [ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 3 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a03fffff (3072 KiB) nomap non-reusable r5f-memory@a0100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0400000, size 12 MiB [ 0.000000] OF: reserved mem: initialized node virtual-eth-shm@a0400000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a0400000..0x00000000a0ffffff (12288 KiB) nomap non-reusable virtual-eth-shm@a0400000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@a4000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable m4f-dma-memory@a4000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node m4f-memory@a4100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable m4f-memory@a4100000 [ 0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a57fffff (8192 KiB) nomap non-reusable ipc-memories@a5000000 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff] [ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a57fffff] [ 0.000000] node 0: [mem 0x00000000a5800000-0x00000000ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] cma: Reserved 32 MiB at 0x00000000fba00000 on node -1 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.5 [ 0.000000] percpu: Embedded 22 pages/cpu s51672 r8192 d30248 u90112 [ 0.000000] pcpu-alloc: s51672 r8192 d30248 u90112 alloc=22*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=523086cd-02 rw rootfstype=ext4 rootwait [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 524288 [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off [ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 2MB [ 0.000000] software IO TLB: area num 2. [ 0.000000] software IO TLB: mapped [mem 0x00000000fb600000-0x00000000fb800000] (2MB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2. [ 0.000000] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 256 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: GICv3 features: 16 PPIs [ 0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=1 [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001840000 [ 0.000000] ITS [mem 0x01820000-0x0182ffff] [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS [ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19 [ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80800000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x0000000080040000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080050000 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns [ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.008842] Console: colour dummy device 80x25 [ 0.013467] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.024147] pid_max: default: 32768 minimum: 301 [ 0.028985] LSM: initializing lsm=capability,selinux [ 0.034129] SELinux: Initializing. [ 0.038272] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.045856] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.056808] rcu: Hierarchical SRCU implementation. [ 0.061782] rcu: Max phase no-delay instances is 1000. [ 0.067392] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level [ 0.076342] EFI services will not be available. [ 0.081305] smp: Bringing up secondary CPUs ... [ 0.094991] Detected VIPT I-cache on CPU1 [ 0.095102] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000 [ 0.095123] GICv3: CPU1: using allocated LPI pending table @0x0000000080060000 [ 0.095183] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.095420] smp: Brought up 1 node, 2 CPUs [ 0.124813] SMP: Total of 2 processors activated. [ 0.129625] CPU: All CPU(s) started at EL2 [ 0.133834] CPU features: detected: 32-bit EL0 Support [ 0.139092] CPU features: detected: CRC32 instructions [ 0.144390] alternatives: applying system-wide alternatives [ 0.150838] Memory: 1876868K/2097152K available (12992K kernel code, 1256K rwdata, 4668K rodata, 2752K init, 642K bss, 179544K reserved, 32768K cma-reserved) [ 0.166664] devtmpfs: initialized [ 0.181072] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.191084] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.199233] 27136 pages in range for non-PLT usage [ 0.199262] 518656 pages in range for PLT usage [ 0.204637] pinctrl core: initialized pinctrl subsystem [ 0.215341] DMI not present or invalid. [ 0.221993] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.229886] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.238140] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.247387] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.255626] audit: initializing netlink subsys (disabled) [ 0.261697] audit: type=2000 audit(0.196:1): state=initialized audit_enabled=0 res=1 [ 0.262319] thermal_sys: Registered thermal governor 'step_wise' [ 0.269665] thermal_sys: Registered thermal governor 'power_allocator' [ 0.275887] cpuidle: using governor menu [ 0.286841] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.293883] ASID allocator initialised with 65536 entries [ 0.305484] /bus@f4000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f4000/interrupt-controller@1800000 [ 0.328261] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.335241] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.341653] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.348591] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.354999] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.361936] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.368343] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.375280] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.384923] k3-chipinfo 43000014.chipid: Family:AM64X rev:SR2.0 JTAGID[0x1bb3802f] Detected [ 0.394393] iommu: Default domain type: Translated [ 0.399399] iommu: DMA domain TLB invalidation policy: strict mode [ 0.406513] SCSI subsystem initialized [ 0.410759] libata version 3.00 loaded. [ 0.411075] usbcore: registered new interface driver usbfs [ 0.416721] usbcore: registered new interface driver hub [ 0.422236] usbcore: registered new device driver usb [ 0.428047] pps_core: LinuxPPS API ver. 1 registered [ 0.433141] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.442492] PTP clock support registered [ 0.446544] EDAC MC: Ver: 3.0.0 [ 0.450302] scmi_core: SCMI protocol bus registered [ 0.455832] FPGA manager framework [ 0.459468] Advanced Linux Sound Architecture Driver Initialized. [ 0.466980] vgaarb: loaded [ 0.470348] clocksource: Switched to clocksource arch_sys_counter [ 0.477059] VFS: Disk quotas dquot_6.6.0 [ 0.481139] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497515] NET: Registered PF_INET protocol family [ 0.502863] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.512541] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) [ 0.521404] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.529360] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.537589] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 0.545627] TCP: Hash tables configured (established 16384 bind 16384) [ 0.552594] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.559550] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.567095] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.573617] RPC: Registered named UNIX socket transport module. [ 0.579735] RPC: Registered udp transport module. [ 0.584546] RPC: Registered tcp transport module. [ 0.589363] RPC: Registered tcp-with-tls transport module. [ 0.594973] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.601568] NET: Registered PF_XDP protocol family [ 0.606492] PCI: CLS 0 bytes, default 64 [ 0.612155] Initialise system trusted keyrings [ 0.617133] workingset: timestamp_bits=46 max_order=19 bucket_order=0 [ 0.624233] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.630748] NFS: Registering the id_resolver key type [ 0.636011] Key type id_resolver registered [ 0.640292] Key type id_legacy registered [ 0.644417] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.651274] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.725125] Key type asymmetric registered [ 0.729352] Asymmetric key parser 'x509' registered [ 0.734455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 0.742316] io scheduler mq-deadline registered [ 0.746979] io scheduler kyber registered [ 0.751132] io scheduler bfq registered [ 0.758635] pinctrl-single 4084000.pinctrl: 33 pins, size 132 [ 0.765137] pinctrl-single f4000.pinctrl: 180 pins, size 720 [ 0.772979] ledtrig-cpu: registered to indicate activity on CPUs [ 0.787024] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.805458] loop: module loaded [ 0.810168] megasas: 07.727.03.00-rc1 [ 0.819549] tun: Universal TUN/TAP device driver, 1.6 [ 0.826496] VFIO - User Level meta-driver version: 0.3 [ 0.833380] usbcore: registered new interface driver usb-storage [ 0.840371] i2c_dev: i2c /dev entries driver [ 0.846233] sdhci: Secure Digital Host Controller Interface driver [ 0.852666] sdhci: Copyright(c) Pierre Ossman [ 0.857410] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.864049] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.871875] usbcore: registered new interface driver usbhid [ 0.877655] usbhid: USB HID core driver [ 0.883571] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available [ 0.894064] optee: probing for conduit method. [ 0.898703] optee: revision 4.6 (71785645fa6ce42d) [ 0.915581] optee: dynamic shared memory is enabled [ 0.926696] optee: initialized driver [ 0.930462] random: crng init done [ 0.937045] Initializing XFRM netlink socket [ 0.941521] NET: Registered PF_PACKET protocol family [ 0.946831] Key type dns_resolver registered [ 0.962325] registered taskstats version 1 [ 0.966952] Loading compiled-in X.509 certificates [ 0.988083] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.1.2--v11.01.02 (Fancy Rat)') [ 1.114414] pca953x 0-0038: supply vcc not found, using dummy regulator [ 1.121400] pca953x 0-0038: using no AI [ 1.139307] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz [ 1.147343] pca953x 1-0022: supply vcc not found, using dummy regulator [ 1.154392] pca953x 1-0022: using AI [ 1.171854] omap_i2c 20010000.i2c: bus 1 rev0.12 at 400 kHz [ 1.179162] ti-sci-intr bus@f4000:interrupt-controller@a00000: Interrupt Router 3 domain created [ 1.188859] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created [ 1.202547] ti-udma 485c0100.dma-controller: Number of rings: 68 [ 1.210808] ti-udma 485c0100.dma-controller: Channels: 24 (bchan: 12, tchan: 6, rchan: 6) [ 1.221260] ti-udma 485c0000.dma-controller: Number of rings: 288 [ 1.233854] ti-udma 485c0000.dma-controller: Channels: 20 (tchan: 13, rchan: 7) [ 1.244154] printk: legacy console [ttyS2] disabled [ 1.249675] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 166, base_baud = 3000000) is a 8250 [ 1.258611] printk: legacy console [ttyS2] enabled [ 1.268435] printk: legacy bootconsole [ns16550a0] disabled [ 1.283877] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00903, cpsw version 0x6BA80903 Ports: 3 quirks:00000006 [ 1.297573] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode [ 1.338387] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.348463] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867 [ 1.356792] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.4 [ 1.363943] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32 [ 1.372412] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1 [ 1.399870] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 16 [ 1.413228] am65-cpts 39000000.cpts: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1 [ 1.423863] mmc0: CQHCI version 5.10 [ 1.424726] mmc1: CQHCI version 5.10 [ 1.443996] j721e-pcie f102000.pcie: host bridge /bus@f4000/pcie@f102000 ranges: [ 1.451487] j721e-pcie f102000.pcie: IO 0x0600001000..0x0600100fff -> 0x0000001000 [ 1.459776] j721e-pcie f102000.pcie: MEM 0x0600101000..0x06ffffffff -> 0x0000101000 [ 1.466374] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit [ 1.467886] j721e-pcie f102000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x0000000000 [ 1.475422] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit [ 1.549150] mmc1: new ultra high speed SDR104 SDHC card at address aaaa [ 1.556883] mmcblk1: mmc1:aaaa SC16G 14.8 GiB [ 1.567228] mmcblk1: p1 p2 [ 1.584264] mmc0: Command Queue Engine enabled [ 1.588801] mmc0: new HS200 MMC card at address 0001 [ 1.594745] mmcblk0: mmc0:0001 S0J56X 14.8 GiB [ 1.601524] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB [ 1.608039] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB [ 1.614496] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (239:0) [ 2.599154] j721e-pcie f102000.pcie: PCI host bridge to bus 0000:00 [ 2.605527] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.611020] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x1000-0x100fff]) [ 2.620061] pci_bus 0000:00: root bus resource [mem 0x600101000-0x6ffffffff] (bus address [0x00101000-0xffffffff]) [ 2.630442] pci 0000:00:00.0: [104c:b010] type 01 class 0x060400 PCIe Root Port [ 2.637768] pci 0000:00:00.0: BAR 0 [mem 0x00000000-0xfffffffff 64bit pref] [ 2.644744] pci 0000:00:00.0: PCI bridge to [bus 00] [ 2.649714] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 2.655808] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 2.662597] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref] [ 2.670409] pci 0000:00:00.0: supports D1 [ 2.674420] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 2.683069] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.691356] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 2.698032] pci 0000:00:00.0: BAR 0 [mem size 0x1000000000 64bit pref]: can't assign; no space [ 2.706670] pci 0000:00:00.0: BAR 0 [mem size 0x1000000000 64bit pref]: failed to assign [ 2.714760] pci 0000:00:00.0: PCI bridge to [bus 01] [ 2.719733] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc [ 2.728770] pci_bus 0000:00: resource 4 [io 0x0000-0xfffff] [ 2.734430] pci_bus 0000:00: resource 5 [mem 0x600101000-0x6ffffffff] [ 2.741055] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22 [ 2.748148] pcieport 0000:00:00.0: PME: Signaling with IRQ 368 [ 2.754453] pcieport 0000:00:00.0: AER: enabled with IRQ 368 [ 2.761186] clk: Disabling unused clocks [ 2.786792] PM: genpd: Disabling unused power domains [ 2.791974] ALSA device list: [ 2.795038] No soundcards found. [ 3.765332] EXT4-fs (mmcblk1p2): recovery complete [ 3.772250] EXT4-fs (mmcblk1p2): mounted filesystem de0a189c-5c29-4371-8505-a156b6b7ec2d r/w with ordered data mode. Quota mode: none. [ 3.784469] VFS: Mounted root (ext4 filesystem) on device 179:2. [ 3.793371] devtmpfs: mounted [ 3.798265] Freeing unused kernel memory: 2752K [ 3.802934] Run /sbin/init as init process [ 3.807040] with arguments: [ 3.807045] /sbin/init [ 3.807050] with environment: [ 3.807054] HOME=/ [ 3.807059] TERM=linux [ 4.076773] systemd[1]: System time before build time, advancing clock. [ 4.137225] NET: Registered PF_INET6 protocol family [ 4.143902] Segment Routing with IPv6 [ 4.147679] In-situ OAM (IOAM) with IPv6 [ 4.199380] systemd[1]: systemd 255.21^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 4.231360] systemd[1]: Detected architecture arm64. [ 4.249366] systemd[1]: Hostname set to <am64xx-evm>. [ 4.748996] systemd[1]: /usr/lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. [ 5.015228] systemd[1]: Queued start job for default target Graphical Interface. [ 5.055414] systemd[1]: Created slice Slice /system/getty. [ 5.077939] systemd[1]: Created slice Slice /system/modprobe. [ 5.098000] systemd[1]: Created slice Slice /system/serial-getty. [ 5.117139] systemd[1]: Created slice User and Session Slice. [ 5.135147] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 5.155099] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 5.174815] systemd[1]: Expecting device /dev/ttyS2... [ 5.190853] systemd[1]: Reached target Path Units. [ 5.206749] systemd[1]: Reached target Remote File Systems. [ 5.222720] systemd[1]: Reached target Slice Units. [ 5.238756] systemd[1]: Reached target Swaps. [ 5.306246] systemd[1]: Listening on RPCbind Server Activation Socket. [ 5.326851] systemd[1]: Reached target RPC Port Mapper. [ 5.354674] systemd[1]: Listening on Process Core Dump Socket. [ 5.375316] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 5.396589] systemd[1]: Listening on Journal Audit Socket. [ 5.415788] systemd[1]: Listening on Journal Socket (/dev/log). [ 5.435832] systemd[1]: Listening on Journal Socket. [ 5.456030] systemd[1]: Listening on Network Service Netlink Socket. [ 5.482911] systemd[1]: Listening on udev Control Socket. [ 5.503586] systemd[1]: Listening on udev Kernel Socket. [ 5.523727] systemd[1]: Listening on User Database Manager Socket. [ 5.567035] systemd[1]: Mounting Huge Pages File System... [ 5.604571] systemd[1]: Mounting POSIX Message Queue File System... [ 5.634246] systemd[1]: Mounting Kernel Debug File System... [ 5.651514] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). [ 5.675351] systemd[1]: Mounting Temporary Directory /tmp... [ 5.703548] systemd[1]: Starting Create List of Static Device Nodes... [ 5.755572] systemd[1]: Starting Load Kernel Module configfs... [ 5.789519] systemd[1]: Starting Load Kernel Module drm... [ 5.811719] systemd[1]: Starting Load Kernel Module fuse... [ 5.859700] systemd[1]: Starting RPC Bind... [ 5.879194] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/). [ 5.903511] fuse: init (API version 7.41) [ 5.924735] systemd[1]: Starting Journal Service... [ 5.971893] systemd[1]: Starting Load Kernel Modules... [ 6.007294] systemd[1]: Starting Generate network units from Kernel command line... [ 6.071307] systemd[1]: Starting Remount Root and Kernel File Systems... [ 6.123340] systemd[1]: Starting Coldplug All udev Devices... [ 6.137101] systemd-journald[111]: Collecting audit messages is enabled. [ 6.156993] systemd[1]: Started RPC Bind. [ 6.175983] systemd[1]: Mounted Huge Pages File System. [ 6.196886] EXT4-fs (mmcblk1p2): re-mounted de0a189c-5c29-4371-8505-a156b6b7ec2d. [ 6.214029] systemd[1]: Mounted POSIX Message Queue File System. [ 6.235903] systemd[1]: Mounted Kernel Debug File System. [ 6.259786] systemd[1]: Mounted Temporary Directory /tmp. [ 6.284660] systemd[1]: Finished Create List of Static Device Nodes. [ 6.309354] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 6.317858] systemd[1]: Finished Load Kernel Module configfs. [ 6.336107] systemd[1]: Started Journal Service. [ 6.723993] systemd-journald[111]: Received client request to flush runtime journal. [ 7.091574] audit: type=1334 audit(1748544505.012:2): prog-id=6 op=LOAD [ 7.102504] audit: type=1334 audit(1748544505.012:3): prog-id=7 op=LOAD [ 7.461842] audit: type=1334 audit(1748544505.380:4): prog-id=8 op=LOAD [ 7.510543] audit: type=1334 audit(1748544505.428:5): prog-id=9 op=LOAD [ 7.612922] audit: type=1334 audit(1748544505.532:6): prog-id=10 op=LOAD [ 7.620755] audit: type=1334 audit(1748544505.540:7): prog-id=11 op=LOAD [ 7.627983] audit: type=1334 audit(1748544505.540:8): prog-id=12 op=LOAD [ 8.742519] audit: type=1334 audit(1748570904.352:9): prog-id=13 op=LOAD [ 9.650307] audit: type=1334 audit(1748570905.260:10): prog-id=14 op=LOAD [ 9.670648] audit: type=1334 audit(1748570905.272:11): prog-id=15 op=LOAD [ 10.394671] Bluetooth: Core ver 2.22 [ 10.402149] NET: Registered PF_BLUETOOTH protocol family [ 10.413856] Bluetooth: HCI device and connection manager initialized [ 10.426601] Bluetooth: HCI socket layer initialized [ 10.436723] Bluetooth: L2CAP socket layer initialized [ 10.447215] Bluetooth: SCO socket layer initialized [ 11.161423] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 11.196924] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 11.219115] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 11.469823] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL) [ 11.481948] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode [ 12.503245] CAN device driver interface [ 12.638680] at24 0-0050: supply vcc not found, using dummy regulator [ 12.648269] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fc9100 [ 12.706535] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write [ 13.088273] platform 78000000.r5f: configured R5F for remoteproc mode [ 13.089466] m_can_platform 20701000.can: m_can device registered (irq=376, version=32) [ 13.111397] m_can_platform 20711000.can: m_can device registered (irq=377, version=32) [ 13.166810] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000 [ 13.200867] remoteproc remoteproc0: 78000000.r5f is available [ 13.269743] remoteproc remoteproc0: powering up 78000000.r5f [ 13.281058] remoteproc remoteproc0: Booting fw image am64-main-r5f0_0-fw, size 2997592 [ 13.297538] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node r5f-dma-memory@a0000000 [ 13.314613] virtio_rpmsg_bus virtio0: rpmsg host is online [ 13.323966] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7) [ 13.335612] remoteproc remoteproc0: remote processor 78000000.r5f is now up [ 13.398760] gpio-mux mux-controller: 2-way mux-controller registered [ 13.455708] virtio_rpmsg_bus virtio0: creating channel ti.icve addr 0xd [ 13.463047] rpmsg_eth virtio0.ti.icve.-1.13: start_addr = 0xa0400000 [ 13.469507] rpmsg_eth virtio0.ti.icve.-1.13: size 0xc00000 [ 13.475379] rpmsg_eth virtio0.ti.icve.-1.13: Default MAC Address = 00:00:00:00:00:00 [ 13.483241] rpmsg_eth virtio0.ti.icve.-1.13: Assigning random MAC address [ 13.490092] rpmsg_eth virtio0.ti.icve.-1.13: New MAC Address = 7e:c4:16:76:8d:be [ 14.408409] m_can_platform 20711000.can main_mcan1: renamed from can1 [ 14.473854] m_can_platform 20701000.can main_mcan0: renamed from can0 [ 15.454573] virtio_rpmsg_bus virtio0: msg received with no recipient [ 21.585616] kauditd_printk_skb: 2 callbacks suppressed [ 21.585636] audit: type=1006 audit(1748570917.196:14): pid=717 uid=0 subj=kernel old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1 [ 21.604466] audit: type=1300 audit(1748570917.196:14): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff6d01d58 a2=1 a3=1 items=0 ppid=1 pid=717 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" subj=kernel key=(null) [ 21.632211] audit: type=1327 audit(1748570917.196:14): proctitle="(systemd)" [ 21.703400] audit: type=1334 audit(1748570917.316:15): prog-id=18 op=LOAD [ 21.711533] audit: type=1300 audit(1748570917.316:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffc2ae0d18 a2=90 a3=0 items=0 ppid=1 pid=717 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" subj=kernel key=(null) [ 21.739269] audit: type=1327 audit(1748570917.316:15): proctitle="(systemd)" [ 21.747294] audit: type=1334 audit(1748570917.316:16): prog-id=18 op=UNLOAD [ 21.755504] audit: type=1300 audit(1748570917.316:16): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffff87d05c60 items=0 ppid=1 pid=717 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" subj=kernel key=(null) [ 21.783041] audit: type=1327 audit(1748570917.316:16): proctitle="(systemd)" [ 21.791421] audit: type=1334 audit(1748570917.316:17): prog-id=19 op=LOAD
root@am64xx-evm:~# ifconfig eth1 192.168.1.20 root@am64xx-evm:~# ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host noprefixroute valid_lft forever preferred_lft forever 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000 link/ether 1c:63:49:1a:d7:62 brd ff:ff:ff:ff:ff:ff 3: main_mcan0: <NOARP,ECHO> mtu 16 qdisc noop state DOWN group default qlen 10 link/can 4: main_mcan1: <NOARP,ECHO> mtu 16 qdisc noop state DOWN group default qlen 10 link/can 5: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 1a:11:fe:66:ae:8b brd ff:ff:ff:ff:ff:ff inet 192.168.1.20/24 brd 192.168.1.255 scope global eth1 valid_lft forever preferred_lft forever inet6 fe80::1811:feff:fe66:ae8b/64 scope link proto kernel_ll valid_lft forever preferred_lft forever
It would be nice, if you could help me out.
Best regards,
Luka