[Custom Board] imx8mq hangs with linux-bsp

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

[Custom Board] imx8mq hangs with linux-bsp

1,470 Views
munchiis
Contributor I

I am using imx8mq
I am using two linux-bsp, one custom linux5.4 and the other is Murata wireless linux5.4 image.
I have an evk8mq reference board in which both of the builds boots into linux perfectly fine.
However on my custom board using the murata image and after incoporating all my device tree changes from the custom image, the board hangs when attempting to boot

àjÅÇ{Räô@KÝb¥þKÅdÇïÿoûúnBR?C"QÆâäo÷`
U-Boot SPL 2020.04-5.4.47-2.2.0+gffc3fbe7e5 (Nov 24 2021 - 05:02:21 +0000)
PMIC:  PFUZE100 ID=0x10
DDRINFO: start DRAM init
DDRINFO: DRAM rate 3200MTS
DDRINFO:ddrphy calibration done
DDRINFO: ddrmix config done
Normal Boot
Trying to boot from MMC1


U-Boot 2020.04-5.4.47-2.2.0+gffc3fbe7e5 (Nov 24 2021 - 05:02:21 +0000)

CPU:   i.MX8MQ rev2.1 1500 MHz (running at 1000 MHz)
CPU:   Commercial temperature grade (0C to 95C) at 28C
Reset cause: POR
Model: NXP i.MX8MQ EVK
DRAM:  3 GiB
TCPC:  Vendor ID [0x1fc9], Product ID [0x5110], Addr [I2C0 0x50]
MMC:   FSL_SDHC: 0, FSL_SDHC: 1
Loading Environment from MMC... *** Warning - bad CRC, using default environment

[*]-Video Link 0imx8m_hdmi_probe
 (1280 x 720)
        [0] display-controller@32e00000, video
        [1] hdmi@32c00000, display
In:    serial
Out:   serial
Err:   serial

 BuildInfo:
  - ATF c949a88
  - U-Boot 2020.04-5.4.47-2.2.0+gffc3fbe7e5

switch to partitions #0, OK
mmc0(part 0) is current device
flash target is MMC:0
Net:   Could not get PHY for FEC0: addr 0
Could not get PHY for FEC0: addr 0
No ethernet found.

Fastboot: Normal
Normal Boot
Hit any key to stop autoboot:  0
u-boot=> print
baudrate=115200
board_name=EVK
board_rev=iMX8MQ
boot_fdt=try
bootcmd=mmc dev ${mmcdev}; if mmc rescan; then if run loadbootscript; then run b                                                                                                                                  ootscript; else if run loadimage; then run mmcboot; else run netboot; fi; fi; el                                                                                                                                  se booti ${loadaddr} - ${fdt_addr}; fi
bootcmd_mfg=run mfgtool_args;if iminfo ${initrd_addr}; then if test ${tee} = yes                                                                                                                                  ; then bootm ${tee_addr} ${initrd_addr} ${fdt_addr}; else booti ${loadaddr} ${in                                                                                                                                  itrd_addr} ${fdt_addr}; fi; else echo "Run fastboot ..."; fastboot 0; fi;
bootdelay=2
bootscript=echo Running bootscript from mmc ...; source
console=ttymxc0,115200
emmc_dev=0
ethprime=FEC
fastboot_dev=mmc0
fdt_addr=0x43000000
fdt_file=imx8mq-evk.dtb
fdt_high=0xffffffffffffffff
fdtcontroladdr=fd11b488
image=Image
initrd_addr=0x43800000
initrd_high=0xffffffffffffffff
jh_clk=
jh_mmcboot=setenv fdt_file imx8mq-evk-root.dtb; setenv jh_clk clk_ignore_unused;                                                                                                                                   if run loadimage; then run mmcboot; else run jh_netboot; fi;
jh_netboot=setenv fdt_file imx8mq-evk-root.dtb; setenv jh_clk clk_ignore_unused;                                                                                                                                   run netboot;
kboot=booti
loadaddr=0x40480000
loadbootscript=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};
loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}
loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}
mfgtool_args=setenv bootargs console=${console},${baudrate} rdinit=/linuxrc clk_                                                                                                                                  ignore_unused
mmcargs=setenv bootargs ${jh_clk} console=${console} root=${mmcroot}
mmcautodetect=yes
mmcboot=echo Booting from mmc ...; run mmcargs; if test ${boot_fdt} = yes || tes                                                                                                                                  t ${boot_fdt} = try; then if run loadfdt; then booti ${loadaddr} - ${fdt_addr};                                                                                                                                   else echo WARN: Cannot load the DT; fi; else echo wait for boot; fi;
mmcdev=0
mmcpart=1
mmcroot=/dev/mmcblk0p2 rootwait rw
nandfit_part=yes
netargs=setenv bootargs ${jh_clk} console=${console} root=/dev/nfs ip=dhcp nfsro                                                                                                                                  ot=${serverip}:${nfsroot},v3,tcp
netboot=echo Booting from net ...; run netargs;  if test ${ip_dyn} = yes; then s                                                                                                                                  etenv get_cmd dhcp; else setenv get_cmd tftp; fi; ${get_cmd} ${loadaddr} ${image                                                                                                                                  }; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if ${get_cmd} ${fdt                                                                                                                                  _addr} ${fdt_file}; then booti ${loadaddr} - ${fdt_addr}; else echo WARN: Cannot                                                                                                                                   load the DT; fi; else booti; fi;
script=boot.scr
sd_dev=1
serial#=041369d6f32ef628
soc_type=imx8mq
splashimage=0x50000000

