How to use XGMII@MAC10 on LS1046A

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to use XGMII@MAC10 on LS1046A

Jump to solution
2,166 Views
hongyuanz
Contributor IV

hi  get mac error,   fsl_mac 1af2000.ethernet: of_get_mac_address(ethernet@f2000) failed  ..?

Using SERDES1 Protocol: 4403 (0x1133)

dts :
&fman0 {
ethernet@e4000 {
status = "disabled";
};

ethernet@e6000 {
status = "disabled";
};

ethernet@e8000 {
phy-handle = <&sgmii_phy1>;
phy-connection-type = "sgmii";
};

ethernet@ea000 {
status = "disabled";
};

ethernet@f0000 { /* 10GEC1 */
status = "disabled";
};

ethernet@f2000 { /* 10GEC2 */
fixed-link = <0 1 1000 0 0>;
phy-connection-type = "xgmii";
};

mdio@fc000 {
sgmii_phy1: ethernet-phy@3 {
reg = <0x3>;
};
};

mdio@fd000 {
status = "disabled";
};
};

 

kernel start log

root@localhost:~# dmesg | grep mac
[ 2.358894] fsl_mac: fsl_mac: FSL FMan MAC API based driver
[ 2.364742] fsl_mac 1ae8000.ethernet: FMan MEMAC
[ 2.369368] fsl_mac 1ae8000.ethernet: FMan MAC address: 00:04:9f:03:05:2c
[ 2.376253] fsl_mac 1af2000.ethernet: of_get_mac_address(ethernet@f2000) failed
[ 2.383581] fsl_mac: probe of 1af2000.ethernet failed with error -22
[ 4.324090] systemd[1]: machine.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 6.259508] fsl_dpa soc:fsl,dpaa:ethernet@4 fm1-mac5: renamed from eth0

 

 

NOTICE: 4 GB DDR4, 64-bit, CL=15, ECC on
NOTICE: BL2: v2.4(release):LSDK-21.08-1-gb913e109c
NOTICE: BL2: Built : 11:07:25, Sep 18 2021
NOTICE: BL2: Booting BL31
NOTICE: BL31: v2.4(release):LSDK-21.08-1-gb913e109c
NOTICE: BL31: Built : 11:07:25, Sep 18 2021
NOTICE: Welcome to ls1046apscb BL31 Phase


U-Boot 2021.04-00003-g3ff7418a23 (Sep 18 2021 - 10:58:11 +0800)

SoC: LS1046A Rev1.0 (0x87070110)
Clock Configuration:
CPU0(A72):1600 MHz CPU1(A72):1600 MHz CPU2(A72):1600 MHz
CPU3(A72):1600 MHz
Bus: 600 MHz DDR: 2100 MT/s FMAN: 700 MHz
Reset Configuration Word (RCW):
00000000: 0c150010 0e000000 00000000 00000000
00000010: 11338888 40000016 60040000 c1000000
00000020: 00000000 00000000 00000000 0002a804
00000030: 20004504 283e1309 00000096 00000001
Model: LS1046A PSCB Board
Board: LS1046APSCB, boot from SD
SERDES Reference Clocks:
SD1_CLK1 = 100.00MHZ, SD1_CLK2 = 156.25MHZ
DRAM: 3.9 GiB (DDR4, 64-bit, CL=15, ECC on)
Using SERDES1 Protocol: 4403 (0x1133)
Using SERDES2 Protocol: 34952 (0x8888)
NAND: 256 MiB
MMC: FSL_SDHC: 0
Loading Environment from MMC... OK
EEPROM: Read failed.
In: serial
Out: serial
Err: serial
SEC0: RNG instantiated
Net:
MMC read: dev # 0, block # 18432, count 128 ...
Fman1: Uploading microcode version 106.4.18
eth0: fm1-mac5 [PRIME]
Hit any key to stop autoboot: 0
scanning bus for devices...
SATA link 0 timeout.
AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
flags: 64bit ncq pm clo only pmp fbss pio slum part ccc apst

0 Kudos
1 Solution
2,147 Views
hongyuanz
Contributor IV

U-Boot 2021.04-dirty (Nov 17 2021 - 15:08:37 +0800)

SoC: LS1046A Rev1.0 (0x87070110)
Clock Configuration:
CPU0(A72):1600 MHz CPU1(A72):1600 MHz CPU2(A72):1600 MHz
CPU3(A72):1600 MHz
Bus: 600 MHz DDR: 2100 MT/s FMAN: 700 MHz
Reset Configuration Word (RCW):
00000000: 0c150010 0e000000 00000000 00000000
00000010: 11338888 40000016 60040000 c1000000
00000020: 00000000 00000000 00000000 0002a804
00000030: 20004504 283e1309 00000096 00000001
Model: LS1046A PSCB Board
Board: LS1046APSCB, boot from SD
SERDES Reference Clocks:
SD1_CLK1 = 100.00MHZ, SD1_CLK2 = 156.25MHZ
DRAM: 3.9 GiB (DDR4, 64-bit, CL=15, ECC on)
Using SERDES1 Protocol: 4403 (0x1133)
Using SERDES2 Protocol: 34952 (0x8888)
NAND: 256 MiB
MMC: FSL_SDHC: 0
Loading Environment from MMC... OK
EEPROM: Read failed.
In: serial
Out: serial
Err: serial
SEC0: RNG instantiated
IIC3 is used, configure mux to use IIC3_SCL/IIC3/SDA
Net:
MMC read: dev # 0, block # 18432, count 128 ...
Fman1: Uploading microcode version 106.4.18
eth0: fm1-mac5 [PRIME]

