MMC: no card present on i.MX6dual lite

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

MMC: no card present on i.MX6dual lite

1,015 Views
rameshasp
Contributor IV

In our custom board we are using (i.MX6Dual lite Processor), in this i am not able to flash eMMC(Part number is IS21ES16G-JCLI) could you please provide suggestion why we are getting error.

Below is the flash log using MFG tool for your reference.

U-Boot 2017.03-imx_v2017.03_4.9.88_2.0.0_ga+gb76bb1bf9f (Apr 07 2021 - 17:37:04 +0530)

CPU: Freescale i.MX6DL rev1.2 at 792MHz
CPU: Automotive temperature grade (-40C to 125C) at 42C
Reset cause: POR
Model: Freescale i.MX6 DualLite SABRE Smart Device Board
Board: MX6-SabreSD
DRAM: 1 GiB
MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
MMC: no card present
mmc_init: -123, time 2
*** Warning - MMC init failed, using default environment

No panel detected: default to Hannstar-XGA
Display: Hannstar-XGA (1024x768)
In: serial
Out: serial
Err: serial
MMC: no card present
mmc_init: -123, time 2
Net: No ethernet found.
Boot from USB for mfgtools
Use default environment for mfgtools
Run bootcmd_mfg: run mfgtool_args; if test ${tee} = yes; then bootm ${tee_addr} ${initrd_addr} ${fdt_addr}; else bootz ${loadaddr} ${initrd_addr} ${fdt_addr}; fi;
Hit any key to stop autoboot: 0
Kernel image @ 0x12000000 [ 0x000000 - 0x554130 ]
## Loading init Ramdisk from Legacy Image at 12c00000 ...
Image Name: fsl-image-mfgtool-initramfs-imx6
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 8591032 Bytes = 8.2 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
## Flattened Device Tree blob at 18000000
Booting using the fdt blob at 0x18000000
Using Device Tree in place at 18000000, end 1800e4f1
No PMIC found!

Starting kernel ...

 

Note: FYI, In our custom we are using Discrete regulators for all the power rails instead of PMIC.

 

Thanks in advance,

Ramesha S P

Labels (1)
0 Kudos
2 Replies

986 Views
rameshasp
Contributor IV

Thanks for your reply Igor,

We have build the images as per our Hardware modification. but still i am getting same error.

MMC: no card present
mmc_init: -123, time 2

Attached below complete flash log using MFG tool: Please check and let me know what could be the issue.

