[ls1046a] fsl_mac 1ae8000.ethernet: of_get_mac_address(ethernet@e8000) failed

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

[ls1046a] fsl_mac 1ae8000.ethernet: of_get_mac_address(ethernet@e8000) failed

454 Views
gavingao
Contributor I

I have a ls1046a board which has 1G port on ethernet@e8000. and ethernet works fine in u-boot. but the ethernet@e8000 is not working in kernel with the following probe error.

[ 2.382794] Freescale FM module, FMD API version 21.1.0
[ 2.391087] Freescale FM Ports module
[ 2.394748] fsl_mac: fsl_mac: FSL FMan MAC API based driver
[ 2.400516] fsl_mac 1ae8000.ethernet: of_get_mac_address(ethernet@e8000) failed
[ 2.407834] fsl_mac: probe of 1ae8000.ethernet failed with error -22
[ 2.414571] fsl_mac 1af2000.ethernet: FMan MEMAC
[ 2.419199] fsl_mac 1af2000.ethernet: FMan MAC address: 00:e0:0c:00:7a:01
[ 2.426034] fsl_dpa: FSL DPAA Ethernet driver
[ 2.430535] fsl_dpa soc:fsl,dpaa:ethernet@4: dev_get_drvdata(1ae8000.ethernet) failed
[ 2.438396] fsl_dpa: probe of soc:fsl,dpaa:ethernet@4 failed with error -22
[ 2.446777] fsl_dpa: fsl_dpa: Probed interface eth0

In the device tree, I see both "mac-address" and "local-mac-address" is assigned valueroot@ls1046apscb:/proc/device-tree/soc/fman@1a00000/ethernet@e8000# xxd -p local-mac-address
9f86a2506fbf
root@ls1046apscb:/proc/device-tree/soc/fman@1a00000/ethernet@e8000# xxd -p mac-address
9f86a2506fbf
root@ls1046apscb:/proc/device-tree/soc/fman@1a00000/ethernet@e8000#

Is there anything I missed?

Labels (1)
Tags (3)
0 Kudos
Reply
3 Replies

410 Views
yipingwang
NXP TechSupport
NXP TechSupport

In u-boot, please configure environment variables as the following.

eth10addr=00:E0:0C:00:02:0a
eth11addr=00:E0:0C:00:02:0b
eth12addr=00:E0:0C:00:02:0c
eth13addr=00:E0:0C:00:02:0d
eth14addr=00:E0:0C:00:02:0e
eth15addr=00:E0:0C:00:02:0f
eth1addr=00:E0:0C:00:02:01
eth2addr=00:E0:0C:00:02:02
eth3addr=00:E0:0C:00:02:03
eth4addr=00:E0:0C:00:02:04
eth5addr=00:E0:0C:00:02:05
eth6addr=00:E0:0C:00:02:06
eth7addr=00:E0:0C:00:02:07
eth8addr=00:E0:0C:00:02:08
eth9addr=00:E0:0C:00:02:09

0 Kudos
Reply

395 Views
gavingao
Contributor I

Hi yiping,

The uboot environment variables you mention were set. here is the full boot log.
 
NOTICE:  Fixed DDR on board

NOTICE:  4 GB DDR4, 64-bit, CL=16, ECC on
NOTICE:  BL2: v2.10.0   (release):lf-6.6.52-2.2.0
NOTICE:  BL2: Built : 08:52:12, Nov  4 2024
NOTICE:  BL2: Booting BL31
NOTICE:  BL31: v2.10.0  (release):lf-6.6.52-2.2.0
NOTICE:  BL31: Built : 08:52:12, Nov  4 2024
NOTICE:  Welcome to ls1046apscb BL31 Phase


U-Boot 2024.04+g6c4545203d1+p0 (Nov 15 2024 - 04:02:13 +0000)