Error: fm1-mac10 address not set.

 

 

 

View solution in original post

0 Kudos
8 Replies
2,136 Views
hongyuanz
Contributor IV

Can get mac But the kernel still Can not see fm1-mac10

NOTICE: Fixed DDR on board

NOTICE: 4 GB DDR4, 64-bit, CL=15, ECC on
NOTICE: BL2: v2.4(release):LSDK-21.08-0-g340b20bcb-dirty
NOTICE: BL2: Built : 16:15:26, Nov 17 2021
NOTICE: BL2: Booting BL31
NOTICE: BL31: v2.4(release):LSDK-21.08-0-g340b20bcb-dirty
NOTICE: BL31: Built : 16:15:26, Nov 17 2021
NOTICE: Welcome to ls1046apscb BL31 Phase


U-Boot 2021.04-dirty (Nov 17 2021 - 16:10:35 +0800)

SoC: LS1046A Rev1.0 (0x87070110)
Clock Configuration:
CPU0(A72):1600 MHz CPU1(A72):1600 MHz CPU2(A72):1600 MHz
CPU3(A72):1600 MHz
Bus: 600 MHz DDR: 2100 MT/s FMAN: 700 MHz
Reset Configuration Word (RCW):
00000000: 0c150010 0e000000 00000000 00000000
00000010: 11338888 40000016 60040000 c1000000
00000020: 00000000 00000000 00000000 0002a804
00000030: 20004504 283e1309 00000096 00000001
Model: LS1046A PSCB Board
Board: LS1046APSCB, boot from SD
SERDES Reference Clocks:
SD1_CLK1 = 100.00MHZ, SD1_CLK2 = 156.25MHZ
DRAM: 3.9 GiB (DDR4, 64-bit, CL=15, ECC on)
Using SERDES1 Protocol: 4403 (0x1133)
Using SERDES2 Protocol: 34952 (0x8888)
NAND: 256 MiB
MMC: FSL_SDHC: 0
Loading Environment from MMC... OK
EEPROM: Read failed.
In: serial
Out: serial
Err: serial
SEC0: RNG instantiated
IIC3 is used, configure mux to use IIC3_SCL/IIC3/SDA
Net:
MMC read: dev # 0, block # 18432, count 128 ...
Fman1: Uploading microcode version 106.4.18

fm_eth_probe enter for dev 00000000fbc1eca0 fm_eth 00000000fbc25cc0 - fm1-mac5
eth0: fm1-mac5 [PRIME]
fm_eth_probe enter for dev 00000000fbc1efd0 fm_eth 00000000fbc262c0 - fm1-mac10
, eth1: fm1-mac10
Hit any key to stop autoboot: 0
scanning bus for devices...
SATA link 0 timeout.
AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
flags: 64bit ncq pm clo only pmp fbss pio slum part ccc apst

