Other Parts Discussed in Thread: AWR1243
Tool/software:
Hello,
I am trying to boot the AWR2243 4-Chip cascade radar board using SD card to run the usecases in the Vision_SDK. Below I have attached the log file and it hangs at "Waiting for root device PARTUUID=".
I tried to comment the line "cd-gpios = <&gpio6 27 GPIO_ACTIVE_LOW>;" as suggested in one of the answer to a similar thread. However, it did not result in any change.
I have made the necessary changes in the SDK directory required to be done for AWR2243 (again suggested in a thread on using SDK for AWR2243 where the SDK is actually for AWR1243).
Can you please suggest me how to get rid of this and properly boot the board using SD card
U-Boot SPL 2019.01-00014-gf454ae0ae9-dirty (Nov 13 2024 - 15:51:26 +0530) DRA752-GP ES2.0 Trying to boot from MMC1 no pinctrl state for default mode Loading Environment from MMC... Card did not respond to voltage select! *** Warning - No block device, using default environment U-Boot 2019.01-00014-gf454ae0ae9-dirty (Nov 13 2024 - 15:51:26 +0530) CPU : DRA752-GP ES2.0 Model: TI DRA742 Board: DRA74x Cascade EVM REV H.4 DRAM: 4 GiB NAND: 0 MiB MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 Loading Environment from MMC... Card did not respond to voltage select! *** Warning - No block device, using default environment Card did not respond to voltage select! invalid mmc device Net: Could not get PHY for ethernet@48484000: addr 2 Warning: ethernet@48484000 using MAC address from ROM eth0: ethernet@48484000 Hit any key to stop autoboot: 2 1 0 i2c_write: error waiting for data ACK (status=0x116) pcf8575_i2c_write_le16 i2c write failed to addr 21 switch to partitions #0, OK mmc0 is current device SD/MMC found on device 0 ** Unable to read file boot.scr ** 173 bytes read in 1 ms (168.9 KiB/s) Loaded env from uEnv.txt Importing environment from mmc0 ... switch to partitions #0, OK mmc0 is current device SD/MMC found on device 0 4411904 bytes read in 194 ms (21.7 MiB/s) 96488 bytes read in 5 ms (18.4 MiB/s) ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Device Tree to 8ffe5000, end 8ffff8e7 ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.19.73-00040-g3d036849ccdc (jayanth_s@01HW1685453) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Wed Nov 13 13:57:33 IST 2024 [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] OF: fdt: Machine model: TI DRA742 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000040300000, size 3 MiB [ 0.000000] OF: reserved mem: initialized node cmem@40300000, compatible id shared-dma-pool [ 0.000000] Reserved memory: regions without no-map are not yet supported [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 80 MiB [ 0.000000] OF: reserved mem: initialized node ipu2-memory@95800000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created CMA memory pool at 0x000000009e000000, size 32 MiB [ 0.000000] OF: reserved mem: initialized node ipu1-memory@9d000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: regions without no-map are not yet supported [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000a1000000, size 32 MiB [ 0.000000] OF: reserved mem: initialized node dsp1-memory@99000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000a3000000, size 32 MiB [ 0.000000] OF: reserved mem: initialized node dsp2-memory@9f000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: regions without no-map are not yet supported [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 32 MiB [ 0.000000] OF: reserved mem: initialized node cmem@A9000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000b0000000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node gpu-memory@c0000000, compatible id shared-dma-pool [ 0.000000] cma: Reserved 64 MiB at 0x00000000bbc00000 [ 0.000000] OMAP4: Map 0x00000000bfd00000 to (ptrval) for dram barrier [ 0.000000] DRA752 ES2.0 [ 0.000000] random: get_random_bytes called from start_kernel+0xb4/0x470 with crng_init=0 [ 0.000000] percpu: Embedded 16 pages/cpu s36492 r8192 d20852 u65536 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 251456 [ 0.000000] Kernel command line: console=ttyO0,115200n8 vram=16M root=PARTUUID=b1062042-02 rw rootwait ip=none mem=1024M cma=64M [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Memory: 280708K/1012736K available (10240K kernel code, 341K rwdata, 2804K rodata, 2048K init, 269K bss, 420732K reserved, 311296K cma-reserved, 128000K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB) [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (12256 kB) [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (2048 kB) [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 342 kB) [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 270 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] Tasks RCU enabled. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] OMAP clockevent source: timer1 at 32786 Hz [ 0.000000] arch_timer: cp15 timer(s) running at 6.14MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns [ 0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns [ 0.000019] Switching to timer-based delay loop, resolution 162ns [ 0.000296] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns [ 0.000306] OMAP clocksource: 32k_counter at 32768 Hz [ 0.000769] Console: colour dummy device 80x30 [ 0.000787] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0' [ 0.000796] This ensures that you still see kernel messages. Please [ 0.000803] update your kernel commandline. [ 0.000836] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475) [ 0.000853] pid_max: default: 32768 minimum: 301 [ 0.000979] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000993] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.001541] CPU: Testing write buffer coherency: ok [ 0.001579] CPU0: Spectre v2: using ICIALLU workaround [ 0.001793] /cpus/cpu@0 missing clock-frequency property [ 0.001813] /cpus/cpu@1 missing clock-frequency property [ 0.001826] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.059916] Setting up static identity map for 0x80200000 - 0x80200060 [ 0.079927] rcu: Hierarchical SRCU implementation. [ 0.100122] EFI services will not be available. [ 0.119990] smp: Bringing up secondary CPUs ... [ 0.200340] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.200346] CPU1: Spectre v2: using ICIALLU workaround [ 0.200467] smp: Brought up 1 node, 2 CPUs [ 0.200480] SMP: Total of 2 processors activated (24.59 BogoMIPS). [ 0.200488] CPU: All CPU(s) started in HYP mode. [ 0.200496] CPU: Virtualization extensions available. [ 0.200976] devtmpfs: initialized [ 0.219147] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 0.219408] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.219426] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.224242] pinctrl core: initialized pinctrl subsystem [ 0.224770] DMI not present or invalid. [ 0.225049] NET: Registered protocol family 16 [ 0.226207] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.227129] omap_hwmod: l3_main_2 using broken dt data from ocp [ 0.421419] cpuidle: using governor ladder [ 0.421455] cpuidle: using governor menu [ 0.431544] OMAP GPIO hardware version 0.1 [ 0.457217] No ATAGs? [ 0.457294] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.457309] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.457838] omap4_sram_init:Unable to allocate sram needed to handle errata I688 [ 0.457850] omap4_sram_init:Unable to get sram pool needed to handle errata I688 [ 0.458491] OMAP DMA hardware revision 0.0 [ 0.470083] edma 43300000.edma: memcpy is disabled [ 0.473564] edma 43300000.edma: TI EDMA DMA engine driver [ 0.480729] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported) [ 0.482308] evm_3v3: supplied by evm_12v0 [ 0.482600] evm_5v0: supplied by evm_12v0 [ 0.482901] evm_3v6: supplied by evm_5v0 [ 0.486104] omap-iommu 40d01000.mmu: 40d01000.mmu registered [ 0.486278] omap-iommu 40d02000.mmu: 40d02000.mmu registered [ 0.486531] omap-iommu 58882000.mmu: 58882000.mmu registered [ 0.486765] omap-iommu 55082000.mmu: 55082000.mmu registered [ 0.487142] omap-iommu 41501000.mmu: 41501000.mmu registered [ 0.487322] omap-iommu 41502000.mmu: 41502000.mmu registered [ 0.487597] iommu: Adding device 58820000.ipu to group 1 [ 0.487676] iommu: Adding device 55020000.ipu to group 2 [ 0.487802] iommu: Adding device 40800000.dsp to group 0 [ 0.488039] iommu: Adding device 41000000.dsp to group 3 [ 0.489160] SCSI subsystem initialized [ 0.490385] palmas 0-0058: IRQ missing: skipping irq request [ 0.510875] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0 [ 0.512532] SMPS123: supplied by regulator-dummy [ 0.514400] SMPS45: supplied by regulator-dummy [ 0.516240] SMPS6: supplied by regulator-dummy [ 0.517956] SMPS7: supplied by regulator-dummy [ 0.519811] SMPS8: supplied by regulator-dummy [ 0.521516] SMPS9: supplied by regulator-dummy [ 0.522497] LDO1: supplied by regulator-dummy [ 0.531350] LDO2: supplied by regulator-dummy [ 0.541220] LDO3: supplied by regulator-dummy [ 0.551223] LDO4: supplied by regulator-dummy [ 0.551562] random: fast init done [ 0.551956] LDO5: supplied by regulator-dummy [ 0.552665] LDO6: supplied by regulator-dummy [ 0.553391] LDO7: supplied by regulator-dummy [ 0.554116] LDO8: supplied by regulator-dummy [ 0.554843] LDO9: supplied by regulator-dummy [ 0.561266] LDOLN: supplied by regulator-dummy [ 0.571277] LDOUSB: supplied by regulator-dummy [ 0.583494] pcf857x: probe of 0-0020 failed with error -121 [ 0.583745] pcf857x: probe of 0-0021 failed with error -121 [ 0.583912] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz [ 0.584360] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz [ 0.584580] media: Linux media interface: v0.10 [ 0.584620] videodev: Linux video capture interface: v2.00 [ 0.584692] pps_core: LinuxPPS API ver. 1 registered [ 0.584701] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.584722] PTP clock support registered [ 0.584754] EDAC MC: Ver: 3.0.0 [ 0.585549] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400 [ 0.585792] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400 [ 0.586302] Advanced Linux Sound Architecture Driver Initialized. [ 0.587111] clocksource: Switched to clocksource arch_sys_counter [ 0.595136] NET: Registered protocol family 2 [ 0.595714] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes) [ 0.595744] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.595807] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.595934] TCP: Hash tables configured (established 8192 bind 8192) [ 0.596002] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.596037] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.596176] NET: Registered protocol family 1 [ 0.616618] RPC: Registered named UNIX socket transport module. [ 0.616629] RPC: Registered udp transport module. [ 0.616637] RPC: Registered tcp transport module. [ 0.616646] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.617757] hw perfevents: no interrupt-affinity property for /pmu, guessing. [ 0.617982] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available [ 0.618966] Initialise system trusted keyrings [ 0.619098] workingset: timestamp_bits=14 max_order=18 bucket_order=4 [ 0.624047] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.634538] NFS: Registering the id_resolver key type [ 0.634559] Key type id_resolver registered [ 0.634569] Key type id_legacy registered [ 0.634607] ntfs: driver 2.1.32 [Flags: R/O]. [ 0.636179] Key type asymmetric registered [ 0.636191] Asymmetric key parser 'x509' registered [ 0.636244] bounce: pool size: 64 pages [ 0.636278] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 0.636289] io scheduler noop registered [ 0.636298] io scheduler deadline registered [ 0.636393] io scheduler cfq registered (default) [ 0.636403] io scheduler mq-deadline registered [ 0.636412] io scheduler kyber registered [ 0.642241] pinctrl-single 4a003400.pinmux: 282 pins, size 1128 [ 0.646206] dra7-pcie 51000000.pcie: Linked as a consumer to phy-4a094000.pciephy.1 [ 0.646454] dra7-pcie 51000000.pcie: WA for Errata i870 not applied [ 0.646545] dra7-pcie 51000000.pcie: host bridge /ocp/axi@0/pcie@51000000 ranges: [ 0.646586] dra7-pcie 51000000.pcie: IO 0x20003000..0x20012fff -> 0x00000000 [ 0.646614] dra7-pcie 51000000.pcie: MEM 0x20013000..0x2fffffff -> 0x20013000 [ 1.646891] dra7-pcie 51000000.pcie: Phy link never came up [ 1.647025] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00 [ 1.647039] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.647050] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 1.647063] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff] [ 1.653174] PCI: bus0: Fast back to back transfers disabled [ 1.658767] PCI: bus1: Fast back to back transfers enabled [ 1.658810] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff 64bit] [ 1.658831] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 1.659148] pcieport 0000:00:00.0: Signaling PME with IRQ 176 [ 1.659282] pcieport 0000:00:00.0: AER enabled with IRQ 176 [ 1.663418] evm_1v8: supplied by smps9 [ 1.663670] evm_3v3_sw: supplied by sysen1 [ 1.663910] aic_dvdd: supplied by evm_3v3_sw [ 1.663997] vtt_fixed: supplied by sysen2 [ 1.708797] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled [ 1.712377] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 45, base_baud = 3000000) is a 8250 [ 2.916099] console [ttyS0] enabled [ 2.920521] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 46, base_baud = 3000000) is a 8250 [ 2.930162] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 47, base_baud = 3000000) is a 8250 [ 2.941279] omap_rng 48090000.rng: Random Number Generator ver. 20 [ 2.941613] random: crng init done [ 2.961467] brd: module loaded [ 2.970766] loop: module loaded [ 2.974592] vmemexp device MAJOR num = 244 [ 2.978754] vmemexp class registered [ 2.982443] /dev/vmemexp device registered [ 2.986560] ioctl DBUFIOC_EXPORT_VIRTMEM = -1072899120 [ 3.027555] m25p80 spi0.0: found n25q00, expected s25fl256s1 [ 3.033511] m25p80 spi0.0: n25q00 (131072 Kbytes) [ 3.038347] 10 fixed-partitions partitions found on MTD device spi0.0 [ 3.044817] Creating 10 MTD partitions on "spi0.0": [ 3.049735] 0x000000000000-0x000000010000 : "QSPI.SPL" [ 3.055615] 0x000000010000-0x000000020000 : "QSPI.SPL.backup1" [ 3.062168] 0x000000020000-0x000000030000 : "QSPI.SPL.backup2" [ 3.068715] 0x000000030000-0x000000040000 : "QSPI.SPL.backup3" [ 3.075238] 0x000000040000-0x000000140000 : "QSPI.u-boot" [ 3.081348] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os" [ 3.088060] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env" [ 3.094504] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1" [ 3.101657] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel" [ 3.107754] 0x0000009e0000-0x000002000000 : "QSPI.file-system" [ 3.114843] libphy: Fixed MDIO Bus: probed [ 3.177153] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000 [ 3.184850] davinci_mdio 48485000.mdio: no live phy, scanning all [ 3.224328] libphy: 48485000.mdio: probed [ 3.229097] cpsw 48484000.ethernet: Detected MACID = e0:ff:f1:b0:3d:a0 [ 3.235700] cpsw 48484000.ethernet: initialized cpsw ale version 1.4 [ 3.242104] cpsw 48484000.ethernet: ALE Table size 1024 [ 3.247413] cpsw 48484000.ethernet: cpts: overflow check period 500 (jiffies) [ 3.255414] cpsw 48484000.ethernet: cpsw: Detected MACID = e0:ff:f1:b0:3d:a1 [ 3.264030] i2c /dev entries driver [ 3.272633] cpu cpu0: Linked as a consumer to regulator.10 [ 3.278247] cpu cpu0: Linked as a consumer to regulator.32 [ 3.285123] sdhci: Secure Digital Host Controller Interface driver [ 3.291383] sdhci: Copyright(c) Pierre Ossman [ 3.296692] sdhci-pltfm: SDHCI platform and OF driver helper [ 3.303630] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22) [ 3.312509] sdhci-omap 4809c000.mmc: Got CD GPIO [ 3.317339] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.31 [ 3.324405] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16 [ 3.331410] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16 [ 3.338303] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16 [ 3.345193] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16 [ 3.351827] sdhci-omap 4809c000.mmc: Dropping the link to regulator.31 [ 3.359196] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.2 [ 3.365980] sdhci-omap 480b4000.mmc: Dropping the link to regulator.2 [ 3.372539] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.2 [ 3.405138] mmc0: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA [ 3.413040] ti-iodelay 4844a000.padconf: Set reg 0x840 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000 [ 3.422019] ti-iodelay 4844a000.padconf: Set reg 0x848 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000 [ 3.431021] ti-iodelay 4844a000.padconf: Set reg 0x84c Delay(a: 307 g: 0), Elements(C=0 F=10)0x2900a [ 3.440287] ti-iodelay 4844a000.padconf: Set reg 0x850 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000 [ 3.449246] ti-iodelay 4844a000.padconf: Set reg 0x854 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000 [ 3.458302] ti-iodelay 4844a000.padconf: Set reg 0x870 Delay(a: 785 g: 0), Elements(C=1 F=11)0x2902b [ 3.467591] ti-iodelay 4844a000.padconf: Set reg 0x874 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000 [ 3.476599] ti-iodelay 4844a000.padconf: Set reg 0x878 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000 [ 3.485647] ti-iodelay 4844a000.padconf: Set reg 0x87c Delay(a: 613 g: 0), Elements(C=1 F=6)0x29026 [ 3.494851] ti-iodelay 4844a000.padconf: Set reg 0x880 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000 [ 3.503876] ti-iodelay 4844a000.padconf: Set reg 0x884 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000 [ 3.512928] ti-iodelay 4844a000.padconf: Set reg 0x888 Delay(a: 683 g: 0), Elements(C=1 F=8)0x29028 [ 3.522130] ti-iodelay 4844a000.padconf: Set reg 0x88c Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000 [ 3.531173] ti-iodelay 4844a000.padconf: Set reg 0x890 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000 [ 3.540234] ti-iodelay 4844a000.padconf: Set reg 0x894 Delay(a: 835 g: 0), Elements(C=1 F=13)0x2902d [ 3.549461] ti-iodelay 4844a000.padconf: Set reg 0x898 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000 [ 3.558393] ti-iodelay 4844a000.padconf: Set reg 0x89c Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000 [ 3.567876] sdhci-omap 480d1000.mmc: Linked as a consumer to regulator.8 [ 3.574662] sdhci-omap 480d1000.mmc: Dropping the link to regulator.8 [ 3.581260] sdhci-omap 480d1000.mmc: Linked as a consumer to regulator.7 [ 3.588212] sdhci-omap 480d1000.mmc: Linked as a consumer to regulator.8 [ 3.677140] sdhci-omap 480d1000.mmc: no pinctrl state for sdr104 mode [ 3.683771] sdhci-omap 480d1000.mmc: no pinctrl state for ddr50 mode [ 3.690331] sdhci-omap 480d1000.mmc: no pinctrl state for sdr50 mode [ 3.696885] sdhci-omap 480d1000.mmc: no pinctrl state for hs200_1_8v mode [ 3.729497] mmc1: SDHCI controller on 480d1000.mmc [480d1000.mmc] using PIO [ 3.737559] ledtrig-cpu: registered to indicate activity on CPUs [ 3.748587] tlv320aic3x-codec 0-0019: Linked as a consumer to regulator.3 [ 3.755584] tlv320aic3x-codec 0-0019: Linked as a consumer to regulator.4 [ 3.764627] davinci-mcasp 4847c000.mcasp: invalid tdm slots: 0 [ 3.772047] NET: Registered protocol family 10 [ 3.778412] Segment Routing with IPv6 [ 3.782149] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 3.788937] NET: Registered protocol family 17 [ 3.793610] Key type dns_resolver registered [ 3.798105] Registering SWP/SWPB emulation handler [ 3.802953] omap_voltage_late_init: Voltage driver support not added [ 3.809475] Power Management for TI OMAP4+ devices. [ 3.815154] Loading compiled-in X.509 certificates [ 3.846326] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 3.853054] [drm] No driver support for vblank timestamp query. [ 3.859505] [drm] Initialized vdrm 1.0.0 20191105 for 44000000.ocp:vdrm@0 on minor 0 [ 3.960665] Console: switching to colour frame buffer device 240x67 [ 3.983645] vdrm 44000000.ocp:vdrm@0: fb0: DRM emulated frame buffer device [ 3.991184] dmm 4e000000.dmm: workaround for errata i878 in use [ 3.998837] dmm 4e000000.dmm: initialized all PAT entries [ 4.005096] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 1 [ 4.013550] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22) [ 4.022419] sdhci-omap 4809c000.mmc: Got CD GPIO [ 4.027294] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.31 [ 4.034419] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16 [ 4.041339] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16 [ 4.048218] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16 [ 4.055114] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16 [ 4.061752] sdhci-omap 4809c000.mmc: Dropping the link to regulator.31 [ 4.070425] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok [ 4.078192] asoc-simple-card sound0: ASoC: no DMI vendor name! [ 4.086750] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22) [ 4.095639] sdhci-omap 4809c000.mmc: Got CD GPIO [ 4.100496] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.31 [ 4.107632] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16 [ 4.114532] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16 [ 4.121390] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16 [ 4.128315] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16 [ 4.134936] sdhci-omap 4809c000.mmc: Dropping the link to regulator.31 [ 4.142926] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22) [ 4.151786] sdhci-omap 4809c000.mmc: Got CD GPIO [ 4.156577] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.31 [ 4.163715] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16 [ 4.170635] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16 [ 4.177492] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16 [ 4.184394] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16 [ 4.191030] sdhci-omap 4809c000.mmc: Dropping the link to regulator.31 [ 4.198587] hctosys: unable to open rtc device (rtc0) [ 4.204410] aic_dvdd: disabling [ 4.207822] ldousb: disabling [ 4.211083] pbias_mmc_omap5: disabling [ 4.214890] ALSA device list: [ 4.217918] #0: DRA7xx-EVM [ 4.221606] Waiting for root device PARTUUID=b1062042-02...