Environment size: 2308/4092 bytes
u-boot=>
clear
Unknown command 'clear' - try 'help'
u-boot=> setenv bootargs "console=ttymxc0,115200 earlycon=ec_imx6q,0x30860000,115200,loglevel=15"
u-boot=> saveenv
Saving Environment to MMC... Writing to MMC(0)... OK
u-boot=> reset
resetting ...

U-Boot SPL 2020.04-5.4.47-2.2.0+gffc3fbe7e5 (Nov 24 2021 - 05:02:21 +0000)
PMIC:  PFUZE100 ID=0x10
DDRINFO: start DRAM init
DDRINFO: DRAM rate 3200MTS
DDRINFO:ddrphy calibration done
DDRINFO: ddrmix config done
Normal Boot
Trying to boot from MMC1


U-Boot 2020.04-5.4.47-2.2.0+gffc3fbe7e5 (Nov 24 2021 - 05:02:21 +0000)

CPU:   i.MX8MQ rev2.1 1500 MHz (running at 1000 MHz)
CPU:   Commercial temperature grade (0C to 95C) at 49C
Reset cause: POR
Model: NXP i.MX8MQ EVK
DRAM:  3 GiB
TCPC:  Vendor ID [0x1fc9], Product ID [0x5110], Addr [I2C0 0x50]
MMC:   FSL_SDHC: 0, FSL_SDHC: 1
Loading Environment from MMC... OK
[*]-Video Link 0imx8m_hdmi_probe
 (1280 x 720)
        [0] display-controller@32e00000, video
        [1] hdmi@32c00000, display
In:    serial
Out:   serial
Err:   serial

 BuildInfo:
  - ATF c949a88
  - U-Boot 2020.04-5.4.47-2.2.0+gffc3fbe7e5

switch to partitions #0, OK
mmc0(part 0) is current device
flash target is MMC:0
Net:   Could not get PHY for FEC0: addr 0
Could not get PHY for FEC0: addr 0
No ethernet found.