Device 0: unknown device
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
libfdt fdt_check_header(): FDT_ERR_BADMAGIC
Scanning disk esdhc@1560000.blk...
Found 5 disks
No EFI system partition
ERROR: invalid device tree
Scanning mmc 0:2...
Found U-Boot script /ls1046apscb_boot.scr
968 bytes read in 16 ms (58.6 KiB/s)
## Executing script at 80000000
41159168 bytes read in 2678 ms (14.7 MiB/s)
39478 bytes read in 18 ms (2.1 MiB/s)
## Flattened Device Tree blob at 90000000
Booting using the fdt blob at 0x90000000
Loading Device Tree to 000000008ffe3000, end 000000008ffffa35 ... OK
NOTICE: SEC is disabled.
WARNING: No random number to set kaslr-seed
PCIe1: pcie@3400000 Root Complex: no link
PCIe2: pcie@3500000 disabled
PCIe3: pcie@3600000 disabled
WARNING failed to get smmu node: FDT_ERR_NOTFOUND
WARNING failed to get smmu node: FDT_ERR_NOTFOUND

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd082]
[ 0.000000] Linux version 5.10.35-dirty (user@nxp) (aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #3 SMP PREEMPT Mon Nov 15 14:44:54 CST 2021
[ 0.000000] Machine model: LS1046A PSCB Board
[ 0.000000] earlycon: uart8250 at MMIO 0x00000000021c0500 (options '')
[ 0.000000] printk: bootconsole [uart8250] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] OF: reserved mem: initialized node qman-fqd, compatible id fsl,qman-fqd
[ 0.000000] OF: reserved mem: initialized node qman-pfdr, compatible id fsl,qman-pfdr
[ 0.000000] OF: reserved mem: initialized node bman-fbpr, compatible id fsl,bman-fbpr
[ 0.000000] cma: Reserved 32 MiB at 0x00000000f9c00000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000008ff7fffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x8ff00fb00-0x8ff011fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ff7fffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fbdfffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008fbffffff]
[ 0.000000] node 0: [mem 0x00000008ff000000-0x00000008ff7fffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ff7fffff]
[ 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: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 24 pages/cpu s60120 r8192 d29992 u98304
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: EL2 vector hardening
[ 0.000000] CPU features: detected: Spectre-v2
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1001184
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: console=ttyS0,115200 earlycon=uart8250,mmio,0x21c0500 root=PARTUUID=ecb2f129-04 rw rootwait
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x00000000f5c00000-0x00000000f9c00000] (64MB)
[ 0.000000] Memory: 3849136K/4069376K available (20416K kernel code, 3074K rwdata, 9944K rodata, 6656K init, 1035K bss, 187472K reserved, 32768K cma-reserved)
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=4.
[ 0.000000] Trampoline 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=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GIC: Adjusting CPU interface base to 0x000000000142f000
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] random: get_random_bytes called from start_kernel+0x32c/0x4f0 with crng_init=0
[ 0.000000] arch_timer: cp15 timer(s) running at 25.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x5c40939b5, max_idle_ns: 440795202646 ns
[ 0.000002] sched_clock: 56 bits at 25MHz, resolution 40ns, wraps every 4398046511100ns
[ 0.008636] Console: colour dummy device 80x25
[ 0.013148] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=100000)
[ 0.023569] pid_max: default: 32768 minimum: 301
[ 0.028271] LSM: Security Framework initializing
[ 0.032990] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040455] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049098] rcu: Hierarchical SRCU implementation.
[ 0.055005] EFI services will not be available.
[ 0.059678] smp: Bringing up secondary CPUs ...
[ 0.064541] Detected PIPT I-cache on CPU1
[ 0.064565] CPU1: Booted secondary processor 0x0000000001 [0x410fd082]
[ 0.064892] Detected PIPT I-cache on CPU2
[ 0.064910] CPU2: Booted secondary processor 0x0000000002 [0x410fd082]
[ 0.065219] Detected PIPT I-cache on CPU3
[ 0.065237] CPU3: Booted secondary processor 0x0000000003 [0x410fd082]
[ 0.065272] smp: Brought up 1 node, 4 CPUs
[ 0.101179] SMP: Total of 4 processors activated.
[ 0.105912] CPU features: detected: 32-bit EL0 Support
[ 0.111088] CPU features: detected: CRC32 instructions
[ 0.116258] CPU features: detected: 32-bit EL1 Support
[ 0.132129] CPU: All CPU(s) started at EL2
[ 0.136263] alternatives: patching kernel code
[ 0.141386] devtmpfs: initialized
[ 0.147660] KASLR disabled due to lack of seed
[ 0.152210] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.162022] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.169313] pinctrl core: initialized pinctrl subsystem
[ 0.175103] DMI not present or invalid.
[ 0.179193] NET: Registered protocol family 16
[ 0.184334] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.191509] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.199434] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.207420] audit: initializing netlink subsys (disabled)
[ 0.212921] audit: type=2000 audit(0.144:1): state=initialized audit_enabled=0 res=1
[ 0.213403] thermal_sys: Registered thermal governor 'step_wise'
[ 0.220719] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.227081] cpuidle: using governor menu
[ 0.237656] Bman ver:0a02,02,01
[ 0.242941] qman-fqd addr 0x00000008ff800000 size 0x800000
[ 0.248460] qman-pfdr addr 0x00000008fc000000 size 0x2000000
[ 0.254155] Qman ver:0a01,03,02,01
[ 0.257680] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.264547] ASID allocator initialised with 65536 entries
[ 0.270640] Serial: AMBA PL011 UART driver
[ 0.274806] imx mu driver is registered.
[ 0.278767] imx rpmsg driver is registered.
[ 0.304758] Machine: LS1046A PSCB Board
[ 0.308616] SoC family: QorIQ LS1046A
[ 0.312294] SoC ID: svr:0x87070110, Revision: 1.0
[ 0.330203] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.336955] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.343699] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.350441] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.357999] cryptd: max_cpu_qlen set to 1000
[ 0.430872] raid6: neonx8 gen() 4554 MB/s
[ 0.502904] raid6: neonx8 xor() 3388 MB/s
[ 0.574942] raid6: neonx4 gen() 4607 MB/s
[ 0.646976] raid6: neonx4 xor() 3524 MB/s
[ 0.719011] raid6: neonx2 gen() 4123 MB/s
[ 0.791045] raid6: neonx2 xor() 3236 MB/s
[ 0.863082] raid6: neonx1 gen() 3192 MB/s
[ 0.935123] raid6: neonx1 xor() 2578 MB/s
[ 1.007145] raid6: int64x8 gen() 2651 MB/s
[ 1.079174] raid6: int64x8 xor() 1560 MB/s
[ 1.151208] raid6: int64x4 gen() 2631 MB/s
[ 1.223239] raid6: int64x4 xor() 1586 MB/s
[ 1.295276] raid6: int64x2 gen() 2499 MB/s
[ 1.367304] raid6: int64x2 xor() 1404 MB/s
[ 1.439338] raid6: int64x1 gen() 1950 MB/s
[ 1.511366] raid6: int64x1 xor() 1044 MB/s
[ 1.515659] raid6: using algorithm neonx4 gen() 4607 MB/s
[ 1.521088] raid6: .... xor() 3524 MB/s, rmw enabled
[ 1.526080] raid6: using neon recovery algorithm
[ 1.531273] ACPI: Interpreter disabled.
[ 1.537658] iommu: Default domain type: Passthrough
[ 1.542781] vgaarb: loaded
[ 1.545637] SCSI subsystem initialized
[ 1.549571] usbcore: registered new interface driver usbfs
[ 1.555108] usbcore: registered new interface driver hub
[ 1.560464] usbcore: registered new device driver usb
[ 1.565976] i2c i2c-0: IMX I2C adapter registered
[ 1.570730] i2c i2c-0: using dma0chan16 (tx) and dma0chan17 (rx) for DMA transfers
[ 1.578897] i2c i2c-1: IMX I2C adapter registered
[ 1.583881] i2c i2c-2: IMX I2C adapter registered
[ 1.589199] mc: Linux media interface: v0.10
[ 1.593520] videodev: Linux video capture interface: v2.00
[ 1.599068] pps_core: LinuxPPS API ver. 1 registered
[ 1.604069] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.613270] PTP clock support registered
[ 1.617321] EDAC MC: Ver: 3.0.0
[ 1.621258] bman-fbpr addr 0x00000008fe000000 size 0x1000000
[ 1.626974] Bman err interrupt handler present
[ 1.631932] Bman portal initialised, cpu 0
[ 1.636129] Bman portal initialised, cpu 1
[ 1.640325] Bman portal initialised, cpu 2
[ 1.644522] Bman portal initialised, cpu 3
[ 1.648641] Bman portals initialised
[ 1.653126] Qman err interrupt handler present
[ 1.657966] QMan: Allocated lookup table at (____ptrval____), entry count 131073
[ 1.665875] Qman portal initialised, cpu 0
[ 1.670065] Qman portal initialised, cpu 1
[ 1.674253] Qman portal initialised, cpu 2
[ 1.678441] Qman portal initialised, cpu 3
[ 1.682560] Qman portals initialised
[ 1.686205] Bman: BPID allocator includes range 32:32
[ 1.691318] Qman: FQID allocator includes range 256:256
[ 1.696574] Qman: FQID allocator includes range 32768:32768
[ 1.702216] Qman: CGRID allocator includes range 0:256
[ 1.707529] Qman: pool channel allocator includes range 1025:15
[ 1.713550] No USDPAA memory, no 'fsl,usdpaa-mem' in device-tree
[ 1.719995] fsl-ifc 1530000.ifc: Freescale Integrated Flash Controller
[ 1.726579] fsl-ifc 1530000.ifc: IFC version 1.4, 8 banks
[ 1.732148] FPGA manager framework
[ 1.735604] Advanced Linux Sound Architecture Driver Initialized.
[ 1.742551] clocksource: Switched to clocksource arch_sys_counter
[ 1.748797] VFS: Disk quotas dquot_6.6.0
[ 1.752774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.759782] pnp: PnP ACPI: disabled
[ 1.766738] NET: Registered protocol family 2
[ 1.771393] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 1.780027] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 1.788127] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 1.795742] TCP: Hash tables configured (established 32768 bind 32768)
[ 1.802363] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 1.809159] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 1.816443] NET: Registered protocol family 1
[ 1.821022] RPC: Registered named UNIX socket transport module.
[ 1.826986] RPC: Registered udp transport module.
[ 1.831725] RPC: Registered tcp transport module.
[ 1.836459] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.842943] PCI: CLS 0 bytes, default 64
[ 1.847311] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.855866] kvm [1]: IPA Size Limit: 44 bits
[ 1.860933] kvm [1]: vgic interrupt IRQ9
[ 1.864953] kvm [1]: Hyp mode initialized successfully
[ 1.870935] Initialise system trusted keyrings
[ 1.875485] workingset: timestamp_bits=42 max_order=20 bucket_order=0
[ 1.882235] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.888248] NFS: Registering the id_resolver key type
[ 1.893342] Key type id_resolver registered
[ 1.897550] Key type id_legacy registered
[ 1.901596] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.908340] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.915793] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 1.922032] fuse: init (API version 7.32)
[ 1.926148] 9p: Installing v9fs 9p2000 file system support
[ 1.956137] xor: measuring software checksum speed
[ 1.962430] 8regs : 6704 MB/sec
[ 1.968079] 32regs : 7750 MB/sec
[ 1.973916] arm64_neon : 6757 MB/sec
[ 1.978296] xor: using function: 32regs (7750 MB/sec)
[ 1.983378] Key type asymmetric registered
[ 1.987497] Asymmetric key parser 'x509' registered
[ 1.992420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 1.999920] io scheduler mq-deadline registered
[ 2.004481] io scheduler kyber registered
[ 2.020983] EINJ: ACPI disabled.
[ 2.031708] Bus freq driver module loaded
[ 2.041919] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 2.049732] printk: console [ttyS0] disabled
[ 2.054063] 21c0500.serial: ttyS0 at MMIO 0x21c0500 (irq = 49, base_baud = 18750000) is a 16550A
[ 2.062929] printk: console [ttyS0] enabled
[ 2.062929] printk: console [ttyS0] enabled
[ 2.071314] printk: bootconsole [uart8250] disabled
[ 2.071314] printk: bootconsole [uart8250] disabled
[ 2.081371] 21c0600.serial: ttyS1 at MMIO 0x21c0600 (irq = 49, base_baud = 18750000) is a 16550A
[ 2.090587] SuperH (H)SCI(F) driver initialized
[ 2.095649] msm_serial: driver initialized
[ 2.108320] brd: module loaded
[ 2.114783] loop: module loaded
[ 2.118833] megasas: 07.714.04.00-rc1
[ 2.123474] imx ahci driver is registered.
[ 2.127919] ahci-qoriq 3200000.sata: supply ahci not found, using dummy regulator
[ 2.135463] ahci-qoriq 3200000.sata: supply phy not found, using dummy regulator
[ 2.142891] ahci-qoriq 3200000.sata: supply target not found, using dummy regulator
[ 2.150622] ahci-qoriq 3200000.sata: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl platform mode
[ 2.159591] ahci-qoriq 3200000.sata: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sds apst
[ 2.169624] scsi host0: ahci-qoriq
[ 2.173159] ata1: SATA max UDMA/133 mmio [mem 0x03200000-0x0320ffff] port 0x100 irq 60
[ 2.182219] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xaa
[ 2.188580] nand: AMD/Spansion S34MS02G2
[ 2.192503] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
[ 2.200773] Bad block table found at page 131008, version 0x01
[ 2.207769] Bad block table found at page 130944, version 0x01
[ 2.214421] 3 fixed-partitions partitions found on MTD device 7e800000.flash
[ 2.221475] Creating 3 MTD partitions on "7e800000.flash":
[ 2.226963] 0x000000000000-0x000001000000 : "nand_dtb"
[ 2.234912] 0x000001000000-0x000004000000 : "nand_kernel"
[ 2.242873] 0x000004000000-0x000010000000 : "nand_rootfs"
[ 2.250876] fsl,ifc-nand 7e800000.nand: IFC NAND device at 0x7e800000, bank 0
[ 2.259835] spi-nor spi1.0: s25fs512s (65536 Kbytes)
[ 2.268550] libphy: Fixed MDIO Bus: probed
[ 2.273516] tun: Universal TUN/TAP device driver, 1.6
[ 2.279223] thunder_xcv, ver 1.0
[ 2.282459] thunder_bgx, ver 1.0
[ 2.285703] nicpf, ver 1.0
[ 2.288879] libphy: Freescale XGMAC MDIO Bus: probed
[ 2.294350] libphy: Freescale XGMAC MDIO Bus: probed
[ 2.299706] libphy: Freescale XGMAC MDIO Bus: probed
[ 2.305036] libphy: Freescale XGMAC MDIO Bus: probed
[ 2.310366] libphy: Freescale XGMAC MDIO Bus: probed
[ 2.315684] libphy: Freescale XGMAC MDIO Bus: probed
[ 2.321003] libphy: Freescale XGMAC MDIO Bus: probed
[ 2.326415] libphy: Freescale XGMAC MDIO Bus: probed
[ 2.331739] libphy: Freescale XGMAC MDIO Bus: probed
[ 2.337052] libphy: Freescale XGMAC MDIO Bus: probed
[ 2.352093] Freescale FM module, FMD API version 21.1.0
[ 2.359976] Freescale FM Ports module
[ 2.363641] fsl_mac: fsl_mac: FSL FMan MAC API based driver
[ 2.369484] fsl_mac 1ae8000.ethernet: FMan MEMAC
[ 2.374109] fsl_mac 1ae8000.ethernet: FMan MAC address: 00:e0:0c:00:89:00
[ 2.381238] fsl_mac 1af2000.ethernet: FMan MEMAC
[ 2.385866] fsl_mac 1af2000.ethernet: FMan MAC address: 00:e0:0c:00:89:01
[ 2.392687] fsl_dpa: FSL DPAA Ethernet driver
[ 2.398596] fsl_dpa: fsl_dpa: Probed interface eth0
[ 2.403504] fsl_advanced: FSL DPAA Advanced drivers:
[ 2.408469] fsl_proxy: FSL DPAA Proxy initialization driver
[ 2.414150] fsl_oh: FSL FMan Offline Parsing port driver
[ 2.420152] hclge is initializing
[ 2.423475] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 2.430700] hns3: Copyright (c) 2017 Huawei Corporation.
[ 2.436032] e1000: Intel(R) PRO/1000 Network Driver
[ 2.440911] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 2.446680] e1000e: Intel(R) PRO/1000 Network Driver
[ 2.451645] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.457587] igb: Intel(R) Gigabit Ethernet Network Driver
[ 2.462987] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.468572] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 2.474842] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 2.481065] sky2: driver version 1.30
[ 2.485735] usbcore: registered new interface driver r8152
[ 2.491239] usbcore: registered new interface driver asix
[ 2.492723] ata1: SATA link down (SStatus 0 SControl 300)
[ 2.496653] usbcore: registered new interface driver ax88179_178a
[ 2.508435] VFIO - User Level meta-driver version: 0.3
[ 2.516672] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.523208] ehci-pci: EHCI PCI platform driver
[ 2.527668] ehci-platform: EHCI generic platform driver
[ 2.533011] ehci-orion: EHCI orion driver
[ 2.537112] ehci-exynos: EHCI Exynos driver
[ 2.541374] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.547562] ohci-pci: OHCI PCI platform driver
[ 2.552020] ohci-platform: OHCI generic platform driver
[ 2.557350] ohci-exynos: OHCI Exynos driver
[ 2.561898] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 2.567393] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 2.575121] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x0000000002010810
[ 2.584541] xhci-hcd xhci-hcd.0.auto: irq 57, io mem 0x02f00000
[ 2.590804] hub 1-0:1.0: USB hub found
[ 2.594570] hub 1-0:1.0: 1 port detected
[ 2.598628] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 2.604122] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 2.611786] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 2.618556] hub 2-0:1.0: USB hub found
[ 2.622313] hub 2-0:1.0: 1 port detected
[ 2.626423] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 2.631921] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
[ 2.639641] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x0000000002010810
[ 2.649057] xhci-hcd xhci-hcd.1.auto: irq 59, io mem 0x03100000
[ 2.655272] hub 3-0:1.0: USB hub found
[ 2.659036] hub 3-0:1.0: 1 port detected
[ 2.663083] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 2.668576] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
[ 2.676241] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 2.683001] hub 4-0:1.0: USB hub found
[ 2.686763] hub 4-0:1.0: 1 port detected
[ 2.690865] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 2.696359] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 5
[ 2.704083] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x0000000002010810
[ 2.713493] xhci-hcd xhci-hcd.2.auto: irq 58, io mem 0x03000000
[ 2.719695] hub 5-0:1.0: USB hub found
[ 2.723458] hub 5-0:1.0: 1 port detected
[ 2.727512] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 2.733004] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 6
[ 2.740669] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
[ 2.747430] hub 6-0:1.0: USB hub found
[ 2.751193] hub 6-0:1.0: 1 port detected
[ 2.755532] usbcore: registered new interface driver uas
[ 2.760894] usbcore: registered new interface driver usb-storage
[ 2.769496] ftm-alarm 29d0000.timer: registered as rtc1
[ 2.775576] i2c /dev entries driver
[ 2.781352] ptp_qoriq: device tree node missing required elements, try automatic configuration
[ 2.790043] pps pps0: new PPS source ptp0
[ 2.813824] qoriq-cpufreq qoriq-cpufreq: Freescale QorIQ CPU frequency scaling driver
[ 2.822349] sdhci: Secure Digital Host Controller Interface driver
[ 2.828555] sdhci: Copyright(c) Pierre Ossman
[ 2.833417] Synopsys Designware Multimedia Card Interface Driver
[ 2.840391] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.847774] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.854387] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 2.861281] usbcore: registered new interface driver usbhid
[ 2.866868] usbhid: USB HID core driver
[ 2.871882] Freescale USDPAA process driver
[ 2.872435] mmc0: SDHCI controller on 1560000.esdhc [1560000.esdhc] using ADMA 64-bit
[ 2.876070] fsl-usdpaa: no region found
[ 2.876072] Freescale USDPAA process IRQ driver
[ 2.879565] optee: probing for conduit method.
[ 2.896762] optee: api uid mismatch
[ 2.900257] optee: probe of firmware:optee failed with error -22
[ 2.911882] NET: Registered protocol family 26
[ 2.916363] u32 classifier
[ 2.919090] input device check on
[ 2.922799] Actions configured
[ 2.926529] Initializing XFRM netlink socket
[ 2.930855] NET: Registered protocol family 10
[ 2.935642] Segment Routing with IPv6
[ 2.939357] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 2.945496] NET: Registered protocol family 17
[ 2.949962] NET: Registered protocol family 15
[ 2.954432] Bridge firewalling registered
[ 2.958559] 8021q: 802.1Q VLAN Support v1.8
[ 2.962758] lib80211: common routines for IEEE802.11 drivers
[ 2.968457] 9pnet: Installing 9P2000 support
[ 2.972751] tsn generic netlink module v1 init...
[ 2.977500] Key type dns_resolver registered
[ 2.981955] registered taskstats version 1
[ 2.986065] Loading compiled-in X.509 certificates
[ 2.991746] Btrfs loaded, crc32c=crc32c-generic
[ 2.998367] ALSA device list:
[ 3.001349] No soundcards found.
[ 3.004951] Waiting for root device PARTUUID=ecb2f129-04...
[ 3.056538] mmc0: new ultra high speed SDR104 SDHC card at address 0001
[ 3.063529] mmcblk0: mmc0:0001 SD32G 29.1 GiB
[ 3.069078] mmcblk0: p1 p2 p3 p4
[ 3.176167] random: fast init done
[ 3.391413] EXT4-fs (mmcblk0p4): recovery complete
[ 3.397247] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: (null)
[ 3.405373] VFS: Mounted root (ext4 filesystem) on device 179:4.
[ 3.415536] devtmpfs: mounted
[ 3.420424] Freeing unused kernel memory: 6656K
[ 3.425052] Run /sbin/init as init process
[ 3.695975] systemd[1]: System time before build time, advancing clock.
[ 3.727875] systemd[1]: systemd 245.4-4ubuntu3.11 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 3.750669] systemd[1]: Detected architecture arm64.