SoC:  LS1046AE Rev1.0 (0x87070010)
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 283e1101 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=16, ECC on)
Core:  42 devices, 18 uclasses, devicetree: separate
Using SERDES1 Protocol: 4403 (0x1133)
Using SERDES2 Protocol: 34952 (0x8888)
NAND:  1024 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], eth1: fm1-mac10
Hit any key to stop autoboot:  0
=> printenv
arch=arm
baudrate=115200
board=ls1046apscb
board_name=ls1046apscb
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; env exists secureboot && load ${devtype} ${devnum}:${distro_bootpart} ${scripthdraddr} ${prefix}${boot_script_hdr}; env exists secureboot && esbc_validate ${scripthdraddr};source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_net_usb_start=usb start
boot_pci_enum=pci enum
boot_prefixes=/ /boot/
boot_script_dhcp=boot.scr.uimg
boot_script_hdr=hdr_ls1046apscb_bs.out
boot_scripts=ls1046apscb_boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=scsi0 mmc0 usb0 dhcp
bootargs=console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.spi-0:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)
bootcmd=run distro_bootcmd;run sd_bootcmd; env exists secureboot && esbc_halt;
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; run boot_pci_enum; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_scsi0=devnum=0; run scsi_boot
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=10
bootm_size=0x10000000
console=ttyS0,115200
cpu=armv8
distro_bootcmd=scsi_need_init=; setenv nvme_need_init; for target in ${boot_targets}; do run bootcmd_${target}; done
efi_dtb_prefixes=/ /dtb/ /dtb/current/
eth10addr=00:E0:0C:00:02:0a
eth11addr=00:E0:0C:00:02:0b
eth12addr=00:E0:0C:00:02:0c
eth13addr=00:E0:0C:00:02:0d
eth14addr=00:E0:0C:00:02:0e
eth15addr=00:E0:0C:00:02:0f
eth1addr=00:e0:0c:00:7a:01
eth2addr=00:E0:0C:00:02:02
eth3addr=00:E0:0C:00:02:03
eth4addr=00:E0:0C:00:02:04
eth5addr=00:E0:0C:00:02:05
eth6addr=00:E0:0C:00:02:06
eth7addr=00:E0:0C:00:02:07
eth8addr=00:E0:0C:00:02:08
eth9addr=00:E0:0C:00:02:09
ethact=fm1-mac5
ethaddr=9F:86:A2:50:6F:BF
ethprime=fm1-mac5
fdt_addr=0x90000000
fdt_addr_r=0x90000000
fdtcontroladdr=fbc0df40
fdtheader_addr_r=0x80100000
fman_ucode=fbc292a0
fsl_bootcmd_mcinitcmd_set=y
hwconfig=fsl_ddr:bank_intlv=auto
kernel_addr=0x61000000
kernel_addr_r=0x81000000
kernel_addr_sd=0x8000
kernel_load=0xa0000000
kernel_size=0x2800000
kernel_size_sd=0x14000
kernel_start=0x1000000
kernelhdr_addr_sd=0x3000
kernelhdr_size_sd=0x10
kernelheader_addr_r=0x80200000
kernelheader_size=0x40000
kernelheader_start=0x600000
load_addr=0xa0000000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
loadaddr=0x90000000
mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi
mtdparts=1550000.spi-0:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)
nand_bootcmd=echo Trying load from nand..;nand info; nand read $load_addr $kernel_start $kernel_size; env exists secureboot && nand read $kernelheader_addr_r $kernelheader_start $kernelheader_size && esbc_validate ${kernelheader_addr_r}; bootm $load_addr#$board
nor_bootcmd=echo Trying load from nor..;cp.b $kernel_addr $load_addr $kernel_size; env exists secureboot && cp.b $kernelheader_addr $kernelheader_addr_r $kernelheader_size && esbc_validate ${kernelheader_addr_r}; bootm $load_addr#$board
nvme_boot=run boot_pci_enum; run nvme_init; if nvme dev ${devnum}; then devtype=nvme; run scan_dev_for_boot_part; fi
nvme_init=if ${nvme_need_init}; then setenv nvme_need_init false; nvme scan; fi
qspi_bootcmd=echo Trying load from qspi..;sf probe && sf read $load_addr $kernel_start $kernel_size; env exists secureboot && sf read $kernelheader_addr_r $kernelheader_start $kernelheader_size && esbc_validate ${kernelheader_addr_r}; bootm $load_addr#$board
ramdisk_addr=0x800000
ramdisk_addr_r=0xa0000000
ramdisk_size=0x2000000
sata_boot=if sata dev ${devnum}; then devtype=sata; run scan_dev_for_boot_part; fi
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
scan_dev_for_boot_part=part list ${devtype} ${devnum} devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then run scan_dev_for_boot; fi; done
scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo EXTLINUX FAILED: continuing...; fi
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
scriptaddr=0x80000000
scripthdraddr=0x80080000
scsi_boot=run boot_pci_enum; run scsi_init; if scsi dev ${devnum}; then devtype=scsi; run scan_dev_for_boot_part; fi
scsi_init=if ${scsi_need_init}; then scsi_need_init=false; scsi scan; fi
sd_bootcmd=echo Trying load from SD ..;mmcinfo; mmc read $load_addr $kernel_addr_sd $kernel_size_sd && env exists secureboot && mmc read $kernelheader_addr_r $kernelhdr_addr_sd $kernelhdr_size_sd  && esbc_validate ${kernelheader_addr_r};bootm $load_addr#$board
serverip=10.13.52.14
soc=fsl-layerscape
stderr=serial
stdin=serial
stdout=serial
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=freescale

Environment size: 6700/8188 bytes
=> boot
PCIe1: pcie@3400000 Root Complex: x4 gen1
PCIe2: pcie@3500000 disabled
PCIe3: pcie@3600000 disabled
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...
Found U-Boot script /ls1046apscb_boot.scr
968 bytes read in 2 ms (472.7 KiB/s)
## Executing script at 80000000
50094592 bytes read in 2075 ms (23 MiB/s)
32600 bytes read in 3 ms (10.4 MiB/s)
## Flattened Device Tree blob at 90000000
   Booting using the fdt blob at 0x90000000