Fastboot: Normal
Normal Boot
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc0(part 0) is current device
27271680 bytes read in 185 ms (140.6 MiB/s)
Booting from mmc ...
45549 bytes read in 15 ms (2.9 MiB/s)
## Flattened Device Tree blob at 43000000
   Booting using the fdt blob at 0x43000000
   Using Device Tree in place at 0000000043000000, end 000000004300e1ec

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.4.47-2.2.0+g5ec03d06f54e (oe-user@oe-host) (gcc version 9.2.0 (GCC)) #1 SMP PREEMPT Wed Nov 24 02:27:34 UTC 2021
[    0.000000] Machine model: NXP i.MX8MQ EVK
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x0000000044000000, size 960 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-0x00000000fdffffff]
[    0.000000] NUMA: NODE_DATA [mem 0xfd9dc500-0xfd9ddfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA32    [mem 0x0000000040000000-0x00000000fdffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000040000000-0x00000000b7ffffff]
[    0.000000]   node   0: [mem 0x00000000b8400000-0x00000000fdffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000fdffffff]
[    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.1
[    0.000000] percpu: Embedded 24 pages/cpu s58904 r8192 d31208 u98304
[    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] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 765056
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: console=ttymxc0,115200 root=/dev/mmcblk0p2 rootwait rw
[    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] Memory: 2036136K/3108864K available (15996K kernel code, 1224K rwdata, 6424K rodata, 2944K init, 1014K bss, 89688K reserved, 983040K 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 restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000]  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: 128 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: no VLPI support, no direct LPI support
[    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+0x2b8/0x44c with crng_init=0
[    0.000000] arch_timer: cp15 timer(s) running at 8.33MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1ec0311ec, max_idle_ns: 440795202152 ns
[    0.000004] sched_clock: 56 bits at 8MHz, resolution 120ns, wraps every 2199023255541ns
[    0.000498] Console: colour dummy device 80x25
[    0.000566] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.66 BogoMIPS (lpj=33333)
[    0.000576] pid_max: default: 32768 minimum: 301
[    0.000660] LSM: Security Framework initializing
[    0.000735] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.000759] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.023994] ASID allocator initialised with 32768 entries
[    0.031996] rcu: Hierarchical SRCU implementation.
[    0.040949] EFI services will not be available.
[    0.048030] smp: Bringing up secondary CPUs ...
[    0.080187] Detected VIPT I-cache on CPU1
[    0.080214] GICv3: CPU1: found redistributor 1 region 0:0x00000000388a0000
[    0.080238] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.112218] Detected VIPT I-cache on CPU2
[    0.112238] GICv3: CPU2: found redistributor 2 region 0:0x00000000388c0000
[    0.112255] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.144279] Detected VIPT I-cache on CPU3
[    0.144296] GICv3: CPU3: found redistributor 3 region 0:0x00000000388e0000
[    0.144313] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.144386] smp: Brought up 1 node, 4 CPUs
[    0.144408] SMP: Total of 4 processors activated.
[    0.144417] CPU features: detected: 32-bit EL0 Support
[    0.144425] CPU features: detected: CRC32 instructions
[    0.152871] CPU: All CPU(s) started at EL2
[    0.152897] alternatives: patching kernel code
[    0.154482] devtmpfs: initialized
[    0.161619] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.161636] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.190071] pinctrl core: initialized pinctrl subsystem
[    0.190865] DMI not present or invalid.
[    0.191145] NET: Registered protocol family 16
[    0.199403] DMA: preallocated 256 KiB pool for atomic allocations
[    0.199419] audit: initializing netlink subsys (disabled)
[    0.199549] audit: type=2000 audit(0.196:1): state=initialized audit_enabled=0 res=1
[    0.200435] cpuidle: using governor menu
[    0.200943] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.201891] Serial: AMBA PL011 UART driver
[    0.201963] imx mu driver is registered.
[    0.201987] imx rpmsg driver is registered.
[    0.206317] imx8mq-pinctrl 30330000.iomuxc: initialized IMX pinctrl driver
[    0.233402] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.233412] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.233419] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.233427] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    0.234409] cryptd: max_cpu_qlen set to 1000
[    0.237932] ACPI: Interpreter disabled.
[    0.238854] iommu: Default domain type: Translated
[    0.239000] vgaarb: loaded
[    0.239351] SCSI subsystem initialized
[    0.239708] usbcore: registered new interface driver usbfs
[    0.239754] usbcore: registered new interface driver hub
[    0.239818] usbcore: registered new device driver usb
[    0.240950] mc: Linux media interface: v0.10
[    0.240980] videodev: Linux video capture interface: v2.00
[    0.241059] pps_core: LinuxPPS API ver. 1 registered
[    0.241066] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.241084] PTP clock support registered
[    0.241241] EDAC MC: Ver: 3.0.0
[    0.242061] No BMan portals available!
[    0.242349] QMan: Allocated lookup table at (____ptrval____), entry count 65537
[    0.242673] No QMan portals available!
[    0.243158] No USDPAA memory, no 'fsl,usdpaa-mem' in device-tree
[    0.243552] FPGA manager framework
[    0.243642] Advanced Linux Sound Architecture Driver Initialized.
[    0.244056] Bluetooth: Core ver 2.22
[    0.244083] NET: Registered protocol family 31
[    0.244091] Bluetooth: HCI device and connection manager initialized
[    0.244100] Bluetooth: HCI socket layer initialized
[    0.244109] Bluetooth: L2CAP socket layer initialized
[    0.244125] Bluetooth: SCO socket layer initialized
[    0.244994] clocksource: Switched to clocksource arch_sys_counter
[    0.245138] VFS: Disk quotas dquot_6.6.0
[    0.245187] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.245362] pnp: PnP ACPI: disabled
[    0.251463] thermal_sys: Registered thermal governor 'step_wise'
[    0.251467] thermal_sys: Registered thermal governor 'power_allocator'
[    0.251762] NET: Registered protocol family 2
[    0.252099] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.252156] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.252404] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.252898] TCP: Hash tables configured (established 32768 bind 32768)
[    0.252985] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.253095] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.253288] NET: Registered protocol family 1
[    0.253645] RPC: Registered named UNIX socket transport module.
[    0.253651] RPC: Registered udp transport module.
[    0.253656] RPC: Registered tcp transport module.
[    0.253663] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.253676] PCI: CLS 0 bytes, default 64
[    0.254410] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    0.254814] kvm [1]: IPA Size Limit: 40bits
[    0.255963] kvm [1]: vgic-v2@31020000
[    0.255983] kvm [1]: GIC system register CPU interface enabled
[    0.256048] kvm [1]: vgic interrupt IRQ1
[    0.256158] kvm [1]: Hyp mode initialized successfully
[    0.259178] Initialise system trusted keyrings
[    0.259275] workingset: timestamp_bits=44 max_order=20 bucket_order=0
[    0.265943] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.266603] NFS: Registering the id_resolver key type
[    0.266625] Key type id_resolver registered
[    0.266630] Key type id_legacy registered
[    0.266643] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.266666] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    0.267035] 9p: Installing v9fs 9p2000 file system support
[    0.282403] Key type asymmetric registered
[    0.282411] Asymmetric key parser 'x509' registered
[    0.282442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.282449] io scheduler mq-deadline registered
[    0.282456] io scheduler kyber registered
[    0.288434] EINJ: ACPI disabled.
[    0.296820] imx-sdma 302c0000.sdma: Direct firmware load for imx/sdma/sdma-imx7d.bin failed with error -2
[    0.296832] imx-sdma 302c0000.sdma: Falling back to sysfs fallback for: imx/sdma/sdma-imx7d.bin
[    0.301891] mxs-dma 33000000.dma-apbh: initialized
[    0.305679] Bus freq driver module loaded
[    0.310391] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.312476] 30860000.serial: ttymxc0 at MMIO 0x30860000 (irq = 34, base_baud = 1562500) is a IMX
[    1.271538] printk: console [ttymxc0] enabled
[    1.276414] 30880000.serial: ttymxc2 at MMIO 0x30880000 (irq = 35, base_baud = 5000000) is a IMX
[    1.294250] imx-dcss 32e00000.display-controller: ctxld: can't get irq number
[    1.301472] imx-dcss 32e00000.display-controller: submodules initialization failed
[    1.319787] loop: module loaded
[    1.325225] imx ahci driver is registered.
[    1.332277] spi-nor spi3.0: n25q256a (32768 Kbytes)
[    1.343403] libphy: Fixed MDIO Bus: probed
[    1.348371] tun: Universal TUN/TAP device driver, 1.6
[    1.354186] thunder_xcv, ver 1.0
[    1.357480] thunder_bgx, ver 1.0
[    1.360742] nicpf, ver 1.0
[    1.364213] pps pps0: new PPS source ptp0
[    1.373872] Freescale FM module, FMD API version 21.1.0
[    1.379404] Freescale FM Ports module
[    1.383080] fsl_mac: fsl_mac: FSL FMan MAC API based driver
[    1.388834] fsl_dpa: FSL DPAA Ethernet driver
[    1.393318] fsl_advanced: FSL DPAA Advanced drivers:
[    1.398291] fsl_proxy: FSL DPAA Proxy initialization driver
[    1.403984] fsl_oh: FSL FMan Offline Parsing port driver
[    1.410287] hclge is initializing
[    1.413616] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[    1.420849] hns3: Copyright (c) 2017 Huawei Corporation.
[    1.426210] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    1.433267] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    1.439052] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.444891] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.450855] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
[    1.457825] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.463441] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[    1.471284] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.477381] sky2: driver version 1.30
[    1.482085] VFIO - User Level meta-driver version: 0.3
[    1.489784] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.496326] ehci-pci: EHCI PCI platform driver
[    1.500816] ehci-platform: EHCI generic platform driver
[    1.506240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.512438] ohci-pci: OHCI PCI platform driver
[    1.516925] ohci-platform: OHCI generic platform driver
[    1.522881] usbcore: registered new interface driver uas
[    1.528244] usbcore: registered new interface driver usb-storage
[    1.534318] usbcore: registered new interface driver usbserial_generic
[    1.540871] usbserial: USB Serial support registered for generic
[    1.546913] usbcore: registered new interface driver ftdi_sio
[    1.552685] usbserial: USB Serial support registered for FTDI USB Serial Device
[    1.560027] usbcore: registered new interface driver usb_serial_simple
[    1.566579] usbserial: USB Serial support registered for carelink
[    1.572697] usbserial: USB Serial support registered for zio
[    1.578381] usbserial: USB Serial support registered for funsoft
[    1.584411] usbserial: USB Serial support registered for flashloader
[    1.590789] usbserial: USB Serial support registered for google
[    1.596734] usbserial: USB Serial support registered for libtransistor
[    1.603287] usbserial: USB Serial support registered for vivopay
[    1.609324] usbserial: USB Serial support registered for moto_modem
[    1.615614] usbserial: USB Serial support registered for motorola_tetra
[    1.622254] usbserial: USB Serial support registered for novatel_gps
[    1.628632] usbserial: USB Serial support registered for hp4x
[    1.634407] usbserial: USB Serial support registered for suunto
[    1.640360] usbserial: USB Serial support registered for siemens_mpi
[    1.646752] usbcore: registered new interface driver usb_ehset_test
[    1.655868] input: 30370000.snvs:snvs-powerkey as /devices/platform/soc@0/soc@0:bus@30000000/30370000.snvs/30370000.snvs:snvs-powerkey/input/input0
[    1.671079] snvs_rtc 30370000.snvs:snvs-rtc-lp: registered as rtc0
[    1.677372] i2c /dev entries driver
[    1.681514] mxc-mipi-csi2_yav 30a70000.mipi_csi1: mipi_csi2_probe
[    1.687664] mxc-mipi-csi2_yav 30a70000.mipi_csi: Remote device at endpoint@0 XXX found
[    1.695601] mxc-mipi-csi2_yav 30a70000.mipi_csi1: lanes: 2, name: mxc-mipi-csi2.0
[    1.703302] mxc-mipi-csi2_yav 30b60000.mipi_csi2: mipi_csi2_probe
[    1.709454] mxc-mipi-csi2_yav 30b60000.mipi_csi: Remote device at endpoint@0 XXX found
[    1.717392] mxc-mipi-csi2_yav 30b60000.mipi_csi2: lanes: 2, name: mxc-mipi-csi2.1
[    1.725131] mx6s-csi 30a90000.csi1_bridge: initialising
[    1.730563] CSI: Registered sensor subdevice: mxc-mipi-csi2.0
[    1.736381] mx6s-csi 30b80000.csi2_bridge: initialising
[    1.741788] CSI: Registered sensor subdevice: mxc-mipi-csi2.1
[    1.750104] imx2-wdt 30280000.watchdog: timeout 60 sec (nowayout=0)
[    1.756696] Bluetooth: HCI UART driver ver 2.3
[    1.761156] Bluetooth: HCI UART protocol H4 registered
[    1.766306] Bluetooth: HCI UART protocol BCSP registered
[    1.771649] Bluetooth: HCI UART protocol LL registered
[    1.776797] Bluetooth: HCI UART protocol ATH3K registered
[    1.782225] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    1.788590] Bluetooth: HCI UART protocol Broadcom registered
[    1.794278] Bluetooth: HCI UART protocol QCA registered
[    1.801796] sdhci: Secure Digital Host Controller Interface driver
[    1.807986] sdhci: Copyright(c) Pierre Ossman
[    1.812554] Synopsys Designware Multimedia Card Interface Driver
[    1.819258] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.828126] ledtrig-cpu: registered to indicate activity on CPUs
[    1.835241] caam 30900000.crypto: device ID = 0x0a16040100000000 (Era 9)
[    1.841956] caam 30900000.crypto: job rings = 2, qi = 0
[    1.886505] caam algorithms registered in /proc/crypto
[    1.898751] caam 30900000.crypto: caam pkc algorithms registered in /proc/crypto
[    1.909308] caam_jr 30901000.jr: registering rng-caam
[    1.915027] Device caam-keygen registered
[    1.921706] caam-snvs 30370000.caam-snvs: violation handlers armed - non-secure state
[    1.930201] usbcore: registered new interface driver usbhid
[    1.935818] usbhid: USB HID core driver
[    1.941065] No fsl,qman node
[    1.943948] Freescale USDPAA process driver
[    1.948160] fsl-usdpaa: no region found
[    1.952005] Freescale USDPAA process IRQ driver
[    1.959957] optee: probing for conduit method from DT.
[    1.965128] optee: revision 3.10 (b3914e54)
[    1.966394] optee: dynamic shared memory is enabled
[    1.975840] optee: initialized driver
[    1.983623] wm8524-codec audio-codec: Failed to get mute line: -517
[    2.063504] imx-spdif sound-spdif: snd-soc-dummy-dai <-> 30810000.spdif mapping ok
[    2.071103] imx-spdif sound-spdif: ASoC: no DMI vendor name!
[    2.082974] imx-spdif sound-hdmi-arc: snd-soc-dummy-dai <-> 308a0000.spdif mapping ok
[    2.090832] imx-spdif sound-hdmi-arc: ASoC: no DMI vendor name!
[    2.099895] imx-ak4458 sound-ak4458: ASoC: failed to init link ak4458: -517
[    2.106881] imx-ak4458 sound-ak4458: snd_soc_register_card failed (-517)
[    2.113853] imx-ak5558 sound-ak5558: ASoC: failed to init link ak5558: -517
[    2.120840] imx-ak5558 sound-ak5558: snd_soc_register_card failed (-517)
[    2.128233] imx-cdnhdmi sound-hdmi: ASoC: failed to init link imx8 hdmi: -517
[    2.135389] imx-cdnhdmi sound-hdmi: snd_soc_register_card failed (-517)
[    2.142251] pktgen: Packet Generator for packet performance testing. Version: 2.75
[    2.156407] NET: Registered protocol family 26
[    2.161497] NET: Registered protocol family 10
[    2.170599] Segment Routing with IPv6
[    2.174318] NET: Registered protocol family 17
[    2.179368] Bluetooth: RFCOMM TTY layer initialized
[    2.184268] Bluetooth: RFCOMM socket layer initialized
[    2.189440] Bluetooth: RFCOMM ver 1.11
[    2.193205] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.198523] Bluetooth: BNEP filters: protocol multicast
[    2.203763] Bluetooth: BNEP socket layer initialized
[    2.208737] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.214667] Bluetooth: HIDP socket layer initialized
[    2.219672] 8021q: 802.1Q VLAN Support v1.8
[    2.223874] lib80211: common routines for IEEE802.11 drivers
[    2.229651] 9pnet: Installing 9P2000 support
[    2.233958] tsn generic netlink module v1 init...
[    2.238725] Key type dns_resolver registered
[    2.244388] registered taskstats version 1
[    2.248499] Loading compiled-in X.509 certificates
[    2.277341] GPIO line 157 (wl-reg-on) hogged as output/high
[    2.287273] ov5640_mipi 0-003c: No sensor reset pin available
[    2.293058] ov5640_mipi 0-003c: 0-003c supply DOVDD not found, using dummy regulator
[    2.300869] ov5640_mipi 0-003c: 0-003c supply DVDD not found, using dummy regulator
[    2.308572] ov5640_mipi 0-003c: 0-003c supply AVDD not found, using dummy regulator
[    2.326364] ov5640_mipi 0-003c: Read reg error: reg=300a
[    2.331693] ov5640_mipi 0-003c: Camera is not found
[    2.338098] pfuze100-regulator 0-0008: Full layer: 2, Metal layer: 1
[    2.345083] pfuze100-regulator 0-0008: FAB: 0, FIN: 0
[    2.350163] pfuze100-regulator 0-0008: pfuze100 found.
[    2.382015] i2c i2c-0: IMX I2C adapter registered
[    2.388043] ov5640_mipi 1-003c: No sensor reset pin available
[    2.393834] ov5640_mipi 1-003c: 1-003c supply DOVDD not found, using dummy regulator
[    2.401639] ov5640_mipi 1-003c: 1-003c supply DVDD not found, using dummy regulator
[    2.409358] ov5640_mipi 1-003c: 1-003c supply AVDD not found, using dummy regulator
[    2.429304] ov5640_mipi 1-003c: Read reg error: reg=300a
[    2.434633] ov5640_mipi 1-003c: Camera is not found
[    2.439675] i2c i2c-1: IMX I2C adapter registered
[    2.445675] ak4458 2-0010: 2-0010 supply DVDD not found, using dummy regulator
[    2.452956] ak4458 2-0010: 2-0010 supply AVDD not found, using dummy regulator
[    2.461099] ak4458 2-0012: 2-0012 supply DVDD not found, using dummy regulator
[    2.468392] ak4458 2-0012: 2-0012 supply AVDD not found, using dummy regulator
[    2.476563] ak5558 2-0013: 2-0013 supply DVDD not found, using dummy regulator
[    2.483847] ak5558 2-0013: 2-0013 supply AVDD not found, using dummy regulator
[    2.491966] ak4458 2-0011: 2-0011 supply DVDD not found, using dummy regulator
[    2.499243] ak4458 2-0011: 2-0011 supply AVDD not found, using dummy regulator
[    2.507095] i2c i2c-2: IMX I2C adapter registered
[    2.512319] imx8mq-usb-phy 381f0040.usb-phy: 381f0040.usb-phy supply vbus not found, using dummy regulator
[    2.522274] imx8mq-usb-phy 382f0040.usb-phy: 382f0040.usb-phy supply vbus not found, using dummy regulator
[    2.534373] imx6q-pcie 33c00000.pcie: 33c00000.pcie supply epdev_on not found, using dummy regulator
[    2.549382] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.556013] [drm] No driver support for vblank timestamp query.
[    2.563456] cdns-mhdp-imx 32c00000.hdmi: lane-mapping 0xe4
[    2.573048] imx6q-pcie 33c00000.pcie: PCIe PLL locked after 0 us.
[    2.573398] imx-dcss 32e00000.display-controller: bound 32c00000.hdmi (ops cdns_mhdp_imx_ops)
0 Kudos
4 Replies

1,440 Views
ceggers
Contributor V

Hi munchiis,

[    0.296820] imx-sdma 302c0000.sdma: Direct firmware load for imx/sdma/sdma-imx7d.bin failed with error -2
[    0.296832] imx-sdma 302c0000.sdma: Falling back to sysfs fallback for: imx/sdma/sdma-imx7d.bin

I already saw these messages in another post I answered:

https://community.nxp.com/t5/i-MX-Processors/imx6-linux-imx-sdma-firmware-load-failed-error/m-p/1193...

Please let me know whether this helps.

regards,
Christian

0 Kudos

1,448 Views
munchiis
Contributor I

Okay thank you,

Can I still update this post if I receive an answer from them.

0 Kudos

1,266 Views
edward_fu
Contributor III

Hi munchiis,

I also encounted this type of error. Do you have any update?

 

0 Kudos

1,454 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello munchiis,

Somebody from @murata must help you, or you can go to their web page.

https://www.murata.com/en-us

 

Regards

0 Kudos