Welcome to NXP LSDK 2108 main!

[ 3.795366] systemd[1]: Set hostname to <localhost>.
[ 4.073195] random: lvmconfig: uninitialized urandom read (4 bytes read)
[ 4.301163] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.307862] systemd[1]: machine.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 4.319809] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 4.329228] systemd[1]: Created slice Virtual Machine and Container Slice.
[ OK ] Created slice Virtual Machine and Container Slice.
[ 4.354675] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.362556] systemd[1]: Created slice system-modprobe.slice.
[ OK ] Created slice system-modprobe.slice.
[ 4.383924] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 4.408182] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 4.430889] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ 4.454825] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ 4.478761] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[ 4.490444] systemd[1]: Reached target Local Encrypted Volumes.
[ OK ] Reached target Local Encrypted Volumes.
[ 4.510749] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 4.530685] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 4.550674] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 4.570686] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 4.590696] systemd[1]: Reached target Libvirt guests shutdown.
[ OK ] Reached target Libvirt guests shutdown.
[ 4.610899] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ OK ] Listening on Device-mapper event daemon FIFOs.
[ 4.635113] systemd[1]: Listening on LVM2 poll daemon socket.
[ OK ] Listening on LVM2 poll daemon socket.
[ 4.654995] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 4.674997] systemd[1]: Listening on fsck to fsckd communication Socket.
[ OK ] Listening on fsck to fsckd communication Socket.
[ 4.698860] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 4.723349] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on Journal Audit Socket.
[ 4.742988] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 4.763081] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 4.783053] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 4.802897] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 4.826494] systemd[1]: Mounting Huge Pages File System...
Mounting Huge Pages File System...
[ 4.850091] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 4.874518] systemd[1]: Mounting Kernel Debug File System...
Mounting Kernel Debug File System...
[ 4.894943] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[ 4.906130] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 4.928580] systemd[1]: Starting Availability of block devices...
Starting Availability of block devices...
[ 4.952943] systemd[1]: Starting Set the console keyboard layout...
Starting Set the console keyboard layout...
[ 4.980156] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped.
[ 4.993510] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Starting Monitoring of LVM…meventd or progress polling...
[ 5.022674] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[ 5.032982] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 5.042133] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 5.053221] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 5.066615] EXT4-fs (mmcblk0p4): re-mounted. Opts: errors=remount-ro
[ 5.076703] systemd[1]: Starting udev Coldplug all Devices...
Starting udev Coldplug all Devices...
[ 5.105762] systemd[1]: Mounted Huge Pages File System.
[ OK ] Mounted Huge Pages File System.
[ 5.130980] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted POSIX Message Queue File System.
[ 5.154950] systemd[1]: Mounted Kernel Debug File System.
[ OK ] Mounted Kernel Debug File System.
[ 5.176096] systemd[1]: Finished Availability of block devices.
[ OK ] Finished Availability of block devices.
[ 5.204280] systemd[1]: Finished Set the console keyboard layout.
[ OK ] Finished Set the console keyboard layout.
[ 5.230973] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Finished Remount Root and Kernel File Systems.
Starting Flush Journal to Persistent Storage...
[ 5.291367] systemd-journald[160]: Received client request to flush runtime journal.
Starting Load/Save Random Seed...
Starting Create System Users...
[ 5.331010] systemd-journald[160]: File /var/log/journal/42492c5dc76142f9a662362adebdca73/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ OK ] Finished Create System Users.
[ OK ] Finished udev Coldplug all Devices.
Starting Helper to synchronize boot up for ifupdown...
Starting Create Static Device Nodes in /dev...
[ OK ] Finished Helper to synchronize boot up for ifupdown.
[ OK ] Finished Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[ OK ] Finished Flush Journal to Persistent Storage.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Found device /dev/ttyS0.
[ 6.141010] fsl_dpa soc:fsl,dpaa:ethernet@4 fm1-mac5: renamed from eth0
[ OK ] Finished Monitoring of LVM… dmeventd or progress polling.
[ OK ] Reached target Local File Systems (Pre).
Mounting Boot Partition...
[ OK 6.364152] EXT4-fs (mmcblk0p2): recovery complete
0m] Reached targ[ 6.369084] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
et Containers.
[ OK ] Mounted Boot Partition.
[ OK ] Reached target Local File Systems.
Starting Set console font and keymap...
Starting Create final runt…dir for shutdown pivot root...
Starting QEMU KVM preparation - module, ksm, hugepages...
Starting Load Kernel Modules...
Starting Create Volatile Files and Directories...
[ OK ] Finished Set console font and keymap.
[ OK ] Finished Create final runt…e dir for shutdown pivot root.
[ OK ] Finished QEMU KVM preparation - module, ksm, hugepages.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[ OK ] Finished Create Volatile Files and Directories.
Mounting FUSE Control File System...
Mounting Kernel Configuration File System...
Starting Network Name Resolution...
Starting Apply Kernel Variables...
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Mounted FUSE Control File System.
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Finished Apply Kernel Variables.
Starting Raise network interfaces...
[ OK ] Finished Update UTMP about System Boot/Shutdown.
[ OK ] Finished Raise network interfaces.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Initialization.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target System Time Set.
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Daily apt download activities.
[ OK ] Started Daily apt upgrade and clean activities.
[ OK ] Started Periodic ext4 Onli…ata Check for All Filesystems.
[ OK ] Started Discard unused blocks once a week.
[ OK ] Started Daily rotation of log files.
[ OK ] Started Daily man-db regeneration.
[ OK ] Started Message of the Day.
[ OK ] Reached target Timers.
[ OK ] Listening on D-Bus System Message Bus Socket.
Starting Docker Socket for the API.
Starting Libvirt local socket.
[ OK ] Listening on Virtual machine lock manager socket.
[ OK ] Listening on Virtual machine lock manager admin socket.
[ OK ] Listening on Virtual machine log manager socket.
[ OK ] Listening on Virtual machine log manager socket.
[ OK ] Started Network Name Resolution.
[ OK ] Listening on Docker Socket for the API.
[ OK ] Listening on Libvirt local socket.
[ OK ] Reached target Network.
[ OK ] Reached target Network is Online.
[ OK ] Reached target Host and Network Name Lookups.
[ OK ] Listening on Libvirt admin socket.
[ OK ] Listening on Libvirt local read-only socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting containerd container runtime...
[ OK ] Started Regular background program processing daemon.
[ OK ] Started D-Bus System Message Bus.
[ OK ] Started Save initial kernel messages after boot.
Starting Remove Stale Onli…t4 Metadata Check Snapshots...
Starting NXP Frame Manager Configuration tool...
Starting LSB: Execute the …-e command to reboot system...
Starting Dispatcher daemon for systemd-networkd...
[ OK ] Started Set the CPU Frequency Scaling governor.
Starting System Logging Service...
Starting OpenBSD Secure Shell server...
[ OK ] Started strongSwan IPsec I…IKEv2 daemon using ipsec.conf.
Starting Resets System Activity Data Collector...
Starting Login Service...
Starting Virtual Machine a…tainer Registration Service...
Starting Permit User Sessions...
[ OK ] Finished Load/Save Random Seed.
[ OK ] Started containerd container runtime.
[ OK ] Finished Remove Stale Onli…ext4 Metadata Check Snapshots.
[ OK ] Finished NXP Frame Manager Configuration tool.
[ OK ] Finished Resets System Activity Data Collector.
[ OK ] Finished Permit User Sessions.
[ OK ] Started System Logging Service.
Starting Docker Application Container Engine...
[ OK ] Started Serial Getty on ttyS0.
Starting Set console scheme...
[ OK ] Started LSB: Execute the k…c -e command to reboot system.
[ OK ] Finished Set console scheme.
[ OK ] Created slice system-getty.slice.
[ OK ] Started Getty on tty1.
[ OK ] Reached target Login Prompts.
Starting LSB: Load kernel image with kexec...
[ OK ] Started OpenBSD Secure Shell server.
[ OK ] Started LSB: Load kernel image with kexec.
[ OK ] Started Virtual Machine an…ontainer Registration Service.
[ OK ] Started Login Service.
Starting Virtualization daemon...
[ OK ] Started Unattended Upgrades Shutdown.
[ OK ] Started Dispatcher daemon for systemd-networkd.
[ OK ] Started Virtualization daemon.
Starting Suspend/Resume Running libvirt Guests...
[ OK ] Finished Suspend/Resume Running libvirt Guests.
[FAILED] Failed to start Docker Application Container Engine.
See 'systemctl status docker.service' for details.
[ OK ] Reached target Multi-User System.
[ OK ] Reached target Graphical Interface.
Starting Update UTMP about System Runlevel Changes...
[ OK ] Finished Update UTMP about System Runlevel Changes.