Working FDT set to 90000000
   Loading Device Tree to 000000008ffe5000, end 000000008fffff57 ... OK
Working FDT set to 8ffe5000
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 6.6.52-ge0f9e2afd4cf-dirty (oe-user@oe-host) (aarch64-fsl-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Tue Nov 19 23:01:49 UTC 2024
[    0.000000] KASLR enabled
[    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-pfdr, compatible id fsl,qman-pfdr
[    0.000000] OF: reserved mem: 0x00000008fc000000..0x00000008fdffffff (32768 KiB) nomap non-reusable qman-pfdr
[    0.000000] OF: reserved mem: initialized node qman-fqd, compatible id fsl,qman-fqd
[    0.000000] OF: reserved mem: 0x00000008fe800000..0x00000008feffffff (8192 KiB) nomap non-reusable qman-fqd
[    0.000000] OF: reserved mem: initialized node bman-fbpr, compatible id fsl,bman-fbpr
[    0.000000] OF: reserved mem: 0x00000008ff000000..0x00000008ffffffff (16384 KiB) nomap non-reusable bman-fbpr
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000008ffffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x8fe0099c0-0x8fe00bfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
[    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 0x00000008fc000000-0x00000008fdffffff]
[    0.000000]   node   0: [mem 0x00000008fe000000-0x00000008fe7fffff]
[    0.000000]   node   0: [mem 0x00000008fe800000-0x00000008ffffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[    0.000000] On node 0, zone Normal: 16896 pages in unavailable ranges
[    0.000000] cma: Reserved 32 MiB at 0x00000000f9e00000 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: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.4
[    0.000000] percpu: Embedded 23 pages/cpu s54632 r8192 d31384 u94208
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: detected: Spectre-v2
[    0.000000] CPU features: detected: Spectre-v3a
[    0.000000] CPU features: detected: Spectre-BHB
[    0.000000] CPU features: kernel page table isolation forced ON by KASLR
[    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[    0.000000] CPU features: detected: ARM erratum 1742098
[    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Kernel command line: console=ttyS0,115200 earlycon=uart8250,mmio,0x21c0500 root=PARTUUID=2861fe8a-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] Fallback order for Node 0: 0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1015296
[    0.000000] Policy zone: Normal
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] software IO TLB: area num 4.
[    0.000000] software IO TLB: mapped [mem 0x00000000f5e00000-0x00000000f9e00000] (64MB)
[    0.000000] Memory: 3839920K/4126720K available (22272K kernel code, 4504K rwdata, 12184K rodata, 9792K init, 1143K bss, 254032K reserved, 32768K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=16 to nr_cpu_ids=4.
[    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=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GIC: Adjusting CPU interface base to 0x000000000142f000
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    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.000000] sched_clock: 56 bits at 25MHz, resolution 40ns, wraps every 4398046511100ns
[    0.008589] Console: colour dummy device 80x25
[    0.013098] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=100000)
[    0.023521] pid_max: default: 32768 minimum: 301
[    0.028200] LSM: initializing lsm=capability,integrity
[    0.033420] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.040875] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.049614] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.056756] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.064481] rcu: Hierarchical SRCU implementation.
[    0.069304] rcu:     Max phase no-delay instances is 1000.
[    0.075582] EFI services will not be available.
[    0.080274] smp: Bringing up secondary CPUs ...
[    0.085130] Detected PIPT I-cache on CPU1
[    0.085172] CPU1: Booted secondary processor 0x0000000001 [0x410fd082]
[    0.085495] Detected PIPT I-cache on CPU2
[    0.085528] CPU2: Booted secondary processor 0x0000000002 [0x410fd082]
[    0.085834] Detected PIPT I-cache on CPU3
[    0.085868] CPU3: Booted secondary processor 0x0000000003 [0x410fd082]
[    0.085908] smp: Brought up 1 node, 4 CPUs
[    0.121817] SMP: Total of 4 processors activated.
[    0.126550] CPU features: detected: 32-bit EL0 Support
[    0.131726] CPU features: detected: 32-bit EL1 Support
[    0.136897] CPU features: detected: CRC32 instructions
[    0.142112] CPU: All CPU(s) started at EL2
[    0.146243] alternatives: applying system-wide alternatives
[    0.152894] devtmpfs: initialized
[    0.159547] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.169365] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.176601] pinctrl core: initialized pinctrl subsystem
[    0.182377] Machine: LS1046A PSCB Board
[    0.186236] SoC family: QorIQ LS1046A
[    0.189913] SoC ID: svr:0x87070010, Revision: 1.0
[    0.194831] DMI not present or invalid.
[    0.199035] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.205420] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.212619] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.220544] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.228535] audit: initializing netlink subsys (disabled)
[    0.234036] audit: type=2000 audit(0.152:1): state=initialized audit_enabled=0 res=1
[    0.234604] thermal_sys: Registered thermal governor 'step_wise'
[    0.241837] thermal_sys: Registered thermal governor 'power_allocator'
[    0.247906] cpuidle: using governor ladder
[    0.258604] cpuidle: using governor menu
[    0.262620] Bman ver:0a02,02,01
[    0.267137] qman-fqd addr 0x00000008fe800000 size 0x800000
[    0.272656] qman-pfdr addr 0x00000008fc000000 size 0x2000000
[    0.278353] Qman ver:0a01,03,02,01
[    0.281838] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.288710] ASID allocator initialised with 32768 entries
[    0.295138] Serial: AMBA PL011 UART driver
[    0.299326] imx mu driver is registered.
[    0.303302] imx rpmsg driver is registered.
[    0.328478] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[    0.335582] Modules: 0 pages in range for non-PLT usage
[    0.335584] Modules: 511760 pages in range for PLT usage
[    0.341164] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.353345] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[    0.359651] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[    0.366481] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[    0.372786] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.379616] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[    0.385922] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[    0.392751] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[    0.467100] raid6: neonx8   gen()  4765 MB/s
[    0.539433] raid6: neonx4   gen()  4623 MB/s
[    0.611762] raid6: neonx2   gen()  3824 MB/s
[    0.684098] raid6: neonx1   gen()  2785 MB/s
[    0.756430] raid6: int64x8  gen()  2685 MB/s
[    0.828761] raid6: int64x4  gen()  2611 MB/s
[    0.901092] raid6: int64x2  gen()  2527 MB/s
[    0.973441] raid6: int64x1  gen()  1955 MB/s
[    0.977736] raid6: using algorithm neonx8 gen() 4765 MB/s
[    1.051202] raid6: .... xor() 3422 MB/s, rmw enabled
[    1.056195] raid6: using neon recovery algorithm
[    1.061263] ACPI: Interpreter disabled.
[    1.068436] iommu: Default domain type: Passthrough
[    1.073468] SCSI subsystem initialized
[    1.077403] usbcore: registered new interface driver usbfs
[    1.082938] usbcore: registered new interface driver hub
[    1.088296] usbcore: registered new device driver usb
[    1.093753] imx-i2c 2180000.i2c: scl-gpios not found
[    1.098768] imx-i2c 2180000.i2c: using dma0chan16 (tx) and dma0chan17 (rx) for DMA transfers
[    1.107314] i2c i2c-0: IMX I2C adapter registered
[    1.112528] i2c i2c-1: IMX I2C adapter registered
[    1.117543] i2c i2c-2: IMX I2C adapter registered
[    1.122999] pps_core: LinuxPPS API ver. 1 registered
[    1.127999] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.137199] PTP clock support registered
[    1.141275] EDAC MC: Ver: 3.0.0
[    1.144811] scmi_core: SCMI protocol bus registered
[    1.149948] bman-fbpr addr 0x00000008ff000000 size 0x1000000
[    1.155692] Bman err interrupt handler present
[    1.160844] Bman portal initialised, cpu 0
[    1.165055] Bman portal initialised, cpu 1
[    1.169261] Bman portal initialised, cpu 2
[    1.173469] Bman portal initialised, cpu 3
[    1.177589] Bman portals initialised
[    1.186606] Qman err interrupt handler present
[    1.191427] QMan: Allocated lookup table at (____ptrval____), entry count 131073
[    1.199515] QMan doesn't need cleanup, uninhibiting IRQs
[    1.204863] Qman portal initialised, cpu 0
[    1.209067] QMan doesn't need cleanup, uninhibiting IRQs
[    1.214412] Qman portal initialised, cpu 1
[    1.218610] QMan doesn't need cleanup, uninhibiting IRQs
[    1.223954] Qman portal initialised, cpu 2
[    1.228148] QMan doesn't need cleanup, uninhibiting IRQs
[    1.233493] Qman portal initialised, cpu 3
[    1.237611] Qman portals initialised
[    1.241253] Bman: BPID allocator includes range 32:32
[    1.246363] Qman: FQID allocator includes range 256:256
[    1.251620] Qman: FQID allocator includes range 32768:32768
[    1.257258] Qman: CGRID allocator includes range 0:256
[    1.262564] Qman: pool channel allocator includes range 1025:15
[    1.268577] No USDPAA memory, no 'fsl,usdpaa-mem' in device-tree
[    1.274943] fsl-ifc 1530000.memory-controller: Freescale Integrated Flash Controller
[    1.282756] fsl-ifc 1530000.memory-controller: IFC version 1.4, 8 banks
[    1.289903] FPGA manager framework
[    1.293363] Advanced Linux Sound Architecture Driver Initialized.
[    1.299982] vgaarb: loaded
[    1.302967] clocksource: Switched to clocksource arch_sys_counter
[    1.309233] VFS: Disk quotas dquot_6.6.0
[    1.313200] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.320211] pnp: PnP ACPI: disabled
[    1.327396] NET: Registered PF_INET protocol family
[    1.332425] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    1.341539] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    1.350163] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.357966] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    1.366066] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    1.374003] TCP: Hash tables configured (established 32768 bind 32768)
[    1.380616] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    1.387413] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    1.394694] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.400576] RPC: Registered named UNIX socket transport module.
[    1.406539] RPC: Registered udp transport module.
[    1.411271] RPC: Registered tcp transport module.
[    1.416002] RPC: Registered tcp-with-tls transport module.
[    1.421520] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.428004] NET: Registered PF_XDP protocol family
[    1.432830] PCI: CLS 0 bytes, default 64
[    1.436967] kvm [1]: IPA Size Limit: 44 bits
[    1.442426] kvm [1]: vgic interrupt IRQ9
[    1.446395] kvm [1]: Hyp mode initialized successfully
[    1.452240] Initialise system trusted keyrings
[    1.456799] workingset: timestamp_bits=42 max_order=20 bucket_order=0
[    1.463444] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.469436] NFS: Registering the id_resolver key type
[    1.474547] Key type id_resolver registered
[    1.478755] Key type id_legacy registered
[    1.482796] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.489541] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.496994] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    1.503222] fuse: init (API version 7.39)
[    1.507325] 9p: Installing v9fs 9p2000 file system support
[    1.529607] xor: measuring software checksum speed
[    1.535710]    8regs           :  7708 MB/sec
[    1.541272]    32regs          :  8337 MB/sec
[    1.547127]    arm64_neon      :  6699 MB/sec
[    1.551509] xor: using function: 32regs (8337 MB/sec)
[    1.556592] Key type asymmetric registered
[    1.560712] Asymmetric key parser 'x509' registered
[    1.565643] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    1.573146] io scheduler mq-deadline registered
[    1.577707] io scheduler kyber registered
[    1.581753] io scheduler bfq registered
[    1.590844] lynx-10g 1ea0000.phy: PLLF: enabled, locked, reference clock 100MHz, clock net 5GHz
[    1.599608] lynx-10g 1ea0000.phy:    Supported interfaces and link modes:
[    1.606266] lynx-10g 1ea0000.phy:            sgmii
[    1.610298] lynx-10g 1ea0000.phy:            1000base-x
[    1.614768] lynx-10g 1ea0000.phy:            1000baseKX/Full
[    1.619674] lynx-10g 1ea0000.phy:            qsgmii
[    1.623794] lynx-10g 1ea0000.phy: PLLS: enabled, locked, reference clock 156.25MHz, clock net 5.15625GHz
[    1.633339] lynx-10g 1ea0000.phy:    Supported interfaces and link modes:
[    1.639995] lynx-10g 1ea0000.phy:            10gbase-r
[    1.644377] lynx-10g 1ea0000.phy:            10000baseKR/Full
[    1.649547] lynx-10g 1eb0000.phy: PLLF: enabled, locked, reference clock 100MHz, clock net unknown
[    1.658572] lynx-10g 1eb0000.phy:    Supported interfaces and link modes:
[    1.665229] lynx-10g 1eb0000.phy: PLLS: enabled, locked, reference clock 100MHz, clock net 5GHz
[    1.673986] lynx-10g 1eb0000.phy:    Supported interfaces and link modes:
[    1.680643] lynx-10g 1eb0000.phy:            sgmii
[    1.684674] lynx-10g 1eb0000.phy:            1000base-x
[    1.689147] lynx-10g 1eb0000.phy:            1000baseKX/Full
[    1.702944] layerscape-pcie 3400000.pcie: host bridge /soc/pcie@3400000 ranges:
[    1.710327] layerscape-pcie 3400000.pcie:       IO 0x4000010000..0x400001ffff -> 0x0000000000
[    1.718926] layerscape-pcie 3400000.pcie:      MEM 0x4040000000..0x407fffffff -> 0x0040000000
[    1.727543] layerscape-pcie 3400000.pcie: iATU: unroll F, 8 ob, 6 ib, align 4K, limit 4G
[    1.835719] layerscape-pcie 3400000.pcie: PCIe Gen.3 x4 link up
[    1.841800] layerscape-pcie 3400000.pcie: PCI host bridge to bus 0000:00
[    1.848548] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.854070] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    1.860291] pci_bus 0000:00: root bus resource [mem 0x4040000000-0x407fffffff] (bus address [0x40000000-0x7fffffff])
[    1.870905] pci 0000:00:00.0: [1957:81c0] type 01 class 0x060400
[    1.876988] pci 0000:00:00.0: supports D1 D2
[    1.881284] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot
[    1.888267] pci 0000:01:00.0: [1ec4:0802] type 00 class 0x020001
[    1.894363] pci 0000:01:00.0: reg 0x10: [mem 0x4040000000-0x404000ffff]
[    1.901047] pci 0000:01:00.0: reg 0x14: [mem 0x4040010000-0x404001ffff]
[    1.907731] pci 0000:01:00.0: reg 0x18: [mem 0x4040020000-0x404002ffff]
[    1.914489] pci 0000:01:00.0: reg 0x30: [mem 0x4040030000-0x404003ffff pref]
[    1.921842] pci 0000:01:00.0: supports D1
[    1.925875] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[    1.932467] pci 0000:01:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:00.0 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[    1.947971] pci 0000:00:00.0: BAR 14: assigned [mem 0x4040000000-0x40400fffff]
[    1.955247] pci 0000:01:00.0: BAR 0: assigned [mem 0x4040000000-0x404000ffff]
[    1.962438] pci 0000:01:00.0: BAR 1: assigned [mem 0x4040010000-0x404001ffff]
[    1.969629] pci 0000:01:00.0: BAR 2: assigned [mem 0x4040020000-0x404002ffff]
[    1.976819] pci 0000:01:00.0: BAR 6: assigned [mem 0x4040030000-0x404003ffff pref]
[    1.984441] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    1.989700] pci 0000:00:00.0:   bridge window [mem 0x4040000000-0x40400fffff]
[    1.997051] pcieport 0000:00:00.0: PME: Signaling with IRQ 58
[    2.002975] pcieport 0000:00:00.0: AER: enabled with IRQ 57
[    2.009790] EINJ: ACPI disabled.
[    2.030372] Bus freq driver module loaded
[    2.042882] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.051235] printk: console [ttyS0] disabled
[    2.055684] 21c0500.serial: ttyS0 at MMIO 0x21c0500 (irq = 59, base_baud = 18750000) is a 16550A
[    2.064553] printk: console [ttyS0] enabled
[    2.064553] printk: console [ttyS0] enabled
[    2.072945] printk: bootconsole [uart8250] disabled
[    2.072945] printk: bootconsole [uart8250] disabled
[    2.087403] 21c0600.serial: ttyS1 at MMIO 0x21c0600 (irq = 59, base_baud = 18750000) is a 16550A
[    2.096636] SuperH (H)SCI(F) driver initialized
[    2.101691] msm_serial: driver initialized
[    2.106397] STM32 USART driver initialized
[    2.116608] brd: module loaded
[    2.122142] loop: module loaded
[    2.125400] at24 1-0056: supply vcc not found, using dummy regulator
[    2.161867] at24 2-0052: supply vcc not found, using dummy regulator
[    2.199238] megasas: 07.725.01.00-rc1
[    2.203787] ahci-qoriq 3200000.sata: supply ahci not found, using dummy regulator
[    2.211324] ahci-qoriq 3200000.sata: supply phy not found, using dummy regulator
[    2.218745] ahci-qoriq 3200000.sata: supply target not found, using dummy regulator
[    2.226506] ahci-qoriq 3200000.sata: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl platform mode
[    2.235478] ahci-qoriq 3200000.sata: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sds apst
[    2.245534] scsi host0: ahci-qoriq
[    2.249033] ata1: SATA max UDMA/133 mmio [mem 0x03200000-0x0320ffff] port 0x100 irq 60
[    2.258160] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xa3
[    2.264525] nand: AMD/Spansion S34MS08G2
[    2.268449] nand: 1024 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
[    2.276693] Bad block table found at page 524224, version 0x01
[    2.283498] Bad block table found at page 524160, version 0x01
[    2.289919] 4 fixed-partitions partitions found on MTD device 7e800000.flash
[    2.296975] Creating 4 MTD partitions on "7e800000.flash":
[    2.302465] 0x000000000000-0x000001000000 : "nand_dtb"
[    2.308226] 0x000001000000-0x000004000000 : "nand_kernel"
[    2.314221] 0x000004000000-0x000020000000 : "nand_rootfs"
[    2.320659] 0x000020000000-0x000040000000 : "nand_free"
[    2.326979] fsl,ifc-nand 7e800000.nand: IFC NAND device at 0x7e800000, bank 0
[    2.336004] spi-nor spi1.0: s25fs512s (65536 Kbytes)
[    2.342741] MACsec IEEE 802.1AE
[    2.348039] tun: Universal TUN/TAP device driver, 1.6
[    2.353928] thunder_xcv, ver 1.0
[    2.357173] thunder_bgx, ver 1.0
[    2.360420] nicpf, ver 1.0
[    2.382901] Freescale FM module, FMD API version 21.1.0
[    2.391183] Freescale FM Ports module
[    2.394843] fsl_mac: fsl_mac: FSL FMan MAC API based driver
[    2.400619] fsl_mac 1ae8000.ethernet: of_get_mac_address(ethernet@e8000) failed
[    2.407935] fsl_mac: probe of 1ae8000.ethernet failed with error -22
[    2.414674] fsl_mac 1af2000.ethernet: FMan MEMAC
[    2.419301] fsl_mac 1af2000.ethernet: FMan MAC address: 00:e0:0c:00:7a:01
[    2.426134] fsl_dpa: FSL DPAA Ethernet driver
[    2.430638] fsl_dpa soc:fsl,dpaa:ethernet@4: dev_get_drvdata(1ae8000.ethernet) failed
[    2.438501] fsl_dpa: probe of soc:fsl,dpaa:ethernet@4 failed with error -22
[    2.446895] fsl_dpa: fsl_dpa: Probed interface eth0
[    2.451823] fsl_advanced: FSL DPAA Advanced drivers:
[    2.456790] fsl_proxy: FSL DPAA Proxy initialization driver
[    2.462481] fsl_oh: FSL FMan Offline Parsing port driver
[    2.468457] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[    2.475685] hns3: Copyright (c) 2017 Huawei Corporation.
[    2.481018] hclge is initializing
[    2.484346] e1000: Intel(R) PRO/1000 Network Driver
[    2.489225] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    2.494986] e1000e: Intel(R) PRO/1000 Network Driver
[    2.499951] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.505887] igb: Intel(R) Gigabit Ethernet Network Driver
[    2.511286] igb: Copyright (c) 2007-2014 Intel Corporation.
[    2.516871] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[    2.523139] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    2.529359] sky2: driver version 1.30
[    2.534044] usbcore: registered new device driver r8152-cfgselector
[    2.540325] usbcore: registered new interface driver r8152
[    2.545824] usbcore: registered new interface driver asix
[    2.551240] usbcore: registered new interface driver ax88179_178a
[    2.557707] VFIO - User Level meta-driver version: 0.3
[    2.566755] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    2.569408] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[    2.572267] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[    2.573133] ata1: SATA link down (SStatus 0 SControl 300)
[    2.577753] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
[    2.585464] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x0000008002000810
[    2.590856] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x0000008002000810
[    2.598484] xhci-hcd xhci-hcd.0.auto: irq 65, io mem 0x02f00000
[    2.607868] xhci-hcd xhci-hcd.2.auto: irq 66, io mem 0x03000000
[    2.617332] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    2.623265] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[    2.629107] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 3
[    2.634594] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4
[    2.640078] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[    2.647735] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
[    2.655748] hub 1-0:1.0: USB hub found
[    2.672218] hub 1-0:1.0: 1 port detected
[    2.676631] hub 3-0:1.0: USB hub found
[    2.680400] hub 3-0:1.0: 1 port detected
[    2.684545] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    2.684739] hub 2-0:1.0: USB hub found
[    2.693803] hub 2-0:1.0: 1 port detected
[    2.698126] hub 4-0:1.0: USB hub found
[    2.701891] hub 4-0:1.0: 1 port detected
[    2.705957] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 5
[    2.713678] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x0000008002000810
[    2.723098] xhci-hcd xhci-hcd.1.auto: irq 67, io mem 0x03100000
[    2.729122] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    2.734617] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 6
[    2.742282] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[    2.749139] hub 5-0:1.0: USB hub found
[    2.752910] hub 5-0:1.0: 1 port detected
[    2.757310] hub 6-0:1.0: USB hub found
[    2.761080] hub 6-0:1.0: 1 port detected
[    2.765743] usbcore: registered new interface driver uas
[    2.771095] usbcore: registered new interface driver usb-storage
[    2.779913] i2c_dev: i2c /dev entries driver
[    2.786445] ptp_qoriq: device tree node missing required elements, try automatic configuration
[    2.795143] pps pps0: new PPS source ptp0
[    2.799983] ina2xx 1-0040: supply vs not found, using dummy regulator
[    2.806650] ina2xx 1-0040: error configuring the device: -11
[    2.812444] ina2xx 1-0041: supply vs not found, using dummy regulator
[    2.819091] ina2xx 1-0041: error configuring the device: -11
[    2.824892] lm75 1-0048: supply vs not found, using dummy regulator
[    2.831462] lm75: probe of 1-0048 failed with error -11
[    2.836971] lm90 1-004c: Failed to initialize device
[    2.841999] lm90: probe of 1-004c failed with error -11
[    2.847848] irps5401 1-0043: PMBus status register not found
[    2.854005] irps5401 1-0046: PMBus status register not found
[    2.854981] usb usb2-port1: over-current condition
[    2.873900] qoriq-cpufreq qoriq-cpufreq: Freescale QorIQ CPU frequency scaling driver
[    2.882534] sdhci: Secure Digital Host Controller Interface driver
[    2.888729] sdhci: Copyright(c) Pierre Ossman
[    2.893828] Synopsys Designware Multimedia Card Interface Driver
[    2.900785] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.908607] ledtrig-cpu: registered to indicate activity on CPUs
[    2.915822] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    2.923069] usbcore: registered new interface driver usbhid
[    2.928649] usbhid: USB HID core driver
[    2.930988] mmc0: SDHCI controller on 1560000.esdhc [1560000.esdhc] using ADMA 64-bit
[    2.933074] Freescale USDPAA process driver
[    2.944502] fsl-usdpaa: no region found
[    2.948336] Freescale USDPAA process IRQ driver
[    2.956114] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    2.965290]  cs_system_cfg: CoreSight Configuration manager initialised
[    2.971791] mmc0: new high speed SDHC card at address 59b4
[    2.973432] optee: probing for conduit method.
[    2.977721] mmcblk0: mmc0:59b4 USD00 7.48 GiB
[    2.981837] optee: api uid mismatch
[    2.981840] optee: probe of firmware:optee failed with error -22
[    2.984578] NET: Registered PF_LLC protocol family
[    2.987606]  mmcblk0: p1 p2 p3 p4
[    2.989710] u32 classifier
[    3.006488]     input device check on
[    3.010150]     Actions configured
[    3.014020] Initializing XFRM netlink socket
[    3.018325] NET: Registered PF_INET6 protocol family
[    3.023706] Segment Routing with IPv6
[    3.027406] In-situ OAM (IOAM) with IPv6
[    3.030991] usb usb4-port1: over-current condition
[    3.031373] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    3.042280] NET: Registered PF_PACKET protocol family
[    3.047343] NET: Registered PF_KEY protocol family
[    3.052155] Bridge firewalling registered
[    3.056310] 8021q: 802.1Q VLAN Support v1.8
[    3.060504] lib80211: common routines for IEEE802.11 drivers
[    3.066195] 9pnet: Installing 9P2000 support
[    3.070525] Key type dns_resolver registered
[    3.084387] registered taskstats version 1
[    3.088556] Loading compiled-in X.509 certificates
[    3.098464] Btrfs loaded, zoned=no, fsverity=no
[    3.105580] clk: Disabling unused clocks
[    3.109536] ALSA device list:
[    3.112507]   No soundcards found.
[    3.341264] EXT4-fs (mmcblk0p4): recovery complete
[    3.346142] EXT4-fs (mmcblk0p4): mounted filesystem 0c30d97e-5586-43dd-acbb-054ad29655a7 r/w with ordered data mode. Quota mode: none.
[    3.358273] VFS: Mounted root (ext4 filesystem) on device 179:4.
[    3.366921] devtmpfs: mounted
[    3.372792] Freeing unused kernel memory: 9792K
[    3.377394] Run /sbin/init as init process
INIT: version 3.04 booting
Starting udev
[    3.888167] udevd[132]: starting version 3.2.14
[    6.078977] random: crng init done
[    6.110667] udevd[133]: starting eudev-3.2.14
[    6.179843] mtdblock: MTD device 'nand_dtb' is NAND, please consider using UBI block devices instead.
[    6.183953] mtdblock: MTD device 'nand_kernel' is NAND, please consider using UBI block devices instead.
[    6.184148] mtdblock: MTD device 'nand_rootfs' is NAND, please consider using UBI block devices instead.
[    6.184758] mtdblock: MTD device 'nand_free' is NAND, please consider using UBI block devices instead.
[    6.232099] fsl_dpa soc:fsl,dpaa:ethernet@9 fm1-mac10: renamed from eth0
[    6.907744] mtdblock: MTD device 'nand_rootfs' is NAND, please consider using UBI block devices instead.
[    7.096029] mtdblock: MTD device 'nand_dtb' is NAND, please consider using UBI block devices instead.
[    7.167217] mtdblock: MTD device 'nand_free' is NAND, please consider using UBI block devices instead.
[    7.354756] mtdblock: MTD device 'nand_kernel' is NAND, please consider using UBI block devices instead.
[    7.536587] EXT4-fs (mmcblk0p3): recovery complete
[    7.541473] EXT4-fs (mmcblk0p3): mounted filesystem 66e8f788-223d-4265-b233-c7cd0657b49a r/w with ordered data mode. Quota mode: none.
[    7.601318] EXT4-fs (mmcblk0p2): recovery complete
[    7.606212] EXT4-fs (mmcblk0p2): mounted filesystem 6e7e6a71-9a2b-4724-a233-8710a966f1a6 r/w with ordered data mode. Quota mode: none.
[    7.618819] EXT4-fs (mmcblk0p1): recovery complete
[    7.623690] EXT4-fs (mmcblk0p1): mounted filesystem 75243a4c-fc4e-47dd-a821-82135089158c r/w with ordered data mode. Quota mode: none.
[    7.675013] EXT4-fs (mmcblk0p4): re-mounted 0c30d97e-5586-43dd-acbb-054ad29655a7 r/w. Quota mode: none.
hwclock: can't open '/dev/misc/rtc': No such file or directory
Fri Mar  9 15:05:05 UTC 2018
hwclock: can't open '/dev/misc/rtc': No such file or directory
INIT: Entering runlevel: 5misc/r
Configuring network interfaces... ifup: interface lo already configured
done.
Starting OpenBSD Secure Shell server: sshd
done.
Starting syslogd/klogd: done
sed: unmatched '/'
sed: unmatched '/'
sed: unmatched '/'

QorIQ SDK (FSL Reference Distro) 5.0.8 ls1046apscb /dev/ttyS0

ls1046apscb login:
 
0 Kudos
Reply

301 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please check whether the following section is defined correctly in dts file

&fman0 {

...

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

...

sgmii_phy1: ethernet-phy@3 {
reg = <0x3>;//Please modify the PHY address according to your custom board.
};


};

0 Kudos
Reply