Closed RajasJoshi closed 7 months ago
Hi All,
I am using the Spear MX8 evaluation kit with Yocto kirkstone release. Below if my local.conf
MACHINE ??= 'imx8qm-var-som' DISTRO ?= 'fslc-xwayland' PACKAGE_CLASSES ?= 'package_deb' EXTRA_IMAGE_FEATURES ?= "debug-tweaks" INHERIT += "rm_work" USER_CLASSES ?= "buildstats" PATCHRESOLVE = "noop" BB_DISKMON_DIRS ??= "\ STOPTASKS,${TMPDIR},1G,100K \ STOPTASKS,${DL_DIR},1G,100K \ STOPTASKS,${SSTATE_DIR},1G,100K \ STOPTASKS,/tmp,100M,100K \ HALT,${TMPDIR},100M,1K \ HALT,${DL_DIR},100M,1K \ HALT,${SSTATE_DIR},100M,1K \ HALT,/tmp,10M,1K" PACKAGECONFIG:append:pn-qemu-system-native = " sdl" CONF_VERSION = "2" DL_DIR ?= "${BSPDIR}/downloads/" ACCEPT_FSL_EULA = "1"
I am trying to build an emmc image with swupdate. I followed the steps mentioned at link.
When I tried booting into the SWUpdate recovery SD card, I got the below error:
cannot set terminal process group (-1): Inappropriate ioctl for device
Below is my bootup log:
U-Boot 2022.04-lf_v2022.04_var01+g49ec7c516a (Jan 22 2023 - 09:08:56 +0000) CPU: NXP i.MX8QM RevB A53 at 1200 MHz at 43C Model: Variscite SPEAR-MX8 Boot: SD1 DRAM: 4 GiB Core: 168 devices, 24 uclasses, devicetree: fit MMC: FSL_SDHC: 0, FSL_SDHC: 1 Loading Environment from MMC... *** Warning - bad CRC, using default environment [*]-Video Link 0 (800 x 480) [0] dpu@56180000, video [1] lvds-channel@0, display Error (-1): cannot determine file size In: serial Out: serial Err: serial Part number: VSM-SP8-401 Assembly: AS211193086 Production date: 2023 Jan 03 Serial Number: f8:dc:7a:9c:3f:b2 switch to partitions #0, OK mmc1 is current device flash target is MMC:1 Net: ADIN1300 PHY detected at addr 0 eth0: ethernet@5b040000Get shared mii bus on ethernet@5b050000 ADIN1300 PHY detected at addr 1 , eth1: ethernet@5b050000 Fastboot: Normal Normal Boot Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc1 is current device Failed to load '/boot/boot.scr' 12751165 bytes read in 540 ms (22.5 MiB/s) Uncompressed size: 30792192 = 0x1D5DA00 Booting from mmc ... Failed to load '/boot/hdmitxfw.bin' fdt_file=imx8qm-var-spear-sp8customboard.dtb 133449 bytes read in 10 ms (12.7 MiB/s) ## Flattened Device Tree blob at 83000000 Booting using the fdt blob at 0x83000000 Using Device Tree in place at 0000000083000000, end 0000000083023948 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.15.60-imx8qm+ga10598220c20 (oe-user@oe-host) (aarch64-fslc-linux-gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Sat Jun 10 07:41:51 UTC 2023 [ 0.000000] Machine model: Variscite SPEAR-MX8 i.MX8QM on SP8Custom-Board LVDS [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000c0000000, size 960 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000094300000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vdev0buffer@94300000, compatible id shared-dma-pool [ 0.000000] earlycon: lpuart32 at MMIO32 0x000000005a060000 (options '') [ 0.000000] printk: bootconsole [lpuart32] enabled [ 0.000000] NUMA: No NUMA configuration found [ 0.000000] NUMA: Faking a node at [mem 0x0000000080200000-0x00000008ffffffff] [ 0.000000] NUMA: NODE_DATA [mem 0x8ff7fe800-0x8ff800fff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080200000-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 0x0000000080200000-0x0000000083ffffff] [ 0.000000] node 0: [mem 0x0000000084000000-0x00000000863fffff] [ 0.000000] node 0: [mem 0x0000000086400000-0x0000000091ffffff] [ 0.000000] node 0: [mem 0x0000000092000000-0x0000000094bfffff] [ 0.000000] node 0: [mem 0x0000000094c00000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000880000000-0x000000088fffffff] [ 0.000000] node 0: [mem 0x0000000890000000-0x00000008ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080200000-0x00000008ffffffff] [ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 20 pages/cpu s43288 r8192 d30440 u81920 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1031688 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: console=ttyLP0,115200 earlycon som_wifi=yes root=/dev/mmcblk1p1 rootfstype=ext4 rootwait rw [ 0.000000] Unknown kernel command line parameters "som_wifi=yes", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x00000000bc000000-0x00000000c0000000] (64MB) [ 0.000000] Memory: 2687632K/4192256K available (18304K kernel code, 1526K rwdata, 7080K rodata, 3008K init, 570K bss, 521584K reserved, 983040K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, 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=6. [ 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=6 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 512 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000051b00000 [ 0.000000] ITS: No ITS available, not enabling LPIs [ 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.000001] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns [ 0.008718] Console: colour dummy device 80x25 [ 0.012899] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.00 BogoMIPS (lpj=32000) [ 0.023080] pid_max: default: 32768 minimum: 301 [ 0.027736] LSM: Security Framework initializing [ 0.032389] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.039683] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.049210] rcu: Hierarchical SRCU implementation. [ 0.055549] EFI services will not be available. [ 0.060022] smp: Bringing up secondary CPUs ... [ 0.065093] Detected VIPT I-cache on CPU1 [ 0.065127] GICv3: CPU1: found redistributor 1 region 0:0x0000000051b20000 [ 0.065175] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.066015] Detected VIPT I-cache on CPU2 [ 0.066034] GICv3: CPU2: found redistributor 2 region 0:0x0000000051b40000 [ 0.066056] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.066859] Detected VIPT I-cache on CPU3 [ 0.066877] GICv3: CPU3: found redistributor 3 region 0:0x0000000051b60000 [ 0.066899] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.070251] CPU features: detected: Spectre-v2 [ 0.070258] CPU features: detected: Spectre-v3a [ 0.070262] CPU features: detected: Spectre-BHB [ 0.070268] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.070271] Detected PIPT I-cache on CPU4 [ 0.070289] GICv3: CPU4: found redistributor 100 region 0:0x0000000051b80000 [ 0.070313] CPU4: Booted secondary processor 0x0000000100 [0x410fd082] [ 0.071133] Detected PIPT I-cache on CPU5 [ 0.071148] GICv3: CPU5: found redistributor 101 region 0:0x0000000051ba0000 [ 0.071165] CPU5: Booted secondary processor 0x0000000101 [0x410fd082] [ 0.071226] smp: Brought up 1 node, 6 CPUs [ 0.182631] SMP: Total of 6 processors activated. [ 0.187315] CPU features: detected: 32-bit EL0 Support [ 0.192448] CPU features: detected: 32-bit EL1 Support [ 0.197565] CPU features: detected: CRC32 instructions [ 0.217473] CPU: All CPU(s) started at EL2 [ 0.221267] alternatives: patching kernel code [ 0.227322] devtmpfs: initialized [ 0.247168] KASLR disabled due to lack of seed [ 0.251447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.261028] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.297333] pinctrl core: initialized pinctrl subsystem [ 0.302907] DMI not present or invalid. [ 0.306995] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.317304] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations [ 0.324387] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.332199] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.339867] audit: initializing netlink subsys (disabled) [ 0.345321] audit: type=2000 audit(0.248:1): state=initialized audit_enabled=0 res=1 [ 0.345913] thermal_sys: Registered thermal governor 'step_wise' [ 0.352899] thermal_sys: Registered thermal governor 'power_allocator' [ 0.359578] cpuidle: using governor menu [ 0.369924] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.376572] ASID allocator initialised with 65536 entries [ 0.383603] Serial: AMBA PL011 UART driver [ 0.387418] imx mu driver is registered. [ 0.391283] imx rpmsg driver is registered. [ 0.453310] platform bus@56240000:ldb@562410e0: Fixing up cyclic dependency with 56180000.dpu [ 0.468056] platform panel@0: Fixing up cyclic dependency with bus@56240000:ldb@562410e0 [ 0.488437] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.494838] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 0.501500] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.508184] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 0.516085] cryptd: max_cpu_qlen set to 1000 [ 0.524483] ACPI: Interpreter disabled. [ 0.529733] iommu: Default domain type: Translated [ 0.534280] iommu: DMA domain TLB invalidation policy: strict mode [ 0.540733] vgaarb: loaded [ 0.543495] SCSI subsystem initialized [ 0.547295] usbcore: registered new interface driver usbfs [ 0.552477] usbcore: registered new interface driver hub [ 0.557761] usbcore: registered new device driver usb [ 0.564601] mc: Linux media interface: v0.10 [ 0.568551] videodev: Linux video capture interface: v2.00 [ 0.574090] pps_core: LinuxPPS API ver. 1 registered [ 0.578952] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.588084] PTP clock support registered [ 0.592296] EDAC MC: Ver: 3.0.0 [ 0.596877] FPGA manager framework [ 0.599999] Advanced Linux Sound Architecture Driver Initialized. [ 0.606566] Bluetooth: Core ver 2.22 [ 0.609817] NET: Registered PF_BLUETOOTH protocol family [ 0.615102] Bluetooth: HCI device and connection manager initialized [ 0.621450] Bluetooth: HCI socket layer initialized [ 0.626316] Bluetooth: L2CAP socket layer initialized [ 0.631356] Bluetooth: SCO socket layer initialized [ 0.637076] imx-scu scu: NXP i.MX SCU Initialized [ 0.667898] imx8qm-pinctrl scu:pinctrl: initialized IMX pinctrl driver [ 0.676337] clocksource: Switched to clocksource arch_sys_counter [ 0.682300] VFS: Disk quotas dquot_6.6.0 [ 0.686056] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.693044] pnp: PnP ACPI: disabled [ 0.730423] NET: Registered PF_INET protocol family [ 0.735212] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.743971] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.752214] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.759911] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.768025] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear) [ 0.775605] TCP: Hash tables configured (established 32768 bind 32768) [ 0.781896] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.788550] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.795768] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.801616] RPC: Registered named UNIX socket transport module. [ 0.807200] RPC: Registered udp transport module. [ 0.811902] RPC: Registered tcp transport module. [ 0.816576] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.823010] PCI: CLS 0 bytes, default 64 [ 0.827642] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 0.836925] kvm [1]: IPA Size Limit: 40 bits [ 0.841993] kvm [1]: vgic-v2@52020000 [ 0.845336] kvm [1]: GIC system register CPU interface enabled [ 0.851252] kvm [1]: vgic interrupt IRQ9 [ 0.855216] kvm [1]: Hyp mode initialized successfully [ 0.863908] Initialise system trusted keyrings [ 0.868149] workingset: timestamp_bits=42 max_order=20 bucket_order=0 [ 0.880282] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.886280] NFS: Registering the id_resolver key type [ 0.891026] Key type id_resolver registered [ 0.895164] Key type id_legacy registered [ 0.899231] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.905849] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.913251] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. [ 0.919653] 9p: Installing v9fs 9p2000 file system support [ 0.960453] Key type asymmetric registered [ 0.964205] Asymmetric key parser 'x509' registered [ 0.969120] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.976554] io scheduler mq-deadline registered [ 0.980980] io scheduler kyber registered [ 1.005007] EINJ: ACPI disabled. [ 1.124712] imx8qxp-lpcg-clk 37620000.clock-controller: failed to get clock parent names [ 1.132610] imx8qxp-lpcg-clk: probe of 37620000.clock-controller failed with error -22 [ 1.208161] mxs-dma 5b810000.dma-apbh: initialized [ 1.216520] Bus freq driver module loaded [ 1.227698] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.237817] 5a060000.serial: ttyLP0 at MMIO 0x5a060010 (irq = 60, base_baud = 5000000) is a FSL_LPUAR[ 1.246983] printk: console [ttyLP0] enabled [ 1.246983] printk: console [ttyLP0] enabled [ 1.255409] printk: bootconsole [lpuart32] disabled [ 1.255409] printk: bootconsole [lpuart32] disabled [ 1.265922] 5a070000.serial: ttyLP1 at MMIO 0x5a070010 (irq = 61, base_baud = 5000000) is a FSL_LPUART [ 1.275914] 5a080000.serial: ttyLP2 at MMIO 0x5a080010 (irq = 62, base_baud = 5000000) is a FSL_LPUART [ 1.287124] arm-smmu 51400000.iommu: probing hardware configuration... [ 1.293672] arm-smmu 51400000.iommu: SMMUv2 with: [ 1.298383] arm-smmu 51400000.iommu: stage 1 translation [ 1.303793] arm-smmu 51400000.iommu: stage 2 translation [ 1.309199] arm-smmu 51400000.iommu: nested translation [ 1.314526] arm-smmu 51400000.iommu: stream matching with 32 register groups [ 1.321679] arm-smmu 51400000.iommu: 32 context banks (0 stage-2 only) [ 1.328307] arm-smmu 51400000.iommu: Supported page sizes: 0x61311000 [ 1.334843] arm-smmu 51400000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 1.341390] arm-smmu 51400000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 1.420351] imx-drm display-subsystem: parent device of /bus@57240000/ldb@572410e0/lvds-channel@0 is not available [ 1.453136] loop: module loaded [ 1.459367] megasas: 07.717.02.00-rc1 [ 1.465899] imx ahci driver is registered. [ 1.480337] tun: Universal TUN/TAP device driver, 1.6 [ 1.487075] thunder_xcv, ver 1.0 [ 1.490351] thunder_bgx, ver 1.0 [ 1.493620] nicpf, ver 1.0 [ 1.497607] fec 5b040000.ethernet: Adding to iommu group 0 [ 1.504105] pps pps0: new PPS source ptp0 [ 1.511598] fec 5b050000.ethernet: Adding to iommu group 0 [ 1.517584] pps pps0: new PPS source ptp0 [ 1.528830] hclge is initializing [ 1.532168] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [ 1.539418] hns3: Copyright (c) 2017 Huawei Corporation. [ 1.544803] e1000: Intel(R) PRO/1000 Network Driver [ 1.549691] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 1.555475] e1000e: Intel(R) PRO/1000 Network Driver [ 1.560449] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 1.566433] igb: Intel(R) Gigabit Ethernet Network Driver [ 1.571841] igb: Copyright (c) 2007-2014 Intel Corporation. [ 1.577483] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 1.583759] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 1.590082] sky2: driver version 1.30 [ 1.595014] usbcore: registered new interface driver r8152 [ 1.600749] VFIO - User Level meta-driver version: 0.3 [ 1.610548] cdns3-imx 5b110000.usb: Adding to iommu group 1 [ 1.619805] usbcore: registered new interface driver uas [ 1.625190] usbcore: registered new interface driver usb-storage [ 1.631274] usbcore: registered new interface driver usbserial_generic [ 1.637830] usbserial: USB Serial support registered for generic [ 1.643866] usbcore: registered new interface driver ftdi_sio [ 1.649636] usbserial: USB Serial support registered for FTDI USB Serial Device [ 1.656985] usbcore: registered new interface driver usb_serial_simple [ 1.663533] usbserial: USB Serial support registered for carelink [ 1.669648] usbserial: USB Serial support registered for zio [ 1.675328] usbserial: USB Serial support registered for funsoft [ 1.681395] usbserial: USB Serial support registered for flashloader [ 1.687787] usbserial: USB Serial support registered for google [ 1.693730] usbserial: USB Serial support registered for libtransistor [ 1.700300] usbserial: USB Serial support registered for vivopay [ 1.706436] usbserial: USB Serial support registered for moto_modem [ 1.712760] usbserial: USB Serial support registered for motorola_tetra [ 1.719407] usbserial: USB Serial support registered for nokia [ 1.725271] usbserial: USB Serial support registered for novatel_gps [ 1.731649] usbserial: USB Serial support registered for hp4x [ 1.737421] usbserial: USB Serial support registered for suunto [ 1.743362] usbserial: USB Serial support registered for siemens_mpi [ 1.749774] usbcore: registered new interface driver usb_ehset_test [ 1.759677] input: sc-powerkey as /devices/platform/sc-powerkey/input/input0 [ 1.768970] i2c_dev: i2c /dev entries driver [ 1.782864] Bluetooth: HCI UART driver ver 2.3 [ 1.787322] Bluetooth: HCI UART protocol H4 registered [ 1.792468] Bluetooth: HCI UART protocol BCSP registered [ 1.797813] Bluetooth: HCI UART protocol LL registered [ 1.802959] Bluetooth: HCI UART protocol ATH3K registered [ 1.808380] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 1.814846] Bluetooth: HCI UART protocol Broadcom registered [ 1.820535] Bluetooth: HCI UART protocol QCA registered [ 1.833458] sdhci: Secure Digital Host Controller Interface driver [ 1.840138] sdhci: Copyright(c) Pierre Ossman [ 1.846268] Synopsys Designware Multimedia Card Interface Driver [ 1.854317] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.862284] sdhci-esdhc-imx 5b010000.mmc: Adding to iommu group 2 [ 1.868836] sdhci-esdhc-imx 5b030000.mmc: Adding to iommu group 2 [ 1.875527] ledtrig-cpu: registered to indicate activity on CPUs [ 1.884593] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 1.892044] usbcore: registered new interface driver usbhid [ 1.897631] usbhid: USB HID core driver [ 1.904391] mxc-isi 58100000.isi: mxc_isi.0 registered successfully [ 1.906691] mmc0: SDHCI controller on 5b010000.mmc [5b010000.mmc] using ADMA [ 1.906692] mmc2: SDHCI controller on 5b030000.mmc [5b030000.mmc] using ADMA [ 1.918374] mxc-isi 58140000.isi: mxc_isi.4 registered successfully [ 1.940639] cs_system_cfg: CoreSight Configuration manager initialised [ 1.957589] NET: Registered PF_LLC protocol family [ 1.962924] NET: Registered PF_INET6 protocol family [ 1.968757] Segment Routing with IPv6 [ 1.972449] In-situ OAM (IOAM) with IPv6 [ 1.976424] NET: Registered PF_PACKET protocol family [ 1.981514] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.994567] Bluetooth: RFCOMM TTY layer initialized [ 1.994617] mmc0: new HS400 Enhanced strobe MMC card at address 0001 [ 1.999468] Bluetooth: RFCOMM socket layer initialized [ 2.006432] mmcblk0: mmc0:0001 AJTD4R 14.6 GiB [ 2.010998] Bluetooth: RFCOMM ver 1.11 [ 2.017134] mmcblk0: p1 [ 2.019297] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 2.022299] mmcblk0boot0: mmc0:0001 AJTD4R 4.00 MiB [ 2.027154] Bluetooth: BNEP filters: protocol multicast [ 2.033399] mmcblk0boot1: mmc0:0001 AJTD4R 4.00 MiB [ 2.037360] Bluetooth: BNEP socket layer initialized [ 2.043443] mmcblk0rpmb: mmc0:0001 AJTD4R 4.00 MiB, chardev (234:0) [ 2.047295] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 2.047303] Bluetooth: HIDP socket layer initialized [ 2.047469] 8021q: 802.1Q VLAN Support v1.8 [ 2.068677] lib80211: common routines for IEEE802.11 drivers [ 2.074448] 9pnet: Installing 9P2000 support [ 2.078763] tsn generic netlink module v1 init... [ 2.083558] Key type dns_resolver registered [ 2.088118] Loading compiled-in X.509 certificates [ 2.100113] mmc2: new ultra high speed SDR104 SDIO card at address 0001 [ 2.120848] mxs_phy 5b100000.usbphy: supply phy-3p0 not found, using dummy regulator [ 2.133198] gpio-54 (hdmi_i2c): hogged as output/low [ 2.150370] usb_phy_generic bus@5b000000:usbphynop2: supply vcc not found, using dummy regulator [ 2.159909] usb_phy_generic bus@5b000000:usbphynop2: dummy supplies not allowed for exclusive requests [ 2.170684] imx-lpi2c 58226000.i2c: use pio mode [ 2.175649] i2c 5-003c: Fixing up cyclic dependency with 58227000.csi [ 2.182617] ov5640 5-003c: supply DOVDD not found, using dummy regulator [ 2.189418] ov5640 5-003c: supply AVDD not found, using dummy regulator [ 2.196094] ov5640 5-003c: supply DVDD not found, using dummy regulator [ 2.250986] ov5640 5-003c: ov5640_read_reg: error: reg=300a [ 2.256597] ov5640 5-003c: ov5640_check_chip_id: failed to read chip identifier [ 2.264623] ov5640: probe of 5-003c failed with error -5 [ 2.270031] i2c i2c-5: LPI2C adapter registered [ 2.275545] imx-lpi2c 58246000.i2c: use pio mode [ 2.280487] i2c 6-003c: Fixing up cyclic dependency with 58247000.csi [ 2.287387] ov5640 6-003c: supply DOVDD not found, using dummy regulator [ 2.294182] ov5640 6-003c: supply AVDD not found, using dummy regulator [ 2.300855] ov5640 6-003c: supply DVDD not found, using dummy regulator [ 2.355765] ov5640 6-003c: ov5640_read_reg: error: reg=300a [ 2.361379] ov5640 6-003c: ov5640_check_chip_id: failed to read chip identifier [ 2.369376] ov5640: probe of 6-003c failed with error -5 [ 2.374769] i2c i2c-6: LPI2C adapter registered [ 2.380040] imx-lpi2c 5a800000.i2c: use pio mode [ 2.385270] i2c i2c-0: LPI2C adapter registered [ 2.390456] imx-lpi2c 5a810000.i2c: use pio mode [ 2.395362] i2c 1-003d: Fixing up cyclic dependency with 5b130000.usb [ 2.402115] i2c i2c-1: LPI2C adapter registered [ 2.407292] imx-lpi2c 5a820000.i2c: use pio mode [ 2.434416] usb3503 2-0008: switched to HUB mode [ 2.439066] usb3503 2-0008: usb3503_probe: probed in hub mode [ 2.445364] i2c i2c-2: LPI2C adapter registered [ 2.450458] imx-lpi2c 5a840000.i2c: use pio mode [ 2.455596] i2c i2c-4: LPI2C adapter registered [ 2.464077] pwm-backlight backlight_lvds@0: supply power not found, using dummy regulator [ 2.484292] dpu-core 56180000.dpu: driver probed [ 2.493760] imx-drm display-subsystem: bound imx-drm-dpu-bliteng.2 (ops dpu_bliteng_ops) [ 2.502028] imx-drm display-subsystem: bound imx-drm-dpu-bliteng.5 (ops dpu_bliteng_ops) [ 2.510659] imx-drm display-subsystem: bound imx-dpu-crtc.0 (ops dpu_crtc_ops) [ 2.518347] imx-drm display-subsystem: bound imx-dpu-crtc.1 (ops dpu_crtc_ops) [ 2.526062] imx-drm display-subsystem: bound imx-dpu-crtc.3 (ops dpu_crtc_ops) [ 2.533740] imx-drm display-subsystem: bound imx-dpu-crtc.4 (ops dpu_crtc_ops) [ 2.542076] dpu-core 57180000.dpu: driver probed [ 2.548639] ahci-imx 5f020000.sata: Adding to iommu group 3 [ 2.554432] ahci-imx 5f020000.sata: ext_osc is not specified. [ 2.560207] ahci-imx 5f020000.sata: phy impedance ratio is not specified. [ 2.567065] ahci-imx 5f020000.sata: No cache used with register defaults set! [ 2.574608] ahci-imx 5f020000.sata: supply ahci not found, using dummy regulator [ 2.582108] ahci-imx 5f020000.sata: supply phy not found, using dummy regulator [ 2.589471] ahci-imx 5f020000.sata: supply target not found, using dummy regulator [ 2.597373] ahci-imx 5f020000.sata: external osc is used. [ 2.605612] ahci-imx 5f020000.sata: no ahb clock. [ 2.610875] ahci-imx 5f020000.sata: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl platform mode [ 2.619771] ahci-imx 5f020000.sata: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sadm sds apst [ 2.630968] scsi host0: ahci-imx [ 2.634451] ata1: SATA max UDMA/133 mmio [mem 0x5f020000-0x5f02ffff] port 0x100 irq 141 [ 2.643797] spidev@0 enforce active low on chipselect handle [ 2.649536] spidev@1 enforce active low on chipselect handle [ 2.657038] spidev@0 enforce active low on chipselect handle [ 2.664071] ads7846@0 enforce active low on chipselect handle [ 2.671751] pps pps0: new PPS source ptp0 [ 2.947213] fec 5b040000.ethernet eth0: registered PHC device 0 [ 2.954945] ata1: SATA link down (SStatus 0 SControl 300) [ 2.961070] pps pps1: new PPS source ptp1 [ 2.967639] fec 5b050000.ethernet eth1: registered PHC device 1 [ 2.974857] cdns-usb3 5b130000.usb: Adding to iommu group 1 [ 3.046372] sdhci-esdhc-imx 5b020000.mmc: Adding to iommu group 2 [ 3.053024] sdhci-esdhc-imx 5b020000.mmc: Got CD GPIO [ 3.072364] mxc-mipi-csi2 58227000.csi: lanes: 2, name: mxc-mipi-csi2.0 [ 3.090858] mmc1: SDHCI controller on 5b020000.mmc [5b020000.mmc] using ADMA [ 3.100808] mxc-mipi-csi2 58247000.csi: lanes: 2, name: mxc-mipi-csi2.1 [ 3.127784] imx6q-pcie 5f000000.pcie: supply epdev_on not found, using dummy regulator [ 3.127919] imx-drm display-subsystem: bound imx-drm-dpu-bliteng.2 (ops dpu_bliteng_ops) [ 3.136159] imx6q-pcie 5f000000.pcie: No cache used with register defaults set! [ 3.144476] imx-drm display-subsystem: bound imx-drm-dpu-bliteng.5 (ops dpu_bliteng_ops) [ 3.159583] imx-drm display-subsystem: bound imx-dpu-crtc.0 (ops dpu_crtc_ops) [ 3.167068] imx-drm display-subsystem: bound imx-dpu-crtc.1 (ops dpu_crtc_ops) [ 3.174549] imx-drm display-subsystem: bound imx-dpu-crtc.3 (ops dpu_crtc_ops) [ 3.176361] imx6q-pcie 5f000000.pcie: PCIe PLL is locked. [ 3.182101] imx-drm display-subsystem: bound imx-dpu-crtc.4 (ops dpu_crtc_ops) [ 3.187292] imx6q-pcie 5f000000.pcie: iATU unroll: disabled [ 3.194916] imx-drm display-subsystem: bound bus@56240000:ldb@562410e0 (ops imx8qm_ldb_ops) [ 3.200789] imx6q-pcie 5f000000.pcie: Detected iATU regions: 6 outbound, 6 inbound [ 3.208915] [drm] Initialized imx-drm 1.0.0 20120507 for display-subsystem on minor 0 [ 3.215986] imx6q-pcie 5f000000.pcie: host bridge /bus@5f000000/pcie@0x5f000000 ranges: [ 3.231857] imx6q-pcie 5f000000.pcie: IO 0x006ff80000..0x006ff8ffff -> 0x0000000000 [ 3.240054] imx6q-pcie 5f000000.pcie: MEM 0x0060000000..0x006fefffff -> 0x0060000000 [ 3.240146] imx6q-pcie 5f000000.pcie: iATU unroll: disabled [ 3.240150] imx6q-pcie 5f000000.pcie: Detected iATU regions: 6 outbound, 6 inbound [ 3.259217] mmc1: host does not support reading read-only switch, assuming write-enable [ 3.293619] mmc1: new ultra high speed SDR104 SDHC card at address aaaa [ 3.294100] mmcblk1: mmc1:aaaa SC16G 14.8 GiB [ 3.296971] mmcblk1: p1 [ 3.318547] Console: switching to colour frame buffer device 100x30 [ 3.380625] imx-drm display-subsystem: [drm] fb0: imx-drmdrmfb frame buffer device [ 3.394006] debugfs: Directory 'lvds1' with parent 'pm_genpd' already present! [ 3.402526] debugfs: Directory 'mipi1-i2c1' with parent 'pm_genpd' already present! [ 3.410193] debugfs: Directory 'mipi1-i2c0' with parent 'pm_genpd' already present! [ 3.418589] debugfs: Directory 'mipi1-pwm0' with parent 'pm_genpd' already present! [ 3.426265] debugfs: Directory 'mipi1' with parent 'pm_genpd' already present! [ 3.439398] input: gpio-keys as /devices/platform/gpio-keys/input/input1 [ 3.447654] isi-m2m 58100000.isi:m2m_device: Register m2m success for ISI.0 [ 3.480089] ALSA device list: [ 3.483517] No soundcards found. [ 4.240463] imx6q-pcie 5f000000.pcie: Phy link never came up [ 4.246852] imx6q-pcie: probe of 5f000000.pcie failed with error -110 [ 4.437344] EXT4-fs (mmcblk1p1): recovery complete [ 4.451285] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 4.461147] VFS: Mounted root (ext4 filesystem) on device 179:97. [ 4.474761] devtmpfs: mounted [ 4.479205] Freeing unused kernel memory: 3008K [ 4.484301] Run /sbin/init as init process [ 4.491878] Run /etc/init as init process [ 4.499800] Run /bin/init as init process [ 4.504396] Run /bin/sh as init process sh: cannot set terminal process group (-1): Inappropriate ioctl for device sh: no job control in this shell sh-5.1# [ 58.408443] random: crng init done
Please let me know what could be the probable cause of the issue. Thanks !!!
@RajasJoshi I see that you have opened a ticket in our portal and this has been resolved. If you need further support on this, please open another ticket on the portal.
Thanks
Hi All,
I am using the Spear MX8 evaluation kit with Yocto kirkstone release. Below if my local.conf
I am trying to build an emmc image with swupdate. I followed the steps mentioned at link.
When I tried booting into the SWUpdate recovery SD card, I got the below error:
Below is my bootup log:
Please let me know what could be the probable cause of the issue. Thanks !!!