NXP LSDK 2108 main (custom based on ubuntu 20.04)
localhost login: root
Password:
Welcome to NXP LSDK 2108 main (custom based on ubuntu 20.04) (GNU/Linux 5.10.35-dirty aarch64)

* Support: https://www.nxp.com
* Licensing: https://lsdk.github.io/eula
Last login: Wed Jul 21 19:00:36 UTC 2021 on ttyS0
root@localhost:~# ifconfig -a
docker0: flags=4098<BROADCAST,MULTICAST> mtu 1500
inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255
ether 02:42:25:fb:ad:9d txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

fm1-mac5: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether 00:e0:0c:00:89:00 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device memory 0x1ae8000-1ae8fff

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 80 bytes 5920 (5.9 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 80 bytes 5920 (5.9 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

sit0: flags=128<NOARP> mtu 1480
sit txqueuelen 1000 (IPv6-in-IPv4)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

root@localhost:~#

0 Kudos
2,124 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please add the following in your dts file.

#include "qoriq-dpaa-eth.dtsi"

&fsldpaa {
ethernet@9 {
compatible = "fsl,dpa-ethernet";
fsl,fman-mac = <&enet7>;
dma-coherent;
};
};

0 Kudos
2,117 Views
hongyuanz
Contributor IV

hi yipingwang

Thank you very much for your support

10G has been passed

How to do performance testing methods. . ?

0 Kudos
2,158 Views
yipingwang
NXP TechSupport
NXP TechSupport

There is no problem with dts and serdes configuration.

Please check your hardware design, FM1@TGEC2 wasn't probed in u-boot at all.

0 Kudos
2,135 Views
hongyuanz
Contributor IV

hi yipingwang

How to use ping peer in fm1-mac10 in uboot  .?

0 Kudos
2,148 Views
hongyuanz
Contributor IV

U-Boot 2021.04-dirty (Nov 17 2021 - 15:08:37 +0800)

SoC: LS1046A Rev1.0 (0x87070110)
Clock Configuration:
CPU0(A72):1600 MHz CPU1(A72):1600 MHz CPU2(A72):1600 MHz
CPU3(A72):1600 MHz
Bus: 600 MHz DDR: 2100 MT/s FMAN: 700 MHz
Reset Configuration Word (RCW):
00000000: 0c150010 0e000000 00000000 00000000
00000010: 11338888 40000016 60040000 c1000000
00000020: 00000000 00000000 00000000 0002a804
00000030: 20004504 283e1309 00000096 00000001
Model: LS1046A PSCB Board
Board: LS1046APSCB, boot from SD
SERDES Reference Clocks:
SD1_CLK1 = 100.00MHZ, SD1_CLK2 = 156.25MHZ
DRAM: 3.9 GiB (DDR4, 64-bit, CL=15, ECC on)
Using SERDES1 Protocol: 4403 (0x1133)
Using SERDES2 Protocol: 34952 (0x8888)
NAND: 256 MiB
MMC: FSL_SDHC: 0
Loading Environment from MMC... OK
EEPROM: Read failed.
In: serial
Out: serial
Err: serial
SEC0: RNG instantiated
IIC3 is used, configure mux to use IIC3_SCL/IIC3/SDA
Net:
MMC read: dev # 0, block # 18432, count 128 ...
Fman1: Uploading microcode version 106.4.18
eth0: fm1-mac5 [PRIME]

Error: fm1-mac10 address not set.

 

 

 

0 Kudos
2,143 Views
hongyuanz
Contributor IV

Add print should probe : Error: fm1-mac10 address not set.

The kernel can't see the network port:

[ 2.388203] fsl_mac 1af2000.ethernet: of_get_mac_address(ethernet@f2000) failed
[ 2.395531] fsl_mac: probe of 1af2000.ethernet failed with error -22

 

0 Kudos
2,151 Views
hongyuanz
Contributor IV

uboot This is the development board configuration file

CONFIG_PHYLIB=y
CONFIG_PHYLIB_10G=y
CONFIG_PHY_REALTEK=y
CONFIG_PHY_VITESSE=y
CONFIG_E1000=y
CONFIG_FMAN_ENET=y
CONFIG_NVME=y
CONFIG_PCI=y
CONFIG_DM_PCI=y
CONFIG_DM_PCI_COMPAT=y


uboot This is the modified configuration file:

CONFIG_PHYLIB=y
CONFIG_PHY_AQUANTIA=y
CONFIG_PHY_REALTEK=y
CONFIG_PHY_FIXED=y
CONFIG_DM_ETH=y
CONFIG_DM_MDIO=y
CONFIG_E1000=y
CONFIG_FMAN_ENET=y
CONFIG_NVME=y
CONFIG_PCI=y

 

Need to add CONFIG_PHYLIB_10G = y and CONFIG_DM_ETH = n..?

0 Kudos