[2021-04-08 13:30:52.928] U-Boot 2017.03-imx_v2017.03_4.9.88_2.0.0_ga+gb76bb1bf9f (Apr 07 2021 - 17:37:04 +0530)
[2021-04-08 13:30:52.928]
[2021-04-08 13:30:52.928] CPU: Freescale i.MX6DL rev1.2 at 792MHz
[2021-04-08 13:30:52.928] CPU: Automotive temperature grade (-40C to 125C) at 42C
[2021-04-08 13:30:52.928] Reset cause: POR
[2021-04-08 13:30:52.928] Model: Freescale i.MX6 DualLite SABRE Smart Device Board
[2021-04-08 13:30:52.943] Board: MX6-SabreSD
[2021-04-08 13:30:52.943] DRAM: 1 GiB
[2021-04-08 13:30:53.006] MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
[2021-04-08 13:30:53.043] MMC: no card present
[2021-04-08 13:30:53.043] mmc_init: -123, time 2
[2021-04-08 13:30:53.043] *** Warning - MMC init failed, using default environment
[2021-04-08 13:30:53.043]
[2021-04-08 13:30:53.043] No panel detected: default to Hannstar-XGA
[2021-04-08 13:30:53.043] Display: Hannstar-XGA (1024x768)
[2021-04-08 13:30:53.150] In: serial
[2021-04-08 13:30:53.150] Out: serial
[2021-04-08 13:30:53.150] Err: serial
[2021-04-08 13:30:53.150] MMC: no card present
[2021-04-08 13:30:53.150] mmc_init: -123, time 2
[2021-04-08 13:30:53.150] Net: No ethernet found.
[2021-04-08 13:30:53.150] Boot from USB for mfgtools
[2021-04-08 13:30:53.150] Use default environment for mfgtools
[2021-04-08 13:30:53.150] Run bootcmd_mfg: run mfgtool_args; if test ${tee} = yes; then bootm ${tee_addr} ${initrd_addr} ${fdt_addr}; else bootz ${loadaddr} ${initrd_addr} ${fdt_addr}; fi;
[2021-04-08 13:30:53.150] Hit any key to stop autoboot: 0
[2021-04-08 13:30:53.150] Kernel image @ 0x12000000 [ 0x000000 - 0x554130 ]
[2021-04-08 13:30:53.150] ## Loading init Ramdisk from Legacy Image at 12c00000 ...
[2021-04-08 13:30:53.150] Image Name: fsl-image-mfgtool-initramfs-imx6
[2021-04-08 13:30:53.150] Image Type: ARM Linux RAMDisk Image (gzip compressed)
[2021-04-08 13:30:53.150] Data Size: 8591032 Bytes = 8.2 MiB
[2021-04-08 13:30:53.150] Load Address: 00000000
[2021-04-08 13:30:53.150] Entry Point: 00000000
[2021-04-08 13:30:53.150] Verifying Checksum ... OK
[2021-04-08 13:30:53.231] ## Flattened Device Tree blob at 18000000
[2021-04-08 13:30:53.258] Booting using the fdt blob at 0x18000000
[2021-04-08 13:30:53.258] Using Device Tree in place at 18000000, end 1800e4f1
[2021-04-08 13:30:53.258] No PMIC found!
[2021-04-08 13:30:53.258]
[2021-04-08 13:30:53.258] Starting kernel ...
[2021-04-08 13:30:53.258]
[2021-04-08 13:30:54.920] Booting Linux on physical CPU 0x0
[2021-04-08 13:30:54.920] Linux version 4.1.15+ (bamboo@yb6) (gcc version 5.3.0 (GCC) ) #1 SMP PREEMPT Fri Sep 16 18:10:49 CDT 2016
[2021-04-08 13:30:54.920] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
[2021-04-08 13:30:54.920] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[2021-04-08 13:30:54.920] Machine model: Freescale i.MX6 DualLite SABRE Smart Device Board
[2021-04-08 13:30:54.920] Reserved memory: created CMA memory pool at 0x3c000000, size 320 MiB
[2021-04-08 13:30:54.920] Reserved memory: initialized node linux,cma, compatible id shared-dma-pool
[2021-04-08 13:30:54.920] Memory policy: Data cache writealloc
[2021-04-08 13:30:54.920] PERCPU: Embedded 12 pages/cpu @ab71c000 s16716 r8192 d24244 u49152
[2021-04-08 13:30:54.920] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260096
[2021-04-08 13:30:54.920] Kernel command line: console=ttymxc0,115200 rdinit=/linuxrc g_mass_storage.stall=0 g_mass_storage.removable=1 g_mass_storage.file=/fat g_mass_storage.ro=1 g_mass_storage.idVendor=0x066F g_mass_storage.idProduct=0x37FF g_mass_storage.iSerialNumber= enable_wait_mode=off
[2021-04-08 13:30:54.920] PID hash table entries: 4096 (order: 2, 16384 bytes)
[2021-04-08 13:30:54.920] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[2021-04-08 13:30:54.931] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[2021-04-08 13:30:54.931] Memory: 692096K/1048576K available (6903K kernel code, 320K rwdata, 2416K rodata, 384K init, 423K bss, 28800K reserved, 327680K cma-reserved, 0K highmem)
[2021-04-08 13:30:54.931] Virtual kernel memory layout:
[2021-04-08 13:30:54.931] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[2021-04-08 13:30:54.931] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[2021-04-08 13:30:54.931] vmalloc : 0xc0800000 - 0xff000000 (1000 MB)
[2021-04-08 13:30:54.931] lowmem : 0x80000000 - 0xc0000000 (1024 MB)
[2021-04-08 13:30:54.931] pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
[2021-04-08 13:30:54.931] modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
[2021-04-08 13:30:54.931] .text : 0x80008000 - 0x80921fd8 (9320 kB)
[2021-04-08 13:30:54.931] .init : 0x80922000 - 0x80982000 ( 384 kB)
[2021-04-08 13:30:54.931] .data : 0x80982000 - 0x809d2080 ( 321 kB)
[2021-04-08 13:30:54.931] .bss : 0x809d5000 - 0x80a3ee54 ( 424 kB)
[2021-04-08 13:30:54.931] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[2021-04-08 13:30:54.931] Preemptible hierarchical RCU implementation.
[2021-04-08 13:30:54.931] Additional per-CPU info printed with stalls.
[2021-04-08 13:30:54.931] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[2021-04-08 13:30:54.948] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[2021-04-08 13:30:54.948] NR_IRQS:16 nr_irqs:16 16
[2021-04-08 13:30:54.948] L2C-310 erratum 769419 enabled
[2021-04-08 13:30:54.948] L2C-310 enabling early BRESP for Cortex-A9
[2021-04-08 13:30:54.948] L2C-310 full line of zeros enabled for Cortex-A9
[2021-04-08 13:30:54.948] L2C-310 ID prefetch enabled, offset 16 lines
[2021-04-08 13:30:54.948] L2C-310 dynamic clock gating enabled, standby mode enabled
[2021-04-08 13:30:54.948] L2C-310 cache controller enabled, 16 ways, 512 kB
[2021-04-08 13:30:54.948] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x76450001
[2021-04-08 13:30:54.948] mxc_clocksource_init 3000000
[2021-04-08 13:30:54.948] Switching to timer-based delay loop, resolution 333ns
[2021-04-08 13:30:54.948] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns
[2021-04-08 13:30:54.948] clocksource mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns
[2021-04-08 13:30:54.948] Console: colour dummy device 80x30
[2021-04-08 13:30:54.948] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)
[2021-04-08 13:30:54.948] pid_max: default: 32768 minimum: 301
[2021-04-08 13:30:54.948] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[2021-04-08 13:30:54.948] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[2021-04-08 13:30:54.948] CPU: Testing write buffer coherency: ok
[2021-04-08 13:30:54.964] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[2021-04-08 13:30:54.964] Setting up static identity map for 0x10008280 - 0x100082f0
[2021-04-08 13:30:54.964] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[2021-04-08 13:30:54.964] Brought up 2 CPUs
[2021-04-08 13:30:54.964] SMP: Total of 2 processors activated (12.00 BogoMIPS).
[2021-04-08 13:30:54.964] CPU: All CPU(s) started in SVC mode.
[2021-04-08 13:30:54.964] devtmpfs: initialized
[2021-04-08 13:30:54.964] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[2021-04-08 13:30:54.964] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[2021-04-08 13:30:54.964] pinctrl core: initialized pinctrl subsystem
[2021-04-08 13:30:54.964] NET: Registered protocol family 16
[2021-04-08 13:30:54.964] DMA: preallocated 256 KiB pool for atomic coherent allocations
[2021-04-08 13:30:54.964] cpuidle: using governor ladder
[2021-04-08 13:30:54.964] cpuidle: using governor menu
[2021-04-08 13:30:54.964] CPU identified as i.MX6DL, silicon rev 1.2
[2021-04-08 13:30:54.964] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[2021-04-08 13:30:54.964] hw-breakpoint: maximum watchpoint size is 4 bytes.
[2021-04-08 13:30:54.964] imx6dl-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
[2021-04-08 13:30:55.194] mxs-dma 110000.dma-apbh: initialized
[2021-04-08 13:30:55.194] SCSI subsystem initialized
[2021-04-08 13:30:55.194] usbcore: registered new interface driver usbfs
[2021-04-08 13:30:55.194] usbcore: registered new interface driver hub
[2021-04-08 13:30:55.194] usbcore: registered new device driver usb
[2021-04-08 13:30:55.194] 2000000.aips-bus:usbphy_nop1 supply vcc not found, using dummy regulator
[2021-04-08 13:30:55.194] 2000000.aips-bus:usbphy_nop2 supply vcc not found, using dummy regulator
[2021-04-08 13:30:55.194] i2c i2c-0: IMX I2C adapter registered
[2021-04-08 13:30:55.194] i2c i2c-0: can't use DMA
[2021-04-08 13:30:55.194] i2c i2c-1: IMX I2C adapter registered
[2021-04-08 13:30:55.194] i2c i2c-1: can't use DMA
[2021-04-08 13:30:55.194] i2c i2c-2: IMX I2C adapter registered
[2021-04-08 13:30:55.194] i2c i2c-2: can't use DMA
[2021-04-08 13:30:55.194] Linux video capture interface: v2.00
[2021-04-08 13:30:55.194] pps_core: LinuxPPS API ver. 1 registered
[2021-04-08 13:30:55.194] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[2021-04-08 13:30:55.194] PTP clock support registered
[2021-04-08 13:30:55.194] imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
[2021-04-08 13:30:55.194] Advanced Linux Sound Architecture Driver Initialized.
[2021-04-08 13:30:55.194] Switched to clocksource mxc_timer1
[2021-04-08 13:30:55.194] NET: Registered protocol family 2
[2021-04-08 13:30:55.194] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[2021-04-08 13:30:55.194] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[2021-04-08 13:30:55.210] TCP: Hash tables configured (established 8192 bind 8192)
[2021-04-08 13:30:55.210] UDP hash table entries: 512 (order: 2, 16384 bytes)
[2021-04-08 13:30:55.210] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[2021-04-08 13:30:55.210] NET: Registered protocol family 1
[2021-04-08 13:30:55.210] RPC: Registered named UNIX socket transport module.
[2021-04-08 13:30:55.210] RPC: Registered udp transport module.
[2021-04-08 13:30:55.210] RPC: Registered tcp transport module.
[2021-04-08 13:30:55.210] RPC: Registered tcp NFSv4.1 backchannel transport module.
[2021-04-08 13:30:55.210] Trying to unpack rootfs image as initramfs...
[2021-04-08 13:30:55.210] Freeing initrd memory: 8392K (82c00000 - 83432000)
[2021-04-08 13:30:55.210] CPU PMU: Failed to parse /soc/pmu/interrupt-affinity[0]
[2021-04-08 13:30:55.210] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[2021-04-08 13:30:55.210] imx rpmsg driver is registered.
[2021-04-08 13:30:55.210] Bus freq driver module loaded
[2021-04-08 13:30:55.210] futex hash table entries: 512 (order: 3, 32768 bytes)
[2021-04-08 13:30:55.210] VFS: Disk quotas dquot_6.6.0
[2021-04-08 13:30:55.210] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[2021-04-08 13:30:55.210] NFS: Registering the id_resolver key type
[2021-04-08 13:30:55.210] Key type id_resolver registered
[2021-04-08 13:30:55.210] Key type id_legacy registered
[2021-04-08 13:30:55.210] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[2021-04-08 13:30:55.228] fuse init (API version 7.23)
[2021-04-08 13:30:55.228] io scheduler noop registered
[2021-04-08 13:30:55.228] io scheduler deadline registered
[2021-04-08 13:30:55.228] io scheduler cfq registered (default)
[2021-04-08 13:30:55.228] imx-weim 21b8000.weim: Driver registered.
[2021-04-08 13:30:55.228] backlight supply power not found, using dummy regulator
[2021-04-08 13:30:55.228] mxc_sdc_fb fb@0: NO mxc display driver found!
[2021-04-08 13:30:55.228] mxc_sdc_fb fb@1: NO mxc display driver found!
[2021-04-08 13:30:55.228] imx-sdma 20ec000.sdma: no iram assigned, using external mem
[2021-04-08 13:30:55.228] imx-sdma 20ec000.sdma: no event needs to be remapped
[2021-04-08 13:30:55.228] imx-sdma 20ec000.sdma: initialized
[2021-04-08 13:30:55.228] pfuze100-regulator 1-0008: unrecognized pfuze chip ID!
[2021-04-08 13:30:55.228] imx-sdma 20ec000.sdma: loaded firmware 3.3
[2021-04-08 13:30:55.228] pfuze100-regulator: probe of 1-0008 failed with error -5
[2021-04-08 13:30:55.228] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 25, base_baud = 5000000) is a IMX
[2021-04-08 13:30:55.228] console [ttymxc0] enabled
[2021-04-08 13:30:55.228] imx sema4 driver is registered.
[2021-04-08 13:30:55.228] [drm] Initialized drm 1.1.0 20060810
[2021-04-08 13:30:55.228] [drm] Initialized vivante 1.0.0 20120216 on minor 0
[2021-04-08 13:30:55.228] brd: module loaded
[2021-04-08 13:30:55.243] loop: module loaded
[2021-04-08 13:30:55.243] m25p80 spi0.0: unrecognized JEDEC id bytes: 00, 0, 0
[2021-04-08 13:30:55.243] spi_imx 2008000.ecspi: probed
[2021-04-08 13:30:55.243] 2188000.ethernet supply phy not found, using dummy regulator
[2021-04-08 13:30:55.462] pps pps0: new PPS source ptp0
[2021-04-08 13:30:55.462] fec 2188000.ethernet (unnamed net_device) (uninitialized): Invalid MAC address: 00:00:00:00:00:00
[2021-04-08 13:30:55.462] fec 2188000.ethernet (unnamed net_device) (uninitialized): Using random MAC address: 82:56:de:80:a0:73
[2021-04-08 13:30:55.462] libphy: fec_enet_mii_bus: probed
[2021-04-08 13:30:55.462] fec 2188000.ethernet eth0: registered PHC device 0
[2021-04-08 13:30:55.462] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[2021-04-08 13:30:55.462] ehci-mxc: Freescale On-Chip EHCI Host driver
[2021-04-08 13:30:55.462] usbcore: registered new interface driver usb-storage
[2021-04-08 13:30:55.462] 2184800.usbmisc supply vbus-wakeup not found, using dummy regulator
[2021-04-08 13:30:55.462] reg-fixed-voltage regulators:regulator@0: Failed to resolve vin-supply for usb_otg_vbus
[2021-04-08 13:30:55.462] imx_usb 2184000.usb: Can't register ci_hdrc platform device, err=-517
[2021-04-08 13:30:55.462] reg-fixed-voltage regulators:regulator@1: Failed to resolve vin-supply for usb_h1_vbus
[2021-04-08 13:30:55.462] imx_usb 2184200.usb: Can't register ci_hdrc platform device, err=-517
[2021-04-08 13:30:55.462] udc-core: couldn't find an available UDC - added [g_mass_storage] to list of pending drivers
[2021-04-08 13:30:55.462] mousedev: PS/2 mouse device common for all mice
[2021-04-08 13:30:55.462] egalax_ts 1-0004: Failed to read firmware version
[2021-04-08 13:30:55.479] egalax_ts: probe of 1-0004 failed with error -5
[2021-04-08 13:30:55.479] egalax_ts 2-0004: Failed to read firmware version
[2021-04-08 13:30:55.479] egalax_ts: probe of 2-0004 failed with error -5
[2021-04-08 13:30:55.479] snvs_rtc 20cc000.snvs:snvs-rtc-lp: rtc core: registered 20cc000.snvs:snvs-r as rtc0
[2021-04-08 13:30:55.479] i2c /dev entries driver
[2021-04-08 13:30:55.480] IR NEC protocol handler initialized
[2021-04-08 13:30:55.480] IR RC5(x/sz) protocol handler initialized
[2021-04-08 13:30:55.480] IR RC6 protocol handler initialized
[2021-04-08 13:30:55.480] IR JVC protocol handler initialized
[2021-04-08 13:30:55.480] IR Sony protocol handler initialized
[2021-04-08 13:30:55.480] IR SANYO protocol handler initialized
[2021-04-08 13:30:55.480] IR Sharp protocol handler initialized
[2021-04-08 13:30:55.480] IR MCE Keyboard/mouse protocol handler initialized
[2021-04-08 13:30:55.480] IR XMP protocol handler initialized
[2021-04-08 13:30:55.480] imx2-wdt 20c0000.wdog: use WDOG_B to reboot.
[2021-04-08 13:30:55.480] imx2-wdt 20c0000.wdog: timeout 60 sec (nowayout=0)
[2021-04-08 13:30:55.480] sdhci: Secure Digital Host Controller Interface driver
[2021-04-08 13:30:55.480] sdhci: Copyright(c) Pierre Ossman
[2021-04-08 13:30:55.480] sdhci-pltfm: SDHCI platform and OF driver helper
[2021-04-08 13:30:55.480] /soc/aips-bus@02100000/usdhc@02194000: voltage-ranges unspecified
[2021-04-08 13:30:55.480] sdhci-esdhc-imx 2194000.usdhc: Got CD GPIO
[2021-04-08 13:30:55.493] sdhci-esdhc-imx 2194000.usdhc: Got WP GPIO
[2021-04-08 13:30:55.493] sdhci-esdhc-imx 2194000.usdhc: No vmmc regulator found
[2021-04-08 13:30:55.493] sdhci-esdhc-imx 2194000.usdhc: No vqmmc regulator found
[2021-04-08 13:30:55.496] mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
[2021-04-08 13:30:55.528] /soc/aips-bus@02100000/usdhc@02198000: voltage-ranges unspecified
[2021-04-08 13:30:55.528] sdhci-esdhc-imx 2198000.usdhc: Got CD GPIO
[2021-04-08 13:30:55.528] sdhci-esdhc-imx 2198000.usdhc: Got WP GPIO
[2021-04-08 13:30:55.528] sdhci-esdhc-imx 2198000.usdhc: No vmmc regulator found
[2021-04-08 13:30:55.528] sdhci-esdhc-imx 2198000.usdhc: No vqmmc regulator found
[2021-04-08 13:30:55.604] mmc2: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
[2021-04-08 13:30:55.604] /soc/aips-bus@02100000/usdhc@0219c000: voltage-ranges unspecified
[2021-04-08 13:30:55.604] sdhci-esdhc-imx 219c000.usdhc: No vmmc regulator found
[2021-04-08 13:30:55.604] sdhci-esdhc-imx 219c000.usdhc: No vqmmc regulator found
[2021-04-08 13:30:55.634] mmc3: SDHCI controller on 219c000.usdhc [219c000.usdhc] using ADMA
[2021-04-08 13:30:55.816] mxc_vpu 2040000.vpu_fsl: VPU initialized
[2021-04-08 13:30:55.816] mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed
[2021-04-08 13:30:55.816] usbcore: registered new interface driver usbhid
[2021-04-08 13:30:55.816] usbhid: USB HID core driver
[2021-04-08 13:30:55.816] wm8962 0-001a: Failed to read ID register
[2021-04-08 13:30:55.816] wm8962: probe of 0-001a failed with error -5
[2021-04-08 13:30:55.816] imx-wm8962 sound: failed to find codec platform device
[2021-04-08 13:30:55.816] imx-wm8962: probe of sound failed with error -22
[2021-04-08 13:30:55.816] NET: Registered protocol family 10
[2021-04-08 13:30:55.816] sit: IPv6 over IPv4 tunneling driver
[2021-04-08 13:30:55.816] NET: Registered protocol family 17
[2021-04-08 13:30:55.816] Key type dns_resolver registered
[2021-04-08 13:30:55.816] cpu cpu0: failed to get regulators
[2021-04-08 13:30:55.816] imx6q-cpufreq: probe of imx6q-cpufreq.0 failed with error -2
[2021-04-08 13:30:55.816] Registering SWP/SWPB emulation handler
[2021-04-08 13:30:55.816] reg-fixed-voltage regulators:regulator@0: Failed to resolve vin-supply for usb_otg_vbus
[2021-04-08 13:30:55.816] imx_usb 2184000.usb: Can't register ci_hdrc platform device, err=-517
[2021-04-08 13:30:55.816] reg-fixed-voltage regulators:regulator@1: Failed to resolve vin-supply for usb_h1_vbus
[2021-04-08 13:30:55.816] imx_usb 2184200.usb: Can't register ci_hdrc platform device, err=-517
[2021-04-08 13:30:55.816] input: gpio-keys as /devices/soc0/gpio-keys/input/input2
[2021-04-08 13:30:55.827] snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01 00:00:00 UTC (0)
[2021-04-08 13:30:55.827] reg-fixed-voltage regulators:regulator@0: Failed to resolve vin-supply for usb_otg_vbus
[2021-04-08 13:30:55.827] imx_usb 2184000.usb: Can't register ci_hdrc platform device, err=-517
[2021-04-08 13:30:55.827] reg-fixed-voltage regulators:regulator@1: Failed to resolve vin-supply for usb_h1_vbus
[2021-04-08 13:30:55.827] imx_usb 2184200.usb: Can't register ci_hdrc platform device, err=-517
[2021-04-08 13:30:55.850] mipi_dsi_pwr_on: disabling
[2021-04-08 13:30:55.850] hdmi-5v-supply: disabling
[2021-04-08 13:30:55.850] sensor-supply: disabling
[2021-04-08 13:30:55.850] wm8962-supply: disabling
[2021-04-08 13:30:55.850] usb_h1_vbus: disabling
[2021-04-08 13:30:55.850] usb_otg_vbus: disabling
[2021-04-08 13:30:55.850] ALSA device list:
[2021-04-08 13:30:55.850] No soundcards found.
[2021-04-08 13:30:55.850] Freeing unused kernel memory: 384K (80922000 - 80982000)
[2021-04-08 13:30:55.891] Starting UTP
[2021-04-08 13:30:55.891] uuc 0.5 [built Sep 16 2016 02:36:28]
[2021-04-08 13:30:55.891] UTP: Waiting for device to appear
[2021-04-08 13:30:58.222] mmc3: error -110 whilst initialising MMC card
[2021-04-08 13:30:59.795] mmc3: error -110 whilst initialising MMC card
[2021-04-08 13:31:02.339] mmc3: error -110 whilst initialising MMC card
[2021-04-08 13:31:03.986] mmc3: error -110 whilst initialising MMC card
[2021-04-08 13:31:47.491]
[2021-04-08 13:31:47.491]
[2021-04-08 13:31:47.491] U-Boot 2017.03-imx_v2017.03_4.9.88_2.0.0_ga+gb76bb1bf9f (Apr 07 2021 - 17:37:04 +0530)
[2021-04-08 13:31:47.491]
[2021-04-08 13:31:47.491] CPU: Freescale i.MX6DL rev1.2 at 792MHz
[2021-04-08 13:31:47.491] CPU: Automotive temperature grade (-40C to 125C) at 41C
[2021-04-08 13:31:47.491] Reset cause: POR
[2021-04-08 13:31:47.491] Model: Freescale i.MX6 DualLite SABRE Smart Device Board
[2021-04-08 13:31:47.491] Board: MX6-SabreSD
[2021-04-08 13:31:47.491] DRAM: 1 GiB
[2021-04-08 13:31:47.552] MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
[2021-04-08 13:31:47.591] MMC: no card present
[2021-04-08 13:31:47.591] mmc_init: -123, time 2
[2021-04-08 13:31:47.591] *** Warning - MMC init failed, using default environment
[2021-04-08 13:31:47.591]
[2021-04-08 13:31:47.591] No panel detected: default to Hannstar-XGA
[2021-04-08 13:31:47.591] Display: Hannstar-XGA (1024x768)
[2021-04-08 13:31:47.698] In: serial
[2021-04-08 13:31:47.698] Out: serial
[2021-04-08 13:31:47.698] Err: serial
[2021-04-08 13:31:47.698] MMC: no card present
[2021-04-08 13:31:47.698] mmc_init: -123, time 2
[2021-04-08 13:31:47.698] Net: No ethernet found.
[2021-04-08 13:31:47.698] Boot from USB for mfgtools
[2021-04-08 13:31:47.698] Use default environment for mfgtools
[2021-04-08 13:31:47.698] Run bootcmd_mfg: run mfgtool_args; if test ${tee} = yes; then bootm ${tee_addr} ${initrd_addr} ${fdt_addr}; else bootz ${loadaddr} ${initrd_addr} ${fdt_addr}; fi;
[2021-04-08 13:31:47.698] Hit any key to stop autoboot: 0
[2021-04-08 13:31:47.698] Kernel image @ 0x12000000 [ 0x000000 - 0x554130 ]
[2021-04-08 13:31:47.699] ## Loading init Ramdisk from Legacy Image at 12c00000 ...
[2021-04-08 13:31:47.699] Image Name: fsl-image-mfgtool-initramfs-imx6
[2021-04-08 13:31:47.699] Image Type: ARM Linux RAMDisk Image (gzip compressed)
[2021-04-08 13:31:47.699] Data Size: 8591032 Bytes = 8.2 MiB
[2021-04-08 13:31:47.699] Load Address: 00000000
[2021-04-08 13:31:47.699] Entry Point: 00000000
[2021-04-08 13:31:47.699] Verifying Checksum ... OK
[2021-04-08 13:31:47.816] ## Flattened Device Tree blob at 18000000
[2021-04-08 13:31:47.816] Booting using the fdt blob at 0x18000000
[2021-04-08 13:31:47.816] Using Device Tree in place at 18000000, end 1800e4f1
[2021-04-08 13:31:47.816] No PMIC found!
[2021-04-08 13:31:47.816]
[2021-04-08 13:31:47.816] Starting kernel ...
[2021-04-08 13:31:47.816]
[2021-04-08 13:31:49.471] Booting Linux on physical CPU 0x0
[2021-04-08 13:31:49.471] Linux version 4.1.15+ (bamboo@yb6) (gcc version 5.3.0 (GCC) ) #1 SMP PREEMPT Fri Sep 16 18:10:49 CDT 2016
[2021-04-08 13:31:49.471] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
[2021-04-08 13:31:49.471] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[2021-04-08 13:31:49.471] Machine model: Freescale i.MX6 DualLite SABRE Smart Device Board
[2021-04-08 13:31:49.471] Reserved memory: created CMA memory pool at 0x3c000000, size 320 MiB
[2021-04-08 13:31:49.471] Reserved memory: initialized node linux,cma, compatible id shared-dma-pool
[2021-04-08 13:31:49.471] Memory policy: Data cache writealloc
[2021-04-08 13:31:49.471] PERCPU: Embedded 12 pages/cpu @ab71c000 s16716 r8192 d24244 u49152
[2021-04-08 13:31:49.471] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260096
[2021-04-08 13:31:49.471] Kernel command line: console=ttymxc0,115200 rdinit=/linuxrc g_mass_storage.stall=0 g_mass_storage.removable=1 g_mass_storage.file=/fat g_mass_storage.ro=1 g_mass_storage.idVendor=0x066F g_mass_storage.idProduct=0x37FF g_mass_storage.iSerialNumber= enable_wait_mode=off
[2021-04-08 13:31:49.471] PID hash table entries: 4096 (order: 2, 16384 bytes)
[2021-04-08 13:31:49.471] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[2021-04-08 13:31:49.487] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[2021-04-08 13:31:49.487] Memory: 692096K/1048576K available (6903K kernel code, 320K rwdata, 2416K rodata, 384K init, 423K bss, 28800K reserved, 327680K cma-reserved, 0K highmem)
[2021-04-08 13:31:49.487] Virtual kernel memory layout:
[2021-04-08 13:31:49.487] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[2021-04-08 13:31:49.487] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[2021-04-08 13:31:49.487] vmalloc : 0xc0800000 - 0xff000000 (1000 MB)
[2021-04-08 13:31:49.487] lowmem : 0x80000000 - 0xc0000000 (1024 MB)
[2021-04-08 13:31:49.487] pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
[2021-04-08 13:31:49.487] modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
[2021-04-08 13:31:49.487] .text : 0x80008000 - 0x80921fd8 (9320 kB)
[2021-04-08 13:31:49.487] .init : 0x80922000 - 0x80982000 ( 384 kB)
[2021-04-08 13:31:49.487] .data : 0x80982000 - 0x809d2080 ( 321 kB)
[2021-04-08 13:31:49.487] .bss : 0x809d5000 - 0x80a3ee54 ( 424 kB)
[2021-04-08 13:31:49.487] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[2021-04-08 13:31:49.487] Preemptible hierarchical RCU implementation.
[2021-04-08 13:31:49.487] Additional per-CPU info printed with stalls.
[2021-04-08 13:31:49.487] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[2021-04-08 13:31:49.502] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[2021-04-08 13:31:49.502] NR_IRQS:16 nr_irqs:16 16
[2021-04-08 13:31:49.502] L2C-310 erratum 769419 enabled
[2021-04-08 13:31:49.502] L2C-310 enabling early BRESP for Cortex-A9
[2021-04-08 13:31:49.502] L2C-310 full line of zeros enabled for Cortex-A9
[2021-04-08 13:31:49.502] L2C-310 ID prefetch enabled, offset 16 lines
[2021-04-08 13:31:49.502] L2C-310 dynamic clock gating enabled, standby mode enabled
[2021-04-08 13:31:49.502] L2C-310 cache controller enabled, 16 ways, 512 kB
[2021-04-08 13:31:49.502] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x76450001
[2021-04-08 13:31:49.502] mxc_clocksource_init 3000000
[2021-04-08 13:31:49.502] Switching to timer-based delay loop, resolution 333ns
[2021-04-08 13:31:49.502] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns
[2021-04-08 13:31:49.502] clocksource mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns
[2021-04-08 13:31:49.502] Console: colour dummy device 80x30
[2021-04-08 13:31:49.502] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)
[2021-04-08 13:31:49.502] pid_max: default: 32768 minimum: 301
[2021-04-08 13:31:49.502] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[2021-04-08 13:31:49.502] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[2021-04-08 13:31:49.502] CPU: Testing write buffer coherency: ok
[2021-04-08 13:31:49.515] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[2021-04-08 13:31:49.515] Setting up static identity map for 0x10008280 - 0x100082f0
[2021-04-08 13:31:49.515] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[2021-04-08 13:31:49.515] Brought up 2 CPUs
[2021-04-08 13:31:49.516] SMP: Total of 2 processors activated (12.00 BogoMIPS).
[2021-04-08 13:31:49.516] CPU: All CPU(s) started in SVC mode.
[2021-04-08 13:31:49.516] devtmpfs: initialized
[2021-04-08 13:31:49.516] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[2021-04-08 13:31:49.516] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[2021-04-08 13:31:49.516] pinctrl core: initialized pinctrl subsystem
[2021-04-08 13:31:49.516] NET: Registered protocol family 16
[2021-04-08 13:31:49.516] DMA: preallocated 256 KiB pool for atomic coherent allocations
[2021-04-08 13:31:49.516] cpuidle: using governor ladder
[2021-04-08 13:31:49.516] cpuidle: using governor menu
[2021-04-08 13:31:49.516] CPU identified as i.MX6DL, silicon rev 1.2
[2021-04-08 13:31:49.516] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[2021-04-08 13:31:49.516] hw-breakpoint: maximum watchpoint size is 4 bytes.
[2021-04-08 13:31:49.516] imx6dl-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
[2021-04-08 13:31:49.743] mxs-dma 110000.dma-apbh: initialized
[2021-04-08 13:31:49.743] SCSI subsystem initialized
[2021-04-08 13:31:49.743] usbcore: registered new interface driver usbfs
[2021-04-08 13:31:49.743] usbcore: registered new interface driver hub
[2021-04-08 13:31:49.743] usbcore: registered new device driver usb
[2021-04-08 13:31:49.743] 2000000.aips-bus:usbphy_nop1 supply vcc not found, using dummy regulator
[2021-04-08 13:31:49.743] 2000000.aips-bus:usbphy_nop2 supply vcc not found, using dummy regulator
[2021-04-08 13:31:49.743] i2c i2c-0: IMX I2C adapter registered
[2021-04-08 13:31:49.743] i2c i2c-0: can't use DMA
[2021-04-08 13:31:49.743] i2c i2c-1: IMX I2C adapter registered
[2021-04-08 13:31:49.743] i2c i2c-1: can't use DMA
[2021-04-08 13:31:49.743] i2c i2c-2: IMX I2C adapter registered
[2021-04-08 13:31:49.743] i2c i2c-2: can't use DMA
[2021-04-08 13:31:49.743] Linux video capture interface: v2.00
[2021-04-08 13:31:49.743] pps_core: LinuxPPS API ver. 1 registered
[2021-04-08 13:31:49.743] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[2021-04-08 13:31:49.743] PTP clock support registered
[2021-04-08 13:31:49.743] imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
[2021-04-08 13:31:49.743] Advanced Linux Sound Architecture Driver Initialized.
[2021-04-08 13:31:49.743] Switched to clocksource mxc_timer1
[2021-04-08 13:31:49.743] NET: Registered protocol family 2
[2021-04-08 13:31:49.743] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[2021-04-08 13:31:49.743] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[2021-04-08 13:31:49.760] TCP: Hash tables configured (established 8192 bind 8192)
[2021-04-08 13:31:49.760] UDP hash table entries: 512 (order: 2, 16384 bytes)
[2021-04-08 13:31:49.760] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[2021-04-08 13:31:49.760] NET: Registered protocol family 1
[2021-04-08 13:31:49.760] RPC: Registered named UNIX socket transport module.
[2021-04-08 13:31:49.760] RPC: Registered udp transport module.
[2021-04-08 13:31:49.760] RPC: Registered tcp transport module.
[2021-04-08 13:31:49.760] RPC: Registered tcp NFSv4.1 backchannel transport module.
[2021-04-08 13:31:49.760] Trying to unpack rootfs image as initramfs...
[2021-04-08 13:31:49.760] Freeing initrd memory: 8392K (82c00000 - 83432000)
[2021-04-08 13:31:49.760] CPU PMU: Failed to parse /soc/pmu/interrupt-affinity[0]
[2021-04-08 13:31:49.760] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[2021-04-08 13:31:49.760] imx rpmsg driver is registered.
[2021-04-08 13:31:49.760] Bus freq driver module loaded
[2021-04-08 13:31:49.760] futex hash table entries: 512 (order: 3, 32768 bytes)
[2021-04-08 13:31:49.760] VFS: Disk quotas dquot_6.6.0
[2021-04-08 13:31:49.760] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[2021-04-08 13:31:49.760] NFS: Registering the id_resolver key type
[2021-04-08 13:31:49.760] Key type id_resolver registered
[2021-04-08 13:31:49.760] Key type id_legacy registered
[2021-04-08 13:31:49.760] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[2021-04-08 13:31:49.779] fuse init (API version 7.23)
[2021-04-08 13:31:49.779] io scheduler noop registered
[2021-04-08 13:31:49.779] io scheduler deadline registered
[2021-04-08 13:31:49.779] io scheduler cfq registered (default)
[2021-04-08 13:31:49.779] imx-weim 21b8000.weim: Driver registered.
[2021-04-08 13:31:49.779] backlight supply power not found, using dummy regulator
[2021-04-08 13:31:49.779] mxc_sdc_fb fb@0: NO mxc display driver found!
[2021-04-08 13:31:49.779] mxc_sdc_fb fb@1: NO mxc display driver found!
[2021-04-08 13:31:49.779] imx-sdma 20ec000.sdma: no iram assigned, using external mem
[2021-04-08 13:31:49.779] imx-sdma 20ec000.sdma: no event needs to be remapped
[2021-04-08 13:31:49.779] imx-sdma 20ec000.sdma: initialized
[2021-04-08 13:31:49.779] pfuze100-regulator 1-0008: unrecognized pfuze chip ID!
[2021-04-08 13:31:49.779] imx-sdma 20ec000.sdma: loaded firmware 3.3
[2021-04-08 13:31:49.779] pfuze100-regulator: probe of 1-0008 failed with error -5
[2021-04-08 13:31:49.779] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 25, base_baud = 5000000) is a IMX
[2021-04-08 13:31:49.779] console [ttymxc0] enabled
[2021-04-08 13:31:49.779] imx sema4 driver is registered.
[2021-04-08 13:31:49.779] [drm] Initialized drm 1.1.0 20060810
[2021-04-08 13:31:49.779] [drm] Initialized vivante 1.0.0 20120216 on minor 0
[2021-04-08 13:31:49.779] brd: module loaded
[2021-04-08 13:31:49.788] loop: module loaded
[2021-04-08 13:31:49.788] m25p80 spi0.0: unrecognized JEDEC id bytes: 00, 0, 0
[2021-04-08 13:31:49.788] spi_imx 2008000.ecspi: probed
[2021-04-08 13:31:49.788] 2188000.ethernet supply phy not found, using dummy regulator
[2021-04-08 13:31:50.013] pps pps0: new PPS source ptp0
[2021-04-08 13:31:50.013] fec 2188000.ethernet (unnamed net_device) (uninitialized): Invalid MAC address: 00:00:00:00:00:00
[2021-04-08 13:31:50.013] fec 2188000.ethernet (unnamed net_device) (uninitialized): Using random MAC address: 1a:a2:3e:77:83:a3
[2021-04-08 13:31:50.013] libphy: fec_enet_mii_bus: probed
[2021-04-08 13:31:50.013] fec 2188000.ethernet eth0: registered PHC device 0
[2021-04-08 13:31:50.013] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[2021-04-08 13:31:50.013] ehci-mxc: Freescale On-Chip EHCI Host driver
[2021-04-08 13:31:50.013] usbcore: registered new interface driver usb-storage
[2021-04-08 13:31:50.013] 2184800.usbmisc supply vbus-wakeup not found, using dummy regulator
[2021-04-08 13:31:50.013] reg-fixed-voltage regulators:regulator@0: Failed to resolve vin-supply for usb_otg_vbus
[2021-04-08 13:31:50.013] imx_usb 2184000.usb: Can't register ci_hdrc platform device, err=-517
[2021-04-08 13:31:50.013] reg-fixed-voltage regulators:regulator@1: Failed to resolve vin-supply for usb_h1_vbus
[2021-04-08 13:31:50.013] imx_usb 2184200.usb: Can't register ci_hdrc platform device, err=-517
[2021-04-08 13:31:50.013] udc-core: couldn't find an available UDC - added [g_mass_storage] to list of pending drivers
[2021-04-08 13:31:50.013] mousedev: PS/2 mouse device common for all mice
[2021-04-08 13:31:50.013] egalax_ts 1-0004: Failed to read firmware version
[2021-04-08 13:31:50.027] egalax_ts: probe of 1-0004 failed with error -5
[2021-04-08 13:31:50.027] egalax_ts 2-0004: Failed to read firmware version
[2021-04-08 13:31:50.027] egalax_ts: probe of 2-0004 failed with error -5
[2021-04-08 13:31:50.027] snvs_rtc 20cc000.snvs:snvs-rtc-lp: rtc core: registered 20cc000.snvs:snvs-r as rtc0
[2021-04-08 13:31:50.027] i2c /dev entries driver
[2021-04-08 13:31:50.027] IR NEC protocol handler initialized
[2021-04-08 13:31:50.027] IR RC5(x/sz) protocol handler initialized
[2021-04-08 13:31:50.027] IR RC6 protocol handler initialized
[2021-04-08 13:31:50.027] IR JVC protocol handler initialized
[2021-04-08 13:31:50.027] IR Sony protocol handler initialized
[2021-04-08 13:31:50.027] IR SANYO protocol handler initialized
[2021-04-08 13:31:50.027] IR Sharp protocol handler initialized
[2021-04-08 13:31:50.027] IR MCE Keyboard/mouse protocol handler initialized
[2021-04-08 13:31:50.027] IR XMP protocol handler initialized
[2021-04-08 13:31:50.027] imx2-wdt 20c0000.wdog: use WDOG_B to reboot.
[2021-04-08 13:31:50.027] imx2-wdt 20c0000.wdog: timeout 60 sec (nowayout=0)
[2021-04-08 13:31:50.027] sdhci: Secure Digital Host Controller Interface driver
[2021-04-08 13:31:50.027] sdhci: Copyright(c) Pierre Ossman
[2021-04-08 13:31:50.027] sdhci-pltfm: SDHCI platform and OF driver helper
[2021-04-08 13:31:50.027] /soc/aips-bus@02100000/usdhc@02194000: voltage-ranges unspecified
[2021-04-08 13:31:50.027] sdhci-esdhc-imx 2194000.usdhc: Got CD GPIO
[2021-04-08 13:31:50.035] sdhci-esdhc-imx 2194000.usdhc: Got WP GPIO
[2021-04-08 13:31:50.035] sdhci-esdhc-imx 2194000.usdhc: No vmmc regulator found
[2021-04-08 13:31:50.035] sdhci-esdhc-imx 2194000.usdhc: No vqmmc regulator found
[2021-04-08 13:31:50.039] mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
[2021-04-08 13:31:50.076] /soc/aips-bus@02100000/usdhc@02198000: voltage-ranges unspecified
[2021-04-08 13:31:50.076] sdhci-esdhc-imx 2198000.usdhc: Got CD GPIO
[2021-04-08 13:31:50.076] sdhci-esdhc-imx 2198000.usdhc: Got WP GPIO
[2021-04-08 13:31:50.076] sdhci-esdhc-imx 2198000.usdhc: No vmmc regulator found
[2021-04-08 13:31:50.076] sdhci-esdhc-imx 2198000.usdhc: No vqmmc regulator found
[2021-04-08 13:31:50.149] mmc2: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
[2021-04-08 13:31:50.149] /soc/aips-bus@02100000/usdhc@0219c000: voltage-ranges unspecified
[2021-04-08 13:31:50.150] sdhci-esdhc-imx 219c000.usdhc: No vmmc regulator found
[2021-04-08 13:31:50.150] sdhci-esdhc-imx 219c000.usdhc: No vqmmc regulator found
[2021-04-08 13:31:50.179] mmc3: SDHCI controller on 219c000.usdhc [219c000.usdhc] using ADMA
[2021-04-08 13:31:50.366] mxc_vpu 2040000.vpu_fsl: VPU initialized
[2021-04-08 13:31:50.366] mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed
[2021-04-08 13:31:50.366] usbcore: registered new interface driver usbhid
[2021-04-08 13:31:50.366] usbhid: USB HID core driver
[2021-04-08 13:31:50.366] wm8962 0-001a: Failed to read ID register
[2021-04-08 13:31:50.366] wm8962: probe of 0-001a failed with error -5
[2021-04-08 13:31:50.366] imx-wm8962 sound: failed to find codec platform device
[2021-04-08 13:31:50.366] imx-wm8962: probe of sound failed with error -22
[2021-04-08 13:31:50.366] NET: Registered protocol family 10
[2021-04-08 13:31:50.366] sit: IPv6 over IPv4 tunneling driver
[2021-04-08 13:31:50.366] NET: Registered protocol family 17
[2021-04-08 13:31:50.366] Key type dns_resolver registered
[2021-04-08 13:31:50.366] cpu cpu0: failed to get regulators
[2021-04-08 13:31:50.366] imx6q-cpufreq: probe of imx6q-cpufreq.0 failed with error -2
[2021-04-08 13:31:50.366] Registering SWP/SWPB emulation handler
[2021-04-08 13:31:50.366] reg-fixed-voltage regulators:regulator@0: Failed to resolve vin-supply for usb_otg_vbus
[2021-04-08 13:31:50.366] imx_usb 2184000.usb: Can't register ci_hdrc platform device, err=-517
[2021-04-08 13:31:50.366] reg-fixed-voltage regulators:regulator@1: Failed to resolve vin-supply for usb_h1_vbus
[2021-04-08 13:31:50.366] imx_usb 2184200.usb: Can't register ci_hdrc platform device, err=-517
[2021-04-08 13:31:50.366] input: gpio-keys as /devices/soc0/gpio-keys/input/input2
[2021-04-08 13:31:50.377] snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01 00:00:00 UTC (0)
[2021-04-08 13:31:50.377] reg-fixed-voltage regulators:regulator@0: Failed to resolve vin-supply for usb_otg_vbus
[2021-04-08 13:31:50.377] imx_usb 2184000.usb: Can't register ci_hdrc platform device, err=-517
[2021-04-08 13:31:50.377] reg-fixed-voltage regulators:regulator@1: Failed to resolve vin-supply for usb_h1_vbus
[2021-04-08 13:31:50.377] imx_usb 2184200.usb: Can't register ci_hdrc platform device, err=-517
[2021-04-08 13:31:50.397] mipi_dsi_pwr_on: disabling
[2021-04-08 13:31:50.397] hdmi-5v-supply: disabling
[2021-04-08 13:31:50.397] sensor-supply: disabling
[2021-04-08 13:31:50.397] wm8962-supply: disabling
[2021-04-08 13:31:50.397] usb_h1_vbus: disabling
[2021-04-08 13:31:50.397] usb_otg_vbus: disabling
[2021-04-08 13:31:50.397] ALSA device list:
[2021-04-08 13:31:50.397] No soundcards found.
[2021-04-08 13:31:50.397] Freeing unused kernel memory: 384K (80922000 - 80982000)
[2021-04-08 13:31:50.438] Starting UTP
[2021-04-08 13:31:50.438] uuc 0.5 [built Sep 16 2016 02:36:28]
[2021-04-08 13:31:50.438] UTP: Waiting for device to appear
[2021-04-08 13:31:52.244] mmc3: error -110 whilst initialising MMC card
[2021-04-08 13:31:54.339] mmc3: error -110 whilst initialising MMC card
[2021-04-08 13:31:56.417] mmc3: error -110 whilst initialising MMC card
[2021-04-08 13:31:58.530] mmc3: error -110 whilst initialising MMC card
[2021-04-08 13:32:38.570]
[2021-04-08 13:32:38.570]
[2021-04-08 13:32:38.570] U-Boot 2017.03-imx_v2017.03_4.9.88_2.0.0_ga+gb76bb1bf9f (Apr 07 2021 - 17:37:04 +0530)
[2021-04-08 13:32:38.570]
[2021-04-08 13:32:38.570] CPU: Freescale i.MX6DL rev1.2 at 792MHz
[2021-04-08 13:32:38.570] CPU: Automotive temperature grade (-40C to 125C) at 42C
[2021-04-08 13:32:38.570] Reset cause: POR
[2021-04-08 13:32:38.570] Model: Freescale i.MX6 DualLite SABRE Smart Device Board
[2021-04-08 13:32:38.570] Board: MX6-SabreSD
[2021-04-08 13:32:38.571] DRAM: 1 GiB
[2021-04-08 13:32:38.633] MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
[2021-04-08 13:32:38.671] MMC: no card present
[2021-04-08 13:32:38.671] mmc_init: -123, time 2
[2021-04-08 13:32:38.671] *** Warning - MMC init failed, using default environment
[2021-04-08 13:32:38.671]
[2021-04-08 13:32:38.671] No panel detected: default to Hannstar-XGA
[2021-04-08 13:32:38.671] Display: Hannstar-XGA (1024x768)
[2021-04-08 13:32:38.776] In: serial
[2021-04-08 13:32:38.776] Out: serial
[2021-04-08 13:32:38.776] Err: serial
[2021-04-08 13:32:38.776] MMC: no card present
[2021-04-08 13:32:38.776] mmc_init: -123, time 2
[2021-04-08 13:32:38.776] Net: No ethernet found.
[2021-04-08 13:32:38.776] Boot from USB for mfgtools
[2021-04-08 13:32:38.776] Use default environment for mfgtools
[2021-04-08 13:32:38.776] Run bootcmd_mfg: run mfgtool_args; if test ${tee} = yes; then bootm ${tee_addr} ${initrd_addr} ${fdt_addr}; else bootz ${loadaddr} ${initrd_addr} ${fdt_addr}; fi;
[2021-04-08 13:32:38.776] Hit any key to stop autoboot: 0
[2021-04-08 13:32:38.776] Kernel image @ 0x12000000 [ 0x000000 - 0x554130 ]
[2021-04-08 13:32:38.776] ## Loading init Ramdisk from Legacy Image at 12c00000 ...
[2021-04-08 13:32:38.776] Image Name: fsl-image-mfgtool-initramfs-imx6
[2021-04-08 13:32:38.776] Image Type: ARM Linux RAMDisk Image (gzip compressed)
[2021-04-08 13:32:38.776] Data Size: 8591032 Bytes = 8.2 MiB
[2021-04-08 13:32:38.776] Load Address: 00000000
[2021-04-08 13:32:38.776] Entry Point: 00000000
[2021-04-08 13:32:38.776] Verifying Checksum ... OK
[2021-04-08 13:32:38.857] ## Flattened Device Tree blob at 18000000
[2021-04-08 13:32:38.884] Booting using the fdt blob at 0x18000000
[2021-04-08 13:32:38.884] Using Device Tree in place at 18000000, end 1800e4f1
[2021-04-08 13:32:38.884] No PMIC found!
[2021-04-08 13:32:38.884]
[2021-04-08 13:32:38.884] Starting kernel ...
[2021-04-08 13:32:38.884]
[2021-04-08 13:32:40.546] Booting Linux on physical CPU 0x0
[2021-04-08 13:32:40.546] Linux version 4.1.15+ (bamboo@yb6) (gcc version 5.3.0 (GCC) ) #1 SMP PREEMPT Fri Sep 16 18:10:49 CDT 2016
[2021-04-08 13:32:40.546] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
[2021-04-08 13:32:40.546] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[2021-04-08 13:32:40.546] Machine model: Freescale i.MX6 DualLite SABRE Smart Device Board
[2021-04-08 13:32:40.546] Reserved memory: created CMA memory pool at 0x3c000000, size 320 MiB
[2021-04-08 13:32:40.546] Reserved memory: initialized node linux,cma, compatible id shared-dma-pool
[2021-04-08 13:32:40.546] Memory policy: Data cache writealloc
[2021-04-08 13:32:40.546] PERCPU: Embedded 12 pages/cpu @ab71c000 s16716 r8192 d24244 u49152
[2021-04-08 13:32:40.546] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260096
[2021-04-08 13:32:40.546] Kernel command line: console=ttymxc0,115200 rdinit=/linuxrc g_mass_storage.stall=0 g_mass_storage.removable=1 g_mass_storage.file=/fat g_mass_storage.ro=1 g_mass_storage.idVendor=0x066F g_mass_storage.idProduct=0x37FF g_mass_storage.iSerialNumber= enable_wait_mode=off
[2021-04-08 13:32:40.546] PID hash table entries: 4096 (order: 2, 16384 bytes)
[2021-04-08 13:32:40.546] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[2021-04-08 13:32:40.556] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[2021-04-08 13:32:40.556] Memory: 692096K/1048576K available (6903K kernel code, 320K rwdata, 2416K rodata, 384K init, 423K bss, 28800K reserved, 327680K cma-reserved, 0K highmem)
[2021-04-08 13:32:40.556] Virtual kernel memory layout:
[2021-04-08 13:32:40.556] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[2021-04-08 13:32:40.556] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[2021-04-08 13:32:40.556] vmalloc : 0xc0800000 - 0xff000000 (1000 MB)
[2021-04-08 13:32:40.556] lowmem : 0x80000000 - 0xc0000000 (1024 MB)
[2021-04-08 13:32:40.556] pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
[2021-04-08 13:32:40.556] modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
[2021-04-08 13:32:40.556] .text : 0x80008000 - 0x80921fd8 (9320 kB)
[2021-04-08 13:32:40.556] .init : 0x80922000 - 0x80982000 ( 384 kB)
[2021-04-08 13:32:40.556] .data : 0x80982000 - 0x809d2080 ( 321 kB)
[2021-04-08 13:32:40.556] .bss : 0x809d5000 - 0x80a3ee54 ( 424 kB)
[2021-04-08 13:32:40.556] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[2021-04-08 13:32:40.556] Preemptible hierarchical RCU implementation.
[2021-04-08 13:32:40.556] Additional per-CPU info printed with stalls.
[2021-04-08 13:32:40.556] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[2021-04-08 13:32:40.575] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[2021-04-08 13:32:40.575] NR_IRQS:16 nr_irqs:16 16
[2021-04-08 13:32:40.575] L2C-310 erratum 769419 enabled
[2021-04-08 13:32:40.575] L2C-310 enabling early BRESP for Cortex-A9
[2021-04-08 13:32:40.575] L2C-310 full line of zeros enabled for Cortex-A9
[2021-04-08 13:32:40.575] L2C-310 ID prefetch enabled, offset 16 lines
[2021-04-08 13:32:40.575] L2C-310 dynamic clock gating enabled, standby mode enabled
[2021-04-08 13:32:40.575] L2C-310 cache controller enabled, 16 ways, 512 kB
[2021-04-08 13:32:40.575] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x76450001
[2021-04-08 13:32:40.575] mxc_clocksource_init 3000000
[2021-04-08 13:32:40.575] Switching to timer-based delay loop, resolution 333ns
[2021-04-08 13:32:40.575] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns
[2021-04-08 13:32:40.575] clocksource mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns
[2021-04-08 13:32:40.575] Console: colour dummy device 80x30
[2021-04-08 13:32:40.575] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)
[2021-04-08 13:32:40.575] pid_max: default: 32768 minimum: 301
[2021-04-08 13:32:40.575] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[2021-04-08 13:32:40.575] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[2021-04-08 13:32:40.575] CPU: Testing write buffer coherency: ok
[2021-04-08 13:32:40.591] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[2021-04-08 13:32:40.591] Setting up static identity map for 0x10008280 - 0x100082f0
[2021-04-08 13:32:40.591] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[2021-04-08 13:32:40.591] Brought up 2 CPUs
[2021-04-08 13:32:40.591] SMP: Total of 2 processors activated (12.00 BogoMIPS).
[2021-04-08 13:32:40.591] CPU: All CPU(s) started in SVC mode.
[2021-04-08 13:32:40.591] devtmpfs: initialized
[2021-04-08 13:32:40.591] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[2021-04-08 13:32:40.591] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[2021-04-08 13:32:40.592] pinctrl core: initialized pinctrl subsystem
[2021-04-08 13:32:40.592] NET: Registered protocol family 16
[2021-04-08 13:32:40.592] DMA: preallocated 256 KiB pool for atomic coherent allocations
[2021-04-08 13:32:40.592] cpuidle: using governor ladder
[2021-04-08 13:32:40.592] cpuidle: using governor menu
[2021-04-08 13:32:40.592] CPU identified as i.MX6DL, silicon rev 1.2
[2021-04-08 13:32:40.592] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[2021-04-08 13:32:40.592] hw-breakpoint: maximum watchpoint size is 4 bytes.
[2021-04-08 13:32:40.592] imx6dl-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
[2021-04-08 13:32:40.822] mxs-dma 110000.dma-apbh: initialized
[2021-04-08 13:32:40.822] SCSI subsystem initialized
[2021-04-08 13:32:40.822] usbcore: registered new interface driver usbfs
[2021-04-08 13:32:40.822] usbcore: registered new interface driver hub
[2021-04-08 13:32:40.822] usbcore: registered new device driver usb
[2021-04-08 13:32:40.822] 2000000.aips-bus:usbphy_nop1 supply vcc not found, using dummy regulator
[2021-04-08 13:32:40.822] 2000000.aips-bus:usbphy_nop2 supply vcc not found, using dummy regulator
[2021-04-08 13:32:40.822] i2c i2c-0: IMX I2C adapter registered
[2021-04-08 13:32:40.822] i2c i2c-0: can't use DMA
[2021-04-08 13:32:40.822] i2c i2c-1: IMX I2C adapter registered
[2021-04-08 13:32:40.822] i2c i2c-1: can't use DMA
[2021-04-08 13:32:40.822] i2c i2c-2: IMX I2C adapter registered
[2021-04-08 13:32:40.822] i2c i2c-2: can't use DMA
[2021-04-08 13:32:40.822] Linux video capture interface: v2.00
[2021-04-08 13:32:40.822] pps_core: LinuxPPS API ver. 1 registered
[2021-04-08 13:32:40.822] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[2021-04-08 13:32:40.822] PTP clock support registered
[2021-04-08 13:32:40.822] imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
[2021-04-08 13:32:40.822] Advanced Linux Sound Architecture Driver Initialized.
[2021-04-08 13:32:40.822] Switched to clocksource mxc_timer1
[2021-04-08 13:32:40.822] NET: Registered protocol family 2
[2021-04-08 13:32:40.822] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[2021-04-08 13:32:40.822] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[2021-04-08 13:32:40.838] TCP: Hash tables configured (established 8192 bind 8192)
[2021-04-08 13:32:40.838] UDP hash table entries: 512 (order: 2, 16384 bytes)
[2021-04-08 13:32:40.838] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[2021-04-08 13:32:40.838] NET: Registered protocol family 1
[2021-04-08 13:32:40.838] RPC: Registered named UNIX socket transport module.
[2021-04-08 13:32:40.838] RPC: Registered udp transport module.
[2021-04-08 13:32:40.838] RPC: Registered tcp transport module.
[2021-04-08 13:32:40.838] RPC: Registered tcp NFSv4.1 backchannel transport module.
[2021-04-08 13:32:40.838] Trying to unpack rootfs image as initramfs...
[2021-04-08 13:32:40.838] Freeing initrd memory: 8392K (82c00000 - 83432000)
[2021-04-08 13:32:40.838] CPU PMU: Failed to parse /soc/pmu/interrupt-affinity[0]
[2021-04-08 13:32:40.838] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[2021-04-08 13:32:40.838] imx rpmsg driver is registered.
[2021-04-08 13:32:40.838] Bus freq driver module loaded
[2021-04-08 13:32:40.838] futex hash table entries: 512 (order: 3, 32768 bytes)
[2021-04-08 13:32:40.838] VFS: Disk quotas dquot_6.6.0
[2021-04-08 13:32:40.838] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[2021-04-08 13:32:40.838] NFS: Registering the id_resolver key type
[2021-04-08 13:32:40.838] Key type id_resolver registered
[2021-04-08 13:32:40.838] Key type id_legacy registered
[2021-04-08 13:32:40.838] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[2021-04-08 13:32:40.856] fuse init (API version 7.23)
[2021-04-08 13:32:40.856] io scheduler noop registered
[2021-04-08 13:32:40.856] io scheduler deadline registered
[2021-04-08 13:32:40.856] io scheduler cfq registered (default)
[2021-04-08 13:32:40.856] imx-weim 21b8000.weim: Driver registered.
[2021-04-08 13:32:40.856] backlight supply power not found, using dummy regulator
[2021-04-08 13:32:40.857] mxc_sdc_fb fb@0: NO mxc display driver found!
[2021-04-08 13:32:40.857] mxc_sdc_fb fb@1: NO mxc display driver found!
[2021-04-08 13:32:40.857] imx-sdma 20ec000.sdma: no iram assigned, using external mem
[2021-04-08 13:32:40.857] imx-sdma 20ec000.sdma: no event needs to be remapped
[2021-04-08 13:32:40.857] imx-sdma 20ec000.sdma: initialized
[2021-04-08 13:32:40.857] pfuze100-regulator 1-0008: unrecognized pfuze chip ID!
[2021-04-08 13:32:40.857] imx-sdma 20ec000.sdma: loaded firmware 3.3
[2021-04-08 13:32:40.857] pfuze100-regulator: probe of 1-0008 failed with error -5
[2021-04-08 13:32:40.857] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 25, base_baud = 5000000) is a IMX
[2021-04-08 13:32:40.857] console [ttymxc0] enabled
[2021-04-08 13:32:40.857] imx sema4 driver is registered.
[2021-04-08 13:32:40.857] [drm] Initialized drm 1.1.0 20060810
[2021-04-08 13:32:40.857] [drm] Initialized vivante 1.0.0 20120216 on minor 0
[2021-04-08 13:32:40.857] brd: module loaded
[2021-04-08 13:32:40.871] loop: module loaded
[2021-04-08 13:32:40.871] m25p80 spi0.0: unrecognized JEDEC id bytes: 00, 0, 0
[2021-04-08 13:32:40.871] spi_imx 2008000.ecspi: probed
[2021-04-08 13:32:40.871] 2188000.ethernet supply phy not found, using dummy regulator
[2021-04-08 13:32:41.087] pps pps0: new PPS source ptp0
[2021-04-08 13:32:41.087] fec 2188000.ethernet (unnamed net_device) (uninitialized): Invalid MAC address: 00:00:00:00:00:00
[2021-04-08 13:32:41.087] fec 2188000.ethernet (unnamed net_device) (uninitialized): Using random MAC address: 36:fc:81:69:a6:65
[2021-04-08 13:32:41.087] libphy: fec_enet_mii_bus: probed
[2021-04-08 13:32:41.087] fec 2188000.ethernet eth0: registered PHC device 0
[2021-04-08 13:32:41.088] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[2021-04-08 13:32:41.088] ehci-mxc: Freescale On-Chip EHCI Host driver
[2021-04-08 13:32:41.088] usbcore: registered new interface driver usb-storage
[2021-04-08 13:32:41.088] 2184800.usbmisc supply vbus-wakeup not found, using dummy regulator
[2021-04-08 13:32:41.088] reg-fixed-voltage regulators:regulator@0: Failed to resolve vin-supply for usb_otg_vbus
[2021-04-08 13:32:41.088] imx_usb 2184000.usb: Can't register ci_hdrc platform device, err=-517
[2021-04-08 13:32:41.088] reg-fixed-voltage regulators:regulator@1: Failed to resolve vin-supply for usb_h1_vbus
[2021-04-08 13:32:41.088] imx_usb 2184200.usb: Can't register ci_hdrc platform device, err=-517
[2021-04-08 13:32:41.088] udc-core: couldn't find an available UDC - added [g_mass_storage] to list of pending drivers
[2021-04-08 13:32:41.088] mousedev: PS/2 mouse device common for all mice
[2021-04-08 13:32:41.088] egalax_ts 1-0004: Failed to read firmware version
[2021-04-08 13:32:41.103] egalax_ts: probe of 1-0004 failed with error -5
[2021-04-08 13:32:41.103] egalax_ts 2-0004: Failed to read firmware version
[2021-04-08 13:32:41.103] egalax_ts: probe of 2-0004 failed with error -5
[2021-04-08 13:32:41.104] snvs_rtc 20cc000.snvs:snvs-rtc-lp: rtc core: registered 20cc000.snvs:snvs-r as rtc0
[2021-04-08 13:32:41.104] i2c /dev entries driver
[2021-04-08 13:32:41.104] IR NEC protocol handler initialized
[2021-04-08 13:32:41.104] IR RC5(x/sz) protocol handler initialized
[2021-04-08 13:32:41.104] IR RC6 protocol handler initialized
[2021-04-08 13:32:41.104] IR JVC protocol handler initialized
[2021-04-08 13:32:41.104] IR Sony protocol handler initialized
[2021-04-08 13:32:41.104] IR SANYO protocol handler initialized
[2021-04-08 13:32:41.104] IR Sharp protocol handler initialized
[2021-04-08 13:32:41.104] IR MCE Keyboard/mouse protocol handler initialized
[2021-04-08 13:32:41.104] IR XMP protocol handler initialized
[2021-04-08 13:32:41.104] imx2-wdt 20c0000.wdog: use WDOG_B to reboot.
[2021-04-08 13:32:41.104] imx2-wdt 20c0000.wdog: timeout 60 sec (nowayout=0)
[2021-04-08 13:32:41.104] sdhci: Secure Digital Host Controller Interface driver
[2021-04-08 13:32:41.104] sdhci: Copyright(c) Pierre Ossman
[2021-04-08 13:32:41.104] sdhci-pltfm: SDHCI platform and OF driver helper
[2021-04-08 13:32:41.104] /soc/aips-bus@02100000/usdhc@02194000: voltage-ranges unspecified
[2021-04-08 13:32:41.104] sdhci-esdhc-imx 2194000.usdhc: Got CD GPIO
[2021-04-08 13:32:41.119] sdhci-esdhc-imx 2194000.usdhc: Got WP GPIO
[2021-04-08 13:32:41.119] sdhci-esdhc-imx 2194000.usdhc: No vmmc regulator found
[2021-04-08 13:32:41.119] sdhci-esdhc-imx 2194000.usdhc: No vqmmc regulator found
[2021-04-08 13:32:41.122] mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
[2021-04-08 13:32:41.154] /soc/aips-bus@02100000/usdhc@02198000: voltage-ranges unspecified
[2021-04-08 13:32:41.154] sdhci-esdhc-imx 2198000.usdhc: Got CD GPIO
[2021-04-08 13:32:41.154] sdhci-esdhc-imx 2198000.usdhc: Got WP GPIO
[2021-04-08 13:32:41.154] sdhci-esdhc-imx 2198000.usdhc: No vmmc regulator found
[2021-04-08 13:32:41.154] sdhci-esdhc-imx 2198000.usdhc: No vqmmc regulator found
[2021-04-08 13:32:41.229] mmc2: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
[2021-04-08 13:32:41.229] /soc/aips-bus@02100000/usdhc@0219c000: voltage-ranges unspecified
[2021-04-08 13:32:41.229] sdhci-esdhc-imx 219c000.usdhc: No vmmc regulator found
[2021-04-08 13:32:41.229] sdhci-esdhc-imx 219c000.usdhc: No vqmmc regulator found
[2021-04-08 13:32:41.260] mmc3: SDHCI controller on 219c000.usdhc [219c000.usdhc] using ADMA
[2021-04-08 13:32:41.444] mxc_vpu 2040000.vpu_fsl: VPU initialized
[2021-04-08 13:32:41.444] mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed
[2021-04-08 13:32:41.444] usbcore: registered new interface driver usbhid
[2021-04-08 13:32:41.444] usbhid: USB HID core driver
[2021-04-08 13:32:41.444] wm8962 0-001a: Failed to read ID register
[2021-04-08 13:32:41.444] wm8962: probe of 0-001a failed with error -5
[2021-04-08 13:32:41.444] imx-wm8962 sound: failed to find codec platform device
[2021-04-08 13:32:41.444] imx-wm8962: probe of sound failed with error -22
[2021-04-08 13:32:41.444] NET: Registered protocol family 10
[2021-04-08 13:32:41.444] sit: IPv6 over IPv4 tunneling driver
[2021-04-08 13:32:41.444] NET: Registered protocol family 17
[2021-04-08 13:32:41.444] Key type dns_resolver registered
[2021-04-08 13:32:41.444] cpu cpu0: failed to get regulators
[2021-04-08 13:32:41.444] imx6q-cpufreq: probe of imx6q-cpufreq.0 failed with error -2
[2021-04-08 13:32:41.444] Registering SWP/SWPB emulation handler
[2021-04-08 13:32:41.444] reg-fixed-voltage regulators:regulator@0: Failed to resolve vin-supply for usb_otg_vbus
[2021-04-08 13:32:41.444] imx_usb 2184000.usb: Can't register ci_hdrc platform device, err=-517
[2021-04-08 13:32:41.444] reg-fixed-voltage regulators:regulator@1: Failed to resolve vin-supply for usb_h1_vbus
[2021-04-08 13:32:41.444] imx_usb 2184200.usb: Can't register ci_hdrc platform device, err=-517
[2021-04-08 13:32:41.444] input: gpio-keys as /devices/soc0/gpio-keys/input/input2
[2021-04-08 13:32:41.458] snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01 00:00:00 UTC (0)
[2021-04-08 13:32:41.458] reg-fixed-voltage regulators:regulator@0: Failed to resolve vin-supply for usb_otg_vbus
[2021-04-08 13:32:41.458] imx_usb 2184000.usb: Can't register ci_hdrc platform device, err=-517
[2021-04-08 13:32:41.458] reg-fixed-voltage regulators:regulator@1: Failed to resolve vin-supply for usb_h1_vbus
[2021-04-08 13:32:41.458] imx_usb 2184200.usb: Can't register ci_hdrc platform device, err=-517
[2021-04-08 13:32:41.477] mipi_dsi_pwr_on: disabling
[2021-04-08 13:32:41.477] hdmi-5v-supply: disabling
[2021-04-08 13:32:41.477] sensor-supply: disabling
[2021-04-08 13:32:41.477] wm8962-supply: disabling
[2021-04-08 13:32:41.477] usb_h1_vbus: disabling
[2021-04-08 13:32:41.477] usb_otg_vbus: disabling
[2021-04-08 13:32:41.477] ALSA device list:
[2021-04-08 13:32:41.477] No soundcards found.
[2021-04-08 13:32:41.477] Freeing unused kernel memory: 384K (80922000 - 80982000)
[2021-04-08 13:32:41.519] Starting UTP
[2021-04-08 13:32:41.519] uuc 0.5 [built Sep 16 2016 02:36:28]
[2021-04-08 13:32:41.519] UTP: Waiting for device to appear
[2021-04-08 13:32:43.340] mmc3: error -110 whilst initialising MMC card
[2021-04-08 13:32:45.437] mmc3: error -110 whilst initialising MMC card
[2021-04-08 13:32:47.532] mmc3: error -110 whilst initialising MMC card
[2021-04-08 13:32:49.628] mmc3: error -110 whilst initialising MMC card

0 Kudos

1,001 Views
igorpadykov
NXP Employee
NXP Employee

Hi Ramesha

 

>In our custom we are using Discrete regulators for all the power rails instead of PMIC.

 

in such case mfg tool firmware (it is small linux image) should be rebuilt as default uses Sabre board

hardware configuration. Example of rebulding mfg tool firmware can be found on

https://community.nxp.com/t5/i-MX-Processors/i-MX6DP-MfgTool-Stuck-at-Loading-uboot/m-p/1254217#M171...

 

Best regards
igor

0 Kudos