Last active
July 22, 2021 05:50
-
-
Save KunYi/3f6757dac8ed0e7e2066f3b5b0e0fe25 to your computer and use it in GitHub Desktop.
SRG-IMX8P without FitImage Booting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| U-Boot SPL 2020.04-srg-imx8p+g57568fdd92 (Jul 19 2021 - 08:05:43 +0000) | |
| DDRINFO: start DRAM init | |
| DDRINFO: DRAM rate 3000MTS | |
| DDRINFO:ddrphy calibration done | |
| DDRINFO: ddrmix config done | |
| Normal Boot | |
| Trying to boot from BOOTROM | |
| image offset 0x8000, pagesize 0x200, ivt offset 0x0 | |
| NOTICE: BL31: v2.4(release):lf-5.10.y-1.0.0-0-gba76d337e | |
| NOTICE: BL31: Built : 08:27:48, Mar 1 2021 | |
| U-Boot 2020.04-srg-imx8p+g57568fdd92 (Jul 19 2021 - 08:05:43 +0000) | |
| alloc_simple() alloc space exhausted | |
| CPU: i.MX8MP[6] rev1.1 1600 MHz (running at 1200 MHz) | |
| CPU: Industrial temperature grade (-40C to 105C) at 40C | |
| Reset cause: POR | |
| Model: AAEON SRG-IMX8P IoT Gateway | |
| DRAM: 2 GiB | |
| MMC: FSL_SDHC: 1, FSL_SDHC: 2 | |
| Loading Environment from MMC... OK | |
| [*]-Video Link 0probe video device failed, ret -2 | |
| [0] lcd-controller@32e80000, video | |
| [1] mipi_dsi@32e60000, video_bridge | |
| [2] adv7535@3d, panel | |
| probe video device failed, ret -2 | |
| In: serial | |
| Out: serial | |
| Err: serial | |
| BuildInfo: | |
| - ATF ba76d33 | |
| - U-Boot 2020.04-srg-imx8p+g57568fdd92 | |
| switch to partitions #0, OK | |
| mmc1 is current device | |
| flash target is MMC:1 | |
| Net: Could not get PHY for FEC0: addr 1 | |
| Could not get PHY for FEC0: addr 1 | |
| No ethernet found. | |
| Fastboot: Normal | |
| Normal Boot | |
| Hit any key to stop autoboot: 0 | |
| switch to partitions #0, OK | |
| mmc1 is current device | |
| 29346304 bytes read in 2454 ms (11.4 MiB/s) | |
| Booting from mmc ... | |
| 58514 bytes read in 27 ms (2.1 MiB/s) | |
| ## Flattened Device Tree blob at 43000000 | |
| Booting using the fdt blob at 0x43000000 | |
| Using Device Tree in place at 0000000043000000, end 0000000043011491 | |
| Found /vipsi@38500000 node | |
| Modify /vipsi@38500000:status disabled | |
| Found /dsp@3b6e8000 node | |
| Modify /dsp@3b6e8000:status disabled | |
| probe video device failed, ret -2 | |
| Starting kernel ... | |
| [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] | |
| [ 0.000000] Linux version 5.10.9-1.0.0+g95f853733d21 (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #1 SMP PREEMPT Mon Jul 19 12:16:36 UTC 2021 | |
| [ 0.000000] Machine model: AAEON SRG-IMX8P IoT Gateway | |
| [ 0.000000] efi: UEFI not found. | |
| [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000062000000, size 768 MiB | |
| [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool | |
| [ 0.000000] NUMA: No NUMA configuration found | |
| [ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x00000000bfffffff] | |
| [ 0.000000] NUMA: NODE_DATA [mem 0xbfbd7700-0xbfbd9fff] | |
| [ 0.000000] Zone ranges: | |
| [ 0.000000] DMA [mem 0x0000000040000000-0x00000000bfffffff] | |
| [ 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 0x0000000040000000-0x0000000055ffffff] | |
| [ 0.000000] node 0: [mem 0x0000000058000000-0x00000000923fffff] | |
| [ 0.000000] node 0: [mem 0x0000000094400000-0x00000000bfffffff] | |
| [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bfffffff] | |
| [ 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.2 | |
| [ 0.000000] percpu: Embedded 23 pages/cpu s56216 r8192 d29800 u94208 | |
| [ 0.000000] Detected VIPT I-cache on CPU0 | |
| [ 0.000000] CPU features: detected: ARM erratum 845719 | |
| [ 0.000000] CPU features: detected: GIC system register CPU interface | |
| [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 499712 | |
| [ 0.000000] Policy zone: DMA | |
| [ 0.000000] Kernel command line: console=ttymxc1,115200 root=/dev/mmcblk1p1 rootwait rw | |
| [ 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] mem auto-init: stack:off, heap alloc:off, heap free:off | |
| [ 0.000000] Memory: 1175404K/2031616K available (17472K kernel code, 1458K rwdata, 6764K rodata, 2880K init, 543K bss, 69780K reserved, 786432K 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=256 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] GICv3: GIC: Using split EOI/Deactivate mode | |
| [ 0.000000] GICv3: 160 SPIs implemented | |
| [ 0.000000] GICv3: 0 Extended SPIs implemented | |
| [ 0.000000] GICv3: Distributor has no Range Selector support | |
| [ 0.000000] GICv3: 16 PPIs implemented | |
| [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000038880000 | |
| [ 0.000000] ITS: No ITS available, not enabling LPIs | |
| [ 0.000000] random: get_random_bytes called from start_kernel+0x330/0x4f4 with crng_init=0 | |
| [ 0.000000] arch_timer: cp15 timer(s) running at 8.00MHz (phys). | |
| [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 440795202120 ns | |
| [ 0.000004] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns | |
| [ 0.000360] Console: colour dummy device 80x25 | |
| [ 0.000420] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.00 BogoMIPS (lpj=32000) | |
| [ 0.000433] pid_max: default: 32768 minimum: 301 | |
| [ 0.000505] LSM: Security Framework initializing | |
| [ 0.000557] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) | |
| [ 0.000569] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) | |
| [ 0.001757] rcu: Hierarchical SRCU implementation. | |
| [ 0.002945] EFI services will not be available. | |
| [ 0.003116] smp: Bringing up secondary CPUs ... | |
| [ 0.003481] Detected VIPT I-cache on CPU1 | |
| [ 0.003506] GICv3: CPU1: found redistributor 1 region 0:0x00000000388a0000 | |
| [ 0.003543] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] | |
| [ 0.003985] Detected VIPT I-cache on CPU2 | |
| [ 0.004003] GICv3: CPU2: found redistributor 2 region 0:0x00000000388c0000 | |
| [ 0.004024] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] | |
| [ 0.004401] Detected VIPT I-cache on CPU3 | |
| [ 0.004416] GICv3: CPU3: found redistributor 3 region 0:0x00000000388e0000 | |
| [ 0.004434] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] | |
| [ 0.004490] smp: Brought up 1 node, 4 CPUs | |
| [ 0.004509] SMP: Total of 4 processors activated. | |
| [ 0.004517] CPU features: detected: 32-bit EL0 Support | |
| [ 0.004523] CPU features: detected: CRC32 instructions | |
| [ 0.004530] CPU features: detected: 32-bit EL1 Support | |
| [ 0.012657] CPU: All CPU(s) started at EL2 | |
| [ 0.012680] alternatives: patching kernel code | |
| [ 0.013601] devtmpfs: initialized | |
| [ 0.021578] KASLR disabled due to lack of seed | |
| [ 0.021786] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns | |
| [ 0.021800] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) | |
| [ 0.040477] pinctrl core: initialized pinctrl subsystem | |
| [ 0.040967] DMI not present or invalid. | |
| [ 0.041342] NET: Registered protocol family 16 | |
| [ 0.048143] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations | |
| [ 0.049052] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations | |
| [ 0.049951] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations | |
| [ 0.050036] audit: initializing netlink subsys (disabled) | |
| [ 0.050251] audit: type=2000 audit(0.048:1): state=initialized audit_enabled=0 res=1 | |
| [ 0.050789] thermal_sys: Registered thermal governor 'step_wise' | |
| [ 0.050794] thermal_sys: Registered thermal governor 'power_allocator' | |
| [ 0.051086] cpuidle: using governor menu | |
| [ 0.051261] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. | |
| [ 0.051338] ASID allocator initialised with 65536 entries | |
| [ 0.052351] Serial: AMBA PL011 UART driver | |
| [ 0.052410] imx mu driver is registered. | |
| [ 0.052432] imx rpmsg driver is registered. | |
| [ 0.090386] imx8mp-pinctrl 30330000.pinctrl: initialized IMX pinctrl driver | |
| [ 0.108224] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages | |
| [ 0.108237] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages | |
| [ 0.108245] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages | |
| [ 0.108253] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages | |
| [ 0.109126] cryptd: max_cpu_qlen set to 1000 | |
| [ 0.112154] ACPI: Interpreter disabled. | |
| [ 0.113427] iommu: Default domain type: Translated | |
| [ 0.113572] vgaarb: loaded | |
| [ 0.113849] SCSI subsystem initialized | |
| [ 0.114164] usbcore: registered new interface driver usbfs | |
| [ 0.114199] usbcore: registered new interface driver hub | |
| [ 0.114229] usbcore: registered new device driver usb | |
| [ 0.115538] mc: Linux media interface: v0.10 | |
| [ 0.115563] videodev: Linux video capture interface: v2.00 | |
| [ 0.115630] pps_core: LinuxPPS API ver. 1 registered | |
| [ 0.115638] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> | |
| [ 0.115651] PTP clock support registered | |
| [ 0.115824] EDAC MC: Ver: 3.0.0 | |
| [ 0.116890] FPGA manager framework | |
| [ 0.116978] Advanced Linux Sound Architecture Driver Initialized. | |
| [ 0.117602] Bluetooth: Core ver 2.22 | |
| [ 0.117629] NET: Registered protocol family 31 | |
| [ 0.117635] Bluetooth: HCI device and connection manager initialized | |
| [ 0.117644] Bluetooth: HCI socket layer initialized | |
| [ 0.117652] Bluetooth: L2CAP socket layer initialized | |
| [ 0.117667] Bluetooth: SCO socket layer initialized | |
| [ 0.118435] clocksource: Switched to clocksource arch_sys_counter | |
| [ 0.118589] VFS: Disk quotas dquot_6.6.0 | |
| [ 0.118636] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
| [ 0.118789] pnp: PnP ACPI: disabled | |
| [ 0.124811] NET: Registered protocol family 2 | |
| [ 0.125164] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) | |
| [ 0.125201] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) | |
| [ 0.125337] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) | |
| [ 0.125563] TCP: Hash tables configured (established 16384 bind 16384) | |
| [ 0.125643] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) | |
| [ 0.125686] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) | |
| [ 0.125823] NET: Registered protocol family 1 | |
| [ 0.126117] RPC: Registered named UNIX socket transport module. | |
| [ 0.126123] RPC: Registered udp transport module. | |
| [ 0.126128] RPC: Registered tcp transport module. | |
| [ 0.126134] RPC: Registered tcp NFSv4.1 backchannel transport module. | |
| [ 0.126875] PCI: CLS 0 bytes, default 64 | |
| [ 0.127545] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available | |
| [ 0.128248] kvm [1]: IPA Size Limit: 40 bits | |
| [ 0.129663] kvm [1]: GICv3: no GICV resource entry | |
| [ 0.129669] kvm [1]: disabling GICv2 emulation | |
| [ 0.129688] kvm [1]: GIC system register CPU interface enabled | |
| [ 0.129751] kvm [1]: vgic interrupt IRQ9 | |
| [ 0.129855] kvm [1]: Hyp mode initialized successfully | |
| [ 0.132722] Initialise system trusted keyrings | |
| [ 0.132834] workingset: timestamp_bits=42 max_order=19 bucket_order=0 | |
| [ 0.138712] squashfs: version 4.0 (2009/01/31) Phillip Lougher | |
| [ 0.139281] NFS: Registering the id_resolver key type | |
| [ 0.139302] Key type id_resolver registered | |
| [ 0.139308] Key type id_legacy registered | |
| [ 0.139381] nfs4filelayout_init: NFSv4 File Layout Driver Registering... | |
| [ 0.139402] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. | |
| [ 0.139803] 9p: Installing v9fs 9p2000 file system support | |
| [ 0.175927] Key type asymmetric registered | |
| [ 0.175936] Asymmetric key parser 'x509' registered | |
| [ 0.175968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) | |
| [ 0.175976] io scheduler mq-deadline registered | |
| [ 0.175981] io scheduler kyber registered | |
| [ 0.178553] samsung-hdmi-phy 32fdff00.hdmiphy: failed to get phy apb clk: -517 | |
| [ 0.182868] pwm-backlight lvds_backlight: supply power not found, using dummy regulator | |
| [ 0.183514] EINJ: ACPI disabled. | |
| [ 0.188198] i.MX clk 324: register failed with -2 | |
| [ 0.188210] i.MX clk 325: register failed with -2 | |
| [ 0.188215] i.MX clk 326: register failed with -2 | |
| [ 0.188220] i.MX clk 328: register failed with -2 | |
| [ 0.188226] i.MX clk 329: register failed with -2 | |
| [ 0.188231] i.MX clk 330: register failed with -2 | |
| [ 0.192747] SoC: i.MX8MP revision 1.1 | |
| [ 0.193245] Bus freq driver module loaded | |
| [ 0.199185] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled | |
| [ 0.201487] 30860000.serial: ttymxc0 at MMIO 0x30860000 (irq = 35, base_baud = 5000000) is a IMX | |
| [ 0.202122] 30880000.serial: ttymxc2 at MMIO 0x30880000 (irq = 36, base_baud = 5000000) is a IMX | |
| [ 0.202664] 30890000.serial: ttymxc1 at MMIO 0x30890000 (irq = 37, base_baud = 1500000) is a IMX | |
| [ 1.217205] printk: console [ttymxc1] enabled | |
| [ 1.224203] imx-lcdifv3 32e80000.lcd-controller: No pix clock get: -517 | |
| [ 1.231556] imx-lcdifv3 32e90000.lcd-controller: No pix clock get: -517 | |
| [ 1.238514] imx-lcdifv3 32fc6000.lcd-controller: No irq get, ret=-517 | |
| [ 1.249255] imx-hdmi-pavi 32fc4000.hdmi-pai-pvi: No pvi clock get | |
| [ 1.266135] loop: module loaded | |
| [ 1.270383] megasas: 07.714.04.00-rc1 | |
| [ 1.275647] imx ahci driver is registered. | |
| [ 1.283962] spi-nor spi0.0: n25q256ax1 (32768 Kbytes) | |
| [ 1.292609] libphy: Fixed MDIO Bus: probed | |
| [ 1.298053] tun: Universal TUN/TAP device driver, 1.6 | |
| [ 1.303970] thunder_xcv, ver 1.0 | |
| [ 1.307245] thunder_bgx, ver 1.0 | |
| [ 1.310529] nicpf, ver 1.0 | |
| [ 1.314199] pps pps0: new PPS source ptp0 | |
| [ 1.324511] hclge is initializing | |
| [ 1.327880] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version | |
| [ 1.335115] hns3: Copyright (c) 2017 Huawei Corporation. | |
| [ 1.340478] e1000: Intel(R) PRO/1000 Network Driver | |
| [ 1.345382] e1000: Copyright (c) 1999-2006 Intel Corporation. | |
| [ 1.351203] e1000e: Intel(R) PRO/1000 Network Driver | |
| [ 1.356180] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. | |
| [ 1.362141] igb: Intel(R) Gigabit Ethernet Network Driver | |
| [ 1.367547] igb: Copyright (c) 2007-2014 Intel Corporation. | |
| [ 1.373153] igbvf: Intel(R) Gigabit Virtual Function Network Driver | |
| [ 1.379425] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. | |
| [ 1.385547] sky2: driver version 1.30 | |
| [ 1.390012] imx-dwmac 30bf0000.ethernet: IRQ eth_lpi not found | |
| [ 1.396254] VFIO - User Level meta-driver version: 0.3 | |
| [ 1.408286] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver | |
| [ 1.414865] ehci-pci: EHCI PCI platform driver | |
| [ 1.419346] ehci-platform: EHCI generic platform driver | |
| [ 1.424838] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver | |
| [ 1.431048] ohci-pci: OHCI PCI platform driver | |
| [ 1.435536] ohci-platform: OHCI generic platform driver | |
| [ 1.441649] usbcore: registered new interface driver uas | |
| [ 1.447016] usbcore: registered new interface driver usb-storage | |
| [ 1.453086] usbcore: registered new interface driver usbserial_generic | |
| [ 1.459637] usbserial: USB Serial support registered for generic | |
| [ 1.465683] usbcore: registered new interface driver ftdi_sio | |
| [ 1.471450] usbserial: USB Serial support registered for FTDI USB Serial Device | |
| [ 1.478796] usbcore: registered new interface driver usb_serial_simple | |
| [ 1.485344] usbserial: USB Serial support registered for carelink | |
| [ 1.491464] usbserial: USB Serial support registered for zio | |
| [ 1.497142] usbserial: USB Serial support registered for funsoft | |
| [ 1.503172] usbserial: USB Serial support registered for flashloader | |
| [ 1.509548] usbserial: USB Serial support registered for google | |
| [ 1.515488] usbserial: USB Serial support registered for libtransistor | |
| [ 1.522033] usbserial: USB Serial support registered for vivopay | |
| [ 1.528061] usbserial: USB Serial support registered for moto_modem | |
| [ 1.534350] usbserial: USB Serial support registered for motorola_tetra | |
| [ 1.540983] usbserial: USB Serial support registered for novatel_gps | |
| [ 1.547357] usbserial: USB Serial support registered for hp4x | |
| [ 1.553128] usbserial: USB Serial support registered for suunto | |
| [ 1.559074] usbserial: USB Serial support registered for siemens_mpi | |
| [ 1.565466] usbcore: registered new interface driver usb_ehset_test | |
| [ 1.574581] input: 30370000.snvs:snvs-powerkey as /devices/platform/soc@0/30000000.bus/30370000.snvs/30370000.snvs:snvs-powerkey/input/input0 | |
| [ 1.589469] snvs_rtc 30370000.snvs:snvs-rtc-lp: registered as rtc0 | |
| [ 1.595706] snvs_rtc 30370000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01T00:00:00 UTC (0) | |
| [ 1.604968] i2c /dev entries driver | |
| [ 1.612294] Bluetooth: HCI UART driver ver 2.3 | |
| [ 1.616765] Bluetooth: HCI UART protocol H4 registered | |
| [ 1.621941] Bluetooth: HCI UART protocol BCSP registered | |
| [ 1.627290] Bluetooth: HCI UART protocol LL registered | |
| [ 1.632438] Bluetooth: HCI UART protocol ATH3K registered | |
| [ 1.637859] Bluetooth: HCI UART protocol Three-wire (H5) registered | |
| [ 1.644228] Bluetooth: HCI UART protocol Broadcom registered | |
| [ 1.649915] Bluetooth: HCI UART protocol QCA registered | |
| [ 1.655371] EDAC MC: ECC not enabled | |
| [ 1.660309] sdhci: Secure Digital Host Controller Interface driver | |
| [ 1.666501] sdhci: Copyright(c) Pierre Ossman | |
| [ 1.671276] Synopsys Designware Multimedia Card Interface Driver | |
| [ 1.678033] sdhci-pltfm: SDHCI platform and OF driver helper | |
| [ 1.685101] mmc1: CQHCI version 5.10 | |
| [ 1.685294] mmc2: CQHCI version 5.10 | |
| [ 1.688707] sdhci-esdhc-imx 30b50000.mmc: voltage-ranges unspecified | |
| [ 1.692285] sdhci-esdhc-imx 30b60000.mmc: voltage-ranges unspecified | |
| [ 1.705358] ledtrig-cpu: registered to indicate activity on CPUs | |
| [ 1.712111] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... | |
| [ 1.719059] usbcore: registered new interface driver usbhid | |
| [ 1.724644] usbhid: USB HID core driver | |
| [ 1.734694] optee: probing for conduit method. | |
| [ 1.738655] mmc2: SDHCI controller on 30b60000.mmc [30b60000.mmc] using ADMA | |
| [ 1.739193] optee: revision 3.10 (87956c34) | |
| [ 1.747463] optee: dynamic shared memory is enabled | |
| [ 1.756835] optee: initialized driver | |
| [ 1.763576] Galcore version 6.4.3.p1.305572 | |
| [ 1.849662] mmc2: Command Queue Engine enabled | |
| [ 1.854142] mmc2: new HS400 Enhanced strobe MMC card at address 0001 | |
| [ 1.861007] mmcblk2: mmc2:0001 DG4016 14.7 GiB | |
| [ 1.865670] mmcblk2boot0: mmc2:0001 DG4016 partition 1 4.00 MiB | |
| [ 1.868100] [drm] Initialized vivante 1.0.0 20170808 for 40000000.mix_gpu_ml on minor 0 | |
| [ 1.871733] mmcblk2boot1: mmc2:0001 DG4016 partition 2 4.00 MiB | |
| [ 1.881096] hantrodec 0 : module inserted. Major = 234 | |
| [ 1.886243] mmcblk2rpmb: mmc2:0001 DG4016 partition 3 4.00 MiB, chardev (235:0) | |
| [ 1.891289] hantrodec 1 : module inserted. Major = 234 | |
| [ 1.904557] hantroenc: HW at base <0000000038320000> with ID <0x80006200> | |
| [ 1.911519] hx280enc: module inserted. Major <511> | |
| [ 1.922633] fsl-sai 30c20000.sai: failed to get bus clock: -517 | |
| [ 1.930676] fsl-sai 30c30000.sai: failed to get bus clock: -517 | |
| [ 1.939774] fsl-micfil-dai 30ca0000.micfil: failed to get core clock: -517 | |
| [ 1.947470] fsl-easrc 30c90000.easrc: failed to get mem clock | |
| [ 1.953714] fsl,imx8mp-audio-xcvr 30cc0000.xcvr: failed to get ipg clock | |
| [ 1.961083] fsl-aud2htx 30cb0000.aud2htx: failed to get mem clock | |
| [ 1.968367] imx-xcvr sound-xcvr: snd_soc_register_card failed: -517 | |
| [ 1.975621] imx-micfil sound-micfil: snd_soc_register_card failed (-517) | |
| [ 1.982947] imx-cdnhdmi sound-hdmi: snd_soc_register_card failed (-517) | |
| [ 1.989706] NET: Registered protocol family 26 | |
| [ 1.994636] NET: Registered protocol family 10 | |
| [ 2.000607] Segment Routing with IPv6 | |
| [ 2.004330] NET: Registered protocol family 17 | |
| [ 2.009819] Bluetooth: RFCOMM TTY layer initialized | |
| [ 2.014715] Bluetooth: RFCOMM socket layer initialized | |
| [ 2.019877] Bluetooth: RFCOMM ver 1.11 | |
| [ 2.023639] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 | |
| [ 2.028957] Bluetooth: BNEP filters: protocol multicast | |
| [ 2.034190] Bluetooth: BNEP socket layer initialized | |
| [ 2.039161] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 | |
| [ 2.045088] Bluetooth: HIDP socket layer initialized | |
| [ 2.050093] 8021q: 802.1Q VLAN Support v1.8 | |
| [ 2.054297] lib80211: common routines for IEEE802.11 drivers | |
| [ 2.060067] 9pnet: Installing 9P2000 support | |
| [ 2.064373] tsn generic netlink module v1 init... | |
| [ 2.069150] Key type dns_resolver registered | |
| [ 2.074036] registered taskstats version 1 | |
| [ 2.078150] Loading compiled-in X.509 certificates | |
| [ 2.116698] nxp-pca9450 0-0025: pca9450bc probed. | |
| [ 2.121585] i2c i2c-0: IMX I2C adapter registered | |
| [ 2.127519] adv7511 1-003d: supply avdd not found, using dummy regulator | |
| [ 2.134327] adv7511 1-003d: supply dvdd not found, using dummy regulator | |
| [ 2.141076] adv7511 1-003d: supply pvdd not found, using dummy regulator | |
| [ 2.147816] adv7511 1-003d: supply a2vdd not found, using dummy regulator | |
| [ 2.154651] adv7511 1-003d: supply v3p3 not found, using dummy regulator | |
| [ 2.161408] adv7511 1-003d: supply v1p2 not found, using dummy regulator | |
| [ 2.168977] adv7511 1-003d: Probe failed. Remote port 'mipi_dsi@32e60000' disabled | |
| [ 2.230773] it6263 1-004c: Probe failed. Remote port 'lvds-channel@0' disabled | |
| [ 2.238594] imx8mp-pinctrl 30330000.pinctrl: pin MX8MP_IOMUXC_GPIO1_IO06 already requested by regulator-usb2; cannot claim for 1-003c | |
| [ 2.250605] imx8mp-pinctrl 30330000.pinctrl: pin-11 (1-003c) status -22 | |
| [ 2.257229] imx8mp-pinctrl 30330000.pinctrl: could not request pin 11 (MX8MP_IOMUXC_GPIO1_IO06) from group csi0_rst_grp on device 30330000.pinctrl | |
| [ 2.270452] ov5640 1-003c: Error applying setting, reverse things back | |
| [ 2.277000] ov5640: probe of 1-003c failed with error -22 | |
| [ 2.282462] i2c i2c-1: IMX I2C adapter registered | |
| [ 2.288214] i2c i2c-2: IMX I2C adapter registered | |
| [ 2.294590] imx8mq-usb-phy 381f0040.usb-phy: supply vbus not found, using dummy regulator | |
| [ 2.303114] imx8mq-usb-phy 382f0040.usb-phy: supply vbus not found, using dummy regulator | |
| [ 2.311548] samsung-hdmi-phy 32fdff00.hdmiphy: failed to get phy apb clk: -517 | |
| [ 2.321518] pwm-backlight lvds_backlight: supply power not found, using dummy regulator | |
| [ 2.322227] imx6q-pcie 33800000.pcie: supply epdev_on not found, using dummy regulator | |
| [ 2.337883] imx6q-pcie 33800000.pcie: EXT REF_CLK is used!. | |
| [ 2.344101] imx6q-pcie 33800000.pcie: PCIe PHY PLL clock is locked. | |
| [ 2.346988] imx-lcdifv3 32fc6000.lcd-controller: No irq get, ret=-517 | |
| [ 2.360340] pps pps0: new PPS source ptp0 | |
| [ 2.368893] fec 30be0000.ethernet: Invalid MAC address: 00:00:00:00:00:00 | |
| [ 2.375719] fec 30be0000.ethernet: Using random MAC address: 46:18:a1:fd:b7:f1 | |
| [ 2.384143] libphy: fec_enet_mii_bus: probed | |
| [ 2.388502] mdio_bus 30be0000.ethernet-1: MDIO device at address 1 is missing. | |
| [ 2.396327] fec 30be0000.ethernet eth0: registered PHC device 0 | |
| [ 2.396330] pcie phy pipe clk is not ready | |
| [ 2.396337] phy phy-32f00000.pcie-phy.4: phy init failed --> -110 | |
| [ 2.403179] imx-dwmac 30bf0000.ethernet: IRQ eth_lpi not found | |
| [ 2.406354] imx6q-pcie 33800000.pcie: Waiting for PHY PLL ready timeout! | |
| [ 2.412582] imx-dwmac 30bf0000.ethernet: no reset control found | |
| [ 2.431730] imx-dwmac 30bf0000.ethernet: User ID: 0x10, Synopsys ID: 0x51 | |
| [ 2.438534] imx-dwmac 30bf0000.ethernet: DWMAC4/5 | |
| [ 2.438788] imx6q-pcie 33800000.pcie: PCIe PLL lock timeout | |
| [ 2.443335] imx-dwmac 30bf0000.ethernet: DMA HW capability register supported | |
| [ 2.448956] imx6q-pcie 33800000.pcie: host bridge /soc@0/pcie@33800000 ranges: | |
| [ 2.456051] imx-dwmac 30bf0000.ethernet: RX Checksum Offload Engine supported | |
| [ 2.463275] imx6q-pcie 33800000.pcie: No bus range found for /soc@0/pcie@33800000, using [bus 00-ff] | |
| [ 2.470397] imx-dwmac 30bf0000.ethernet: TX Checksum insertion supported | |
| [ 2.470402] imx-dwmac 30bf0000.ethernet: Wake-Up On Lan supported | |
| [ 2.479731] imx6q-pcie 33800000.pcie: IO 0x001ff80000..0x001ff8ffff -> 0x0000000000 | |
| [ 2.486466] imx-dwmac 30bf0000.ethernet: Enable RX Mitigation via HW Watchdog Timer | |
| [ 2.492516] imx6q-pcie 33800000.pcie: MEM 0x0018000000..0x001fefffff -> 0x0018000000 | |
| [ 2.500691] imx-dwmac 30bf0000.ethernet: device MAC address ba:68:47:52:84:94 | |
| [ 2.508430] imx6q-pcie 33800000.pcie: invalid resource | |
| [ 2.516530] imx-dwmac 30bf0000.ethernet: Enabled Flow TC (entries=8) | |
| [ 2.535166] imx-dwmac 30bf0000.ethernet: Enabling HW TC (entries=256, max_off=256) | |
| [ 2.542744] imx-dwmac 30bf0000.ethernet: Using 34 bits DMA width | |
| [ 2.549108] libphy: stmmac: probed | |
| [ 2.552756] mdio_bus stmmac-1: MDIO device at address 1 is missing. | |
| [ 2.560996] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller | |
| [ 2.566532] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1 | |
| [ 2.574530] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe6c hci version 0x110 quirks 0x0000002001810010 | |
| [ 2.583981] xhci-hcd xhci-hcd.1.auto: irq 82, io mem 0x38100000 | |
| [ 2.590846] hub 1-0:1.0: USB hub found | |
| [ 2.594630] hub 1-0:1.0: 1 port detected | |
| [ 2.598799] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller | |
| [ 2.604301] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2 | |
| [ 2.611972] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed | |
| [ 2.618551] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. | |
| [ 2.627701] hub 2-0:1.0: USB hub found | |
| [ 2.631482] hub 2-0:1.0: 1 port detected | |
| [ 2.636819] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller | |
| [ 2.642337] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3 | |
| [ 2.650342] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220fe6c hci version 0x110 quirks 0x0000002001810010 | |
| [ 2.659780] xhci-hcd xhci-hcd.2.auto: irq 83, io mem 0x38200000 | |
| [ 2.666647] hub 3-0:1.0: USB hub found | |
| [ 2.670418] hub 3-0:1.0: 1 port detected | |
| [ 2.674601] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller | |
| [ 2.680120] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4 | |
| [ 2.687812] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed | |
| [ 2.694394] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. | |
| [ 2.703588] hub 4-0:1.0: USB hub found | |
| [ 2.707369] hub 4-0:1.0: 1 port detected | |
| [ 2.712000] imx-cpufreq-dt imx-cpufreq-dt: cpu speed grade 7 mkt segment 2 supported-hw 0x80 0x4 | |
| [ 2.723899] mmc1: CQHCI version 5.10 | |
| [ 2.727524] sdhci-esdhc-imx 30b50000.mmc: voltage-ranges unspecified | |
| [ 2.731292] fsl-micfil-dai 30ca0000.micfil: GET IRQ: 60 | |
| [ 2.733947] sdhci-esdhc-imx 30b50000.mmc: Got CD GPIO | |
| [ 2.739140] fsl-micfil-dai 30ca0000.micfil: GET IRQ: 61 | |
| [ 2.749418] fsl-micfil-dai 30ca0000.micfil: GET IRQ: 62 | |
| [ 2.754668] fsl-micfil-dai 30ca0000.micfil: GET IRQ: 63 | |
| [ 2.764916] debugfs: Directory '30cc0000.xcvr' with parent 'imx-audio-xcvr' already present! | |
| [ 2.773426] imx-xcvr sound-xcvr: ASoC: no DMI vendor name! | |
| [ 2.776172] mmc1: SDHCI controller on 30b50000.mmc [30b50000.mmc] using ADMA | |
| [ 2.781237] debugfs: Directory '30ca0000.micfil' with parent 'imx-audio-micfil' already present! | |
| [ 2.794903] imx-micfil sound-micfil: ASoC: no DMI vendor name! | |
| [ 2.802321] imx-cdnhdmi sound-hdmi: snd_soc_register_card failed (-517) | |
| [ 2.812507] imx-drm display-subsystem: bound imx-lcdifv3-crtc.0 (ops lcdifv3_crtc_ops) | |
| [ 2.820495] imx-drm display-subsystem: bound imx-lcdifv3-crtc.1 (ops lcdifv3_crtc_ops) | |
| [ 2.828456] imx-drm display-subsystem: bound imx-lcdifv3-crtc.2 (ops lcdifv3_crtc_ops) | |
| [ 2.836445] imx_sec_dsim_drv 32e60000.mipi_dsi: version number is 0x1060200 | |
| [ 2.843462] imx_sec_dsim_drv 32e60000.mipi_dsi: Failed to attach bridge: 32e60000.mipi_dsi | |
| [ 2.851736] imx_sec_dsim_drv 32e60000.mipi_dsi: failed to bind sec dsim bridge: -19 | |
| [ 2.859406] imx-drm display-subsystem: bound 32e60000.mipi_dsi (ops imx_sec_dsim_ops) | |
| [ 2.867278] imx-drm display-subsystem: bound 32c00000.bus:ldb@32ec005c (ops imx8mp_ldb_ops) | |
| [ 2.875928] dwhdmi-imx 32fd8000.hdmi: Detected HDMI TX controller v2.13a with HDCP (samsung_dw_hdmi_phy2) | |
| [ 2.886882] dwhdmi-imx 32fd8000.hdmi: registered DesignWare HDMI I2C bus driver | |
| [ 2.896942] imx-drm display-subsystem: bound 32fd8000.hdmi (ops dw_hdmi_imx_ops) | |
| [ 2.904855] [drm] Initialized imx-drm 1.0.0 20120507 for display-subsystem on minor 1 | |
| [ 2.912760] imx-drm display-subsystem: [drm] Cannot find any crtc or sizes | |
| [ 2.921683] debugfs: Directory '30cb0000.aud2htx' with parent 'audio-hdmi' already present! | |
| [ 2.930201] imx-cdnhdmi sound-hdmi: ASoC: no DMI vendor name! | |
| [ 2.930459] mmc1: host does not support reading read-only switch, assuming write-enable | |
| [ 2.936087] imx-drm display-subsystem: [drm] Cannot find any crtc or sizes | |
| [ 2.951108] input: audio-hdmi HDMI Jack as /devices/platform/sound-hdmi/sound/card2/input1 | |
| [ 2.963782] cfg80211: Loading compiled-in X.509 certificates for regulatory database | |
| [ 2.974022] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' | |
| [ 2.980625] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 | |
| [ 2.989251] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db | |
| [ 3.007837] ALSA device list: | |
| [ 3.010443] usb 3-1: new high-speed USB device number 2 using xhci-hcd | |
| [ 3.010820] #0: imx-audio-xcvr | |
| [ 3.020573] #1: imx-audio-micfil | |
| [ 3.023980] #2: audio-hdmi | |
| [ 3.066779] mmc1: new ultra high speed SDR12 SDHC card at address 0001 | |
| [ 3.074642] mmcblk1: mmc1:0001 00000 14.5 GiB | |
| [ 3.095867] random: fast init done | |
| [ 3.107264] GPT:Primary header thinks Alt. header is not at the end of the disk. | |
| [ 3.114680] GPT:8069153 != 30449663 | |
| [ 3.118166] GPT:Alternate GPT header not at the end of the disk. | |
| [ 3.124179] GPT:8069153 != 30449663 | |
| [ 3.127674] GPT: Use GNU Parted to correct GPT errors. | |
| [ 3.132841] mmcblk1: p1 p2 p3 | |
| [ 3.207940] hub 3-1:1.0: USB hub found | |
| [ 3.212640] hub 3-1:1.0: 4 ports detected | |
| [ 3.491106] imx6q-pcie 33800000.pcie: Phy link never came up | |
| [ 3.496816] imx6q-pcie 33800000.pcie: failed to initialize host | |
| [ 3.502756] imx6q-pcie 33800000.pcie: unable to add pcie port. | |
| [ 3.536997] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null) | |
| [ 3.545156] VFS: Mounted root (ext4 filesystem) on device 179:97. | |
| [ 3.553597] devtmpfs: mounted | |
| [ 3.557344] Freeing unused kernel memory: 2880K | |
| [ 3.561976] Run /sbin/init as init process | |
| [ 4.266314] systemd[1]: System time before build time, advancing clock. | |
| [ 4.334280] systemd[1]: systemd 246.9+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -ZSTD -SECCOMP +BLKID -ELFUTILS | |
| +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid) | |
| [ 4.356909] systemd[1]: Detected architecture arm64. | |
| Welcome to NXP i.MX Release Distro 5.10-gatesgarth (gatesgarth)! | |
| [ 4.420708] systemd[1]: Set hostname to <srg-imx8p>. | |
| [ 4.550518] systemd-sysv-generator[179]: SysV service '/etc/init.d/rc.local' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include | |
| a native systemd unit file, in order to make it more safe and robust. | |
| [ 5.107450] systemd[1]: Queued start job for default target Multi-User System. | |
| [ 5.115658] random: systemd: uninitialized urandom read (16 bytes read) | |
| [ 5.122507] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. | |
| [ 5.134878] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) | |
| [ 5.145205] systemd[1]: Created slice system-getty.slice. | |
| [ OK ] Created slice system-getty.slice. | |
| [ 5.166578] random: systemd: uninitialized urandom read (16 bytes read) | |
| [ 5.174241] systemd[1]: Created slice system-modprobe.slice. | |
| [ OK ] Created slice system-modprobe.slice. | |
| [ 5.194593] random: systemd: uninitialized urandom read (16 bytes read) | |
| [ 5.202208] systemd[1]: Created slice system-serial\x2dgetty.slice. | |
| [ OK ] Created slice system-serial\x2dgetty.slice. | |
| [ 5.227655] systemd[1]: Created slice User and Session Slice. | |
| [ OK ] Created slice User and Session Slice. | |
| [ 5.251125] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. | |
| [ OK ] Started Dispatch Password …ts to Console Directory Watch. | |
| [ 5.274732] systemd[1]: Started Forward Password Requests to Wall Directory Watch. | |
| [ OK ] Started Forward Password R…uests to Wall Directory Watch. | |
| [ 5.298719] systemd[1]: Reached target Paths. | |
| [ OK ] Reached target Paths. | |
| [ 5.318577] systemd[1]: Reached target Remote File Systems. | |
| [ OK ] Reached target Remote File Systems. | |
| [ 5.342914] systemd[1]: Reached target Slices. | |
| [ OK ] Reached target Slices. | |
| [ 5.362577] systemd[1]: Reached target Swap. | |
| [ OK ] Reached target Swap. | |
| [ 5.379586] systemd[1]: Listening on RPCbind Server Activation Socket. | |
| [ OK ] Listening on RPCbind Server Activation Socket. | |
| [ 5.402706] systemd[1]: Reached target RPC Port Mapper. | |
| [ OK ] Reached target RPC Port Mapper. | |
| [ 5.423013] systemd[1]: Listening on Syslog Socket. | |
| [ OK ] Listening on Syslog Socket. | |
| [ 5.443131] systemd[1]: Listening on initctl Compatibility Named Pipe. | |
| [ OK ] Listening on initctl Compatibility Named Pipe. | |
| [ 5.467575] systemd[1]: Listening on Journal Audit Socket. | |
| [ OK ] Listening on Journal Audit Socket. | |
| [ 5.491128] systemd[1]: Listening on Journal Socket (/dev/log). | |
| [ OK ] Listening on Journal Socket (/dev/log). | |
| [ 5.510900] systemd[1]: Listening on Journal Socket. | |
| [ OK ] Listening on Journal Socket. | |
| [ 5.531167] systemd[1]: Listening on Network Service Netlink Socket. | |
| [ OK ] Listening on Network Service Netlink Socket. | |
| [ 5.551582] systemd[1]: Listening on udev Control Socket. | |
| [ OK ] Listening on udev Control Socket. | |
| [ 5.571193] systemd[1]: Listening on udev Kernel Socket. | |
| [ OK ] Listening on udev Kernel Socket. | |
| [ 5.590985] systemd[1]: Listening on User Database Manager Socket. | |
| [ OK ] Listening on User Database Manager Socket. | |
| [ 5.613483] systemd[1]: Mounting Huge Pages File System... | |
| Mounting Huge Pages File System... | |
| [ 5.637866] systemd[1]: Mounting POSIX Message Queue File System... | |
| Mounting POSIX Message Queue File System... | |
| [ 5.661673] systemd[1]: Mounting Kernel Debug File System... | |
| Mounting Kernel Debug File System... | |
| [ 5.682931] systemd[1]: Condition check resulted in Kernel Trace File System being skipped. | |
| [ 5.695516] systemd[1]: Mounting Temporary Directory (/tmp)... | |
| Mounting Temporary Directory (/tmp)... | |
| [ 5.720563] systemd[1]: Starting Create list of static device nodes for the current kernel... | |
| Starting Create list of st…odes for the current kernel... | |
| [ 5.750019] systemd[1]: Starting Load Kernel Module configfs... | |
| Starting Load Kernel Module configfs... | |
| [ 5.773822] systemd[1]: Starting Load Kernel Module drm... | |
| Starting Load Kernel Module drm... | |
| [ 5.797960] systemd[1]: Starting Load Kernel Module fuse... | |
| Starting Load Kernel Module fuse... | |
| [ 5.821792] systemd[1]: Starting RPC Bind... | |
| Starting RPC Bind... | |
| [ 5.838695] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. | |
| [ 5.852392] systemd[1]: Starting Journal Service... | |
| Starting Journal Service... | |
| [ 5.889527] fuse: init (API version 7.32) | |
| [ 5.904326] systemd[1]: Condition check resulted in Load Kernel Modules being skipped. | |
| [ 5.914940] systemd[1]: Starting Remount Root and Kernel File Systems... | |
| Starting Remount Root and Kernel File Systems... | |
| [ 5.941454] systemd[1]: Starting Apply Kernel Variables... | |
| Starting Apply Kernel Variables... | |
| [ 5.959496] EXT4-fs (mmcblk1p1): re-mounted. Opts: (null) | |
| [ 5.967825] systemd[1]: Starting Coldplug All udev Devices... | |
| Starting Coldplug All udev Devices... | |
| [ 5.988940] systemd[1]: Starting Setup Virtual Console... | |
| Starting Setup Virtual Console... | |
| [ 6.010871] systemd[1]: Mounted Huge Pages File System. | |
| [ OK ] Mounted Huge Pages File System. | |
| [ 6.030956] systemd[1]: Started Journal Service. | |
| [ OK ] Started Journal Service. | |
| [ OK ] Mounted POSIX Message Queue File System. | |
| [ OK ] Mounted Kernel Debug File System. | |
| [ OK ] Mounted Temporary Directory (/tmp). | |
| [ OK ] Finished Create list of st… nodes for the current kernel. | |
| [ OK ] Started RPC Bind. | |
| [ OK ] Finished Load Kernel Module configfs. | |
| [ OK ] Finished Load Kernel Module drm. | |
| [ OK ] Finished Load Kernel Module fuse. | |
| [ OK ] Finished Remount Root and Kernel File Systems. | |
| [ OK ] Finished Apply Kernel Variables. | |
| [ OK ] Finished Setup Virtual Console. | |
| Mounting FUSE Control File System... | |
| Mounting Kernel Configuration File System... | |
| Starting Flush Journal to Persistent Storage... | |
| Starting Create Static Device Nodes in /dev... | |
| [ OK ] Mounted FUSE Control File System. | |
| [ OK ] Mounted Kernel Configuration File System. | |
| [ OK ] Finished Flush Journal to Persistent Storage. | |
| [ OK ] Finished Create Static Device Nodes in /dev. | |
| [ OK ] Reached target Local File Systems (Pre). | |
| Mounting /var/volatile... | |
| Starting Rule-based Manage…for Device Events and Files... | |
| [ OK ] Mounted /var/volatile. | |
| Starting Load/Save Random Seed... | |
| [ OK ] Reached target Local File Systems. | |
| Starting Create Volatile Files and Directories... | |
| [ OK ] Finished Coldplug All udev Devices. | |
| [ OK ] Finished Create Volatile Files and Directories. | |
| Starting Network Time Synchronization... | |
| Starting Update UTMP about System Boot/Shutdown... | |
| [ OK ] Started Rule-based Manager for Device Events and Files. | |
| Starting Start Psplash Boot Screen... | |
| Starting Network Service... | |
| [ OK ] Finished Update UTMP about System Boot/Shutdown. | |
| [ 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 ] Reached target Timers. | |
| [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. | |
| [ OK ] Listening on D-Bus System Message Bus Socket. | |
| [ OK ] Listening on dropbear.socket. | |
| [ 6.965472] CAN device driver interface | |
| [ OK ] Listening on SWUpdate socket listener. | |
| [ OK ] Reached target Sockets. | |
| [ OK ] Reached target Basic System. | |
| [ 7.035188] caam-snvs 30370000.caam-snvs: violation handlers armed - non-secure state | |
| [ 7.035530] caam 30900000.crypto: device ID = 0x0a16040100000100 (Era 9) | |
| [ 7.050510] caam 30900000.crypto: job rings = 2, qi = 0 | |
| [ OK ] Started Kernel Logging Service. | |
| [ 7.125000] imx-sdma 30bd0000.dma-controller: loaded firmware 4.5 | |
| [ OK ] Started System Logging Service. | |
| [ OK ] Started D-Bus System Message Bus. | |
| [ 7.195761] imx-dwmac 30bf0000.ethernet eth1: no phy at addr -1 | |
| [ 7.201761] imx-dwmac 30bf0000.ethernet eth1: stmmac_open: Cannot attach to PHY (error: -19) | |
| [ 7.213663] fec 30be0000.ethernet eth0: Unable to connect to phy | |
| [ OK ] Started start device initializing script. | |
| Starting Network Time Service (one-shot ntpdate mode)... | |
| Starting Telephony service... | |
| [ OK ] Started SWUpdate daemon. | |
| [ OK ] Started swupdate progress service. | |
| Starting User Login Management... | |
| [ OK ] Started TEE Supplicant. | |
| [ OK ] Started Network Service. | |
| [ OK ] Started Start Psplash Boot Screen. | |
| [ OK ] Finished Network Time Service (one-shot ntpdate mode). | |
| [ OK ] Created slice system-systemd\x2dbacklight.slice. | |
| [ OK ] Created slice system-weston.slice. | |
| [ OK ] Started Updates psplash to basic. | |
| [ OK ] Started Start psplash-syst…progress communication helper. | |
| Starting Load/Save Screen …of backlight:lvds_backlight... | |
| Starting Network Name Resolution... | |
| [ OK ] Finished Load/Save Screen …s of backlight:lvds_backlight. | |
| [ OK ] Started Network Name Resolution. | |
| [ OK ] Reached target Network. | |
| [ OK ] Reached target Host and Network Name Lookups. | |
| Starting Save/Restore Sound Card State... | |
| Starting Avahi mDNS/DNS-SD Stack... | |
| [ OK ] Started NFS status monitor for NFSv2/3 locking.. | |
| [ OK ] Started Update psplash to network. | |
| Starting Terminate Psplash Boot Screen... | |
| Starting /etc/rc.local Compatibility... | |
| Starting Permit User Sessions... | |
| [ OK ] Finished Save/Restore Sound Card State. | |
| [FAILED] Failed to start Terminate Psplash Boot Screen. | |
| See 'systemctl status psplash-quit.service' for details. | |
| [ OK ] Started /etc/rc.local Compatibility. | |
| [ OK ] Reached target Sound Card. | |
| [ OK ] Finished Permit User Sessions. | |
| [ OK ] Started Getty on tty1. | |
| [ OK ] Started Serial Getty on ttymxc1. | |
| [ OK ] Reached target Login Prompts. | |
| Starting Weston, a Wayland…ositor, as a system service... | |
| [ 8.568264] caam algorithms registered in /proc/crypto | |
| [ 8.574324] caam 30900000.crypto: caam pkc algorithms registered in /proc/crypto | |
| [ 8.581782] caam 30900000.crypto: registering rng-caam | |
| [ 8.588309] Device caam-keygen registered | |
| [ 8.599425] random: crng init done | |
| [ 8.602904] random: 7 urandom warning(s) missed due to ratelimiting | |
| [ OK ] Started User Login Management. | |
| [ OK ] Started Telephony service. | |
| [ OK ] Started Avahi mDNS/DNS-SD Stack. | |
| [ OK ] Reached target Multi-User System. | |
| Starting Update UTMP about System Runlevel Changes... | |
| [ OK ] Finished Update UTMP about System Runlevel Changes. | |
| [ OK ] Finished Load/Save Random Seed. | |
| Starting User Database Manager... | |
| [ OK ] Started User Database Manager. | |
| [ OK ] Created slice User Slice of UID 0. | |
| Starting User Runtime Directory /run/user/0... | |
| [ OK ] Finished User Runtime Directory /run/user/0. | |
| Starting User Manager for UID 0... | |
| [ 9.794292] audit: type=1006 audit(1608139521.524:2): pid=545 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1 | |
| [ OK ] Created slice system-systemd\x2dfsck.slice. | |
| [ OK ] Started User Manager for UID 0. | |
| [ OK ] Found device /dev/mmcblk1p2. | |
| [ OK ] Started Session c1 of user root. | |
| Starting File System Check on /dev/mmcblk1p2... | |
| [ OK ] Found device /dev/mmcblk1p3. | |
| Starting File System Check on /dev/mmcblk1p3... | |
| [ 10.717344] audit: type=1006 audit(1608139522.448:3): pid=437 uid=0 old-auid=4294967295 auid=0 tty=tty7 old-ses=4294967295 ses=2 res=1 | |
| [ OK ] Finished File System Check on /dev/mmcblk1p2. | |
| Mounting /run/media/mmcblk1p2... | |
| [ OK ] Finished File System Check on /dev/mmcblk1p3. | |
| Mounting /run/media/mmcblk1p3... | |
| [ 11.496857] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null) | |
| [ OK ] Mounted /run/media/mmcblk1p2. | |
| [ 11.528777] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Opts: (null) | |
| [ OK ] Mounted /run/media/mmcblk1p3. | |
| [ OK ] Started Weston, a Wayland …mpositor, as a system service. | |
| █████╗ █████╗ ███████╗ ██████╗ ███╗ ██╗ | |
| ██╔══██╗██╔══██╗██╔════╝██╔═══██╗████╗ ██║ | |
| ███████║███████║█████╗ ██║ ██║██╔██╗ ██║ | |
| ██╔══██║██╔══██║██╔══╝ ██║ ██║██║╚██╗██║ | |
| ██║ ██║██║ ██║███████╗╚██████╔╝██║ ╚████║ | |
| ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚═╝ ╚═══╝ | |
| 2021 AAEON Technology Inc. | |
| SRG-IMX8P IoT Gateway srg-imx8p ttymxc1 | |
| srg-imx8p login: [ 33.758794] can1-stby: disabling | |
| [ 33.762034] can2-stby: disabling | |
| [ 33.765298] USB1_VBUS: disabling | |
| [ 33.768563] USB2_VBUS: disabling | |
| srg-imx8p login: root | |
| Welcome login AAEON IoT Gateway | |
| ------------------------------- | |
| For further information & support: | |
| https://www.aaeon.com | |
| [ 377.119591] audit: type=1006 audit(1608139888.852:4): pid=606 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment