Other Parts Discussed in Thread: LM5141
Hello TI experts, I'm working on a custom hardware that has been designed using as reference the SK-TDA4VM reference card. The differences are minimal and mainly refers to a different DDR configuration and different serial interface used as console. I'm trying to setup the Linux platform running on a72 cores. The linux kernel is getting executed through the u-boot. For bot U-boot and Linux SDK I'm currently using version 8.06. The system bootstrap properly and reach almost the final stage but hangs just after the /sbin/init process is executed and I cannot see ny addition print out to the console nor reach the login prompt. I also tried, for debug purposes, to spawn a bash insted od the init process wuth same result
The following are the U-boot and kernel print on the console. The same kernel with a different Dervice Tree is perfectly working on the SK-TDA4VM reference card. I'm struggling since a few days in order to understand the issue and find a solution. Thanks for your support
U-Boot SPL 2021.01-00002-gb3d802e186-dirty (Sep 01 2023 - 15:13:12 +0000)
Model: Texas Instruments J721E SK A72
SYSFW ABI: 3.1 (firmware rev 0x0008 '8.6.3--v08.06.03 (Chill Capybar')
Trying to boot from MMC2
U-Boot 2021.01-00002-gb3d802e186-dirty (Oct 10 2023 - 13:30:27 +0000)
SoC: J721E SR1.1 GP
Model: Texas Instruments J721E SK A72
DRAM: 4 GiB
MMC: sdhci@4fb0000: 1
Loading Environment from FAT... *** Warning - bad CRC, using default environment
In: serial@2830000
Out: serial@2830000
Err: serial@2830000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc1 is current device
SD/MMC found on device 1
Failed to load 'boot.scr'
Failed to load 'uEnv.txt'
19079680 bytes read in 791 ms (23 MiB/s)
99186 bytes read in 12 ms (7.9 MiB/s)
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 000000008fee4000, end 000000008fffffff ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 5.10.162-dirty (inxpect@8e5d8a231b02) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #33 SMP PREEMPT Tue Oct 10 12:18:29 UTC 2023
[ 0.000000] Machine model: Texas Instruments J721E SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002830000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-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 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a8ffffff]
[ 0.000000] node 0: [mem 0x00000000a9000000-0x00000000a9ffffff]
[ 0.000000] node 0: [mem 0x00000000aa000000-0x00000000abbfffff]
[ 0.000000] node 0: [mem 0x00000000abc00000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] cma: Reserved 512 MiB at 0x00000000e0000000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 22 pages/cpu s50392 r8192 d31528 u90112
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: EL2 vector hardening
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192
[ 0.000000] Kernel command line: console=ttyS5,115200n8 earlycon=ns16550a,mmio32,0x02830000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) panic=-1 nosmp init=/bin/bash root=PARTUUID=cc2029f6-02 rw rootfstype=ext4 rootwait
[ 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 0x00000000dc000000-0x00000000e0000000] (64MB)
[ 0.000000] Memory: 3304076K/4194304K available (11200K kernel code, 1160K rwdata, 4280K rodata, 1856K init, 433K bss, 365940K reserved, 524288K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2.
[ 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=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880030000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000002] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008406] Console: colour dummy device 80x25
[ 0.012968] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023638] pid_max: default: 32768 minimum: 301
[ 0.028393] LSM: Security Framework initializing
[ 0.033147] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040723] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049538] rcu: Hierarchical SRCU implementation.
[ 0.054601] Platform MSI: msi-controller@1820000 domain created
[ 0.060819] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.070118] EFI services will not be available.
[ 0.074832] smp: Bringing up secondary CPUs ...
[ 0.079463] smp: Brought up 1 node, 1 CPU
[ 0.083556] SMP: Total of 1 processors activated.
[ 0.088364] CPU features: detected: 32-bit EL0 Support
[ 0.093613] CPU features: detected: CRC32 instructions
[ 0.107626] CPU: All CPU(s) started at EL2
[ 0.111819] alternatives: patching kernel code
[ 0.116765] init_mount: ret=0, dev_name=devtmpfs, dir_name=/, type_page=devtmpfs, flags=8000
[ 0.125424] devtmpfs: initialized
[ 0.133757] KASLR disabled due to lack of seed
[ 0.138401] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.148364] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.160993] pinctrl core: initialized pinctrl subsystem
[ 0.166655] DMI not present or invalid.
[ 0.170895] NET: Registered protocol family 16
[ 0.176093] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.183393] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.191447] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.199739] thermal_sys: Registered thermal governor 'step_wise'
[ 0.199742] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.206302] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.219922] ASID allocator initialised with 65536 entries
[ 0.238799] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.245670] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.252546] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.259394] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.266839] cryptd: max_cpu_qlen set to 1000
[ 0.272655] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected
[ 0.281466] vsys_3v3: supplied by vusb-main5v0
[ 0.286530] iommu: Default domain type: Translated
[ 0.291678] SCSI subsystem initialized
[ 0.295720] mc: Linux media interface: v0.10
[ 0.300090] videodev: Linux video capture interface: v2.00
[ 0.305716] pps_core: LinuxPPS API ver. 1 registered
[ 0.310786] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.320123] PTP clock support registered
[ 0.324143] EDAC MC: Ver: 3.0.0
[ 0.327866] FPGA manager framework
[ 0.331379] Advanced Linux Sound Architecture Driver Initialized.
[ 0.337982] clocksource: Switched to clocksource arch_sys_counter
[ 0.344327] VFS: Disk quotas dquot_6.6.0
[ 0.348358] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.357644] NET: Registered protocol family 2
[ 0.362380] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.371027] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.379817] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.388017] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 0.395814] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.402609] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.409511] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.416918] NET: Registered protocol family 1
[ 0.421604] RPC: Registered named UNIX socket transport module.
[ 0.427665] RPC: Registered udp transport module.
[ 0.432467] RPC: Registered tcp transport module.
[ 0.437271] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.443851] NET: Registered protocol family 44
[ 0.448396] PCI: CLS 0 bytes, default 64
[ 0.452741] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.462965] Initialise system trusted keyrings
[ 0.467598] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.475845] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.482064] NFS: Registering the id_resolver key type
[ 0.487249] Key type id_resolver registered
[ 0.491521] Key type id_legacy registered
[ 0.495637] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.502485] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.510118] 9p: Installing v9fs 9p2000 file system support
[ 0.535855] Key type asymmetric registered
[ 0.540053] Asymmetric key parser 'x509' registered
[ 0.545065] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 0.552633] io scheduler mq-deadline registered
[ 0.557265] io scheduler kyber registered
[ 0.562708] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[ 0.568899] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[ 0.577222] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages
[ 0.583689] debugfs: Directory '31010000.pat' with parent 'regmap' already present!
[ 0.591667] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages
[ 0.598083] debugfs: Directory '31011000.pat' with parent 'regmap' already present!
[ 0.606009] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages
[ 0.612425] debugfs: Directory '31012000.pat' with parent 'regmap' already present!
[ 0.620343] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages
[ 0.626667] debugfs: Directory '31013000.pat' with parent 'regmap' already present!
[ 0.634620] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages
[ 0.640944] debugfs: Directory '31014000.pat' with parent 'regmap' already present!
[ 0.650318] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 0.658386] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 0.666596] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
[ 0.673637] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
[ 0.682105] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
[ 0.694679] brd: module loaded
[ 0.700987] loop: module loaded
[ 0.704668] megasas: 07.714.04.00-rc1
[ 0.710216] tun: Universal TUN/TAP device driver, 1.6
[ 0.715652] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.722066] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.728144] sky2: driver version 1.30
[ 0.732431] VFIO - User Level meta-driver version: 0.3
[ 0.738128] i2c /dev entries driver
[ 0.742426] sdhci: Secure Digital Host Controller Interface driver
[ 0.748742] sdhci: Copyright(c) Pierre Ossman
[ 0.753406] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.759671] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.765971] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.773231] optee: probing for conduit method.
[ 0.777802] optee: revision 3.20 (2d0762ee)
[ 0.794218] optee: dynamic shared memory is enabled
[ 0.845753] optee: initialized driver
[ 0.850506] NET: Registered protocol family 17
[ 0.855138] 9pnet: Installing 9P2000 support
[ 0.859545] Key type dns_resolver registered
[ 0.864012] Loading compiled-in X.509 certificates
[ 0.875675] ti-sci 44083000.dmsc: ABI: 3.1 (firmware rev 0x0008 '8.6.3--v08.06.03 (Chill Capybar')
[ 0.915290] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz
[ 0.921398] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
[ 0.927426] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz
[ 0.933926] ti-sci-intr bus@100000:bus@28380000:interrupt-controller2: Interrupt Router 137 domain created
[ 0.943895] ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 131 domain created
[ 0.952699] ti-sci-intr bus@100000:main-navss:interrupt-controller1: Interrupt Router 213 domain created
[ 0.962550] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 0.974725] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 0.984623] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 0.991384] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.000422] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 1.010573] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.017332] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.025299] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 15, base_baud = 6000000) is a 8250
[ 1.034705] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 25, base_baud = 3000000) is a 8250
[ 1.043887] 2830000.serial: ttyS5 at MMIO 0x2830000 (irq = 26, base_baud = 3000000) is a 8250
[ 1.052643] printk: console [ttyS5] enabled
[ 1.052643] printk: console [ttyS5] enabled
[ 1.061089] printk: bootconsole [ns16550a0] disabled
[ 1.061089] printk: bootconsole [ns16550a0] disabled
[ 1.075322] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.121988] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.129961] ****** kernel_execve BEGIN
[ 1.133791] ****** kernel_execve out_free
[ 1.137819] ****** kernel_execve out_ret: retval=-2
[ 1.142841] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver unknown
[ 1.150886] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 1.163700] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.170913] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.177198] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
[ 1.187314] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
[ 1.233987] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.241540] davinci_mdio c000f00.mdio: no live phy, scanning all
[ 1.248484] ****** kernel_execve BEGIN
[ 1.252283] ****** kernel_execve out_free
[ 1.256308] ****** kernel_execve out_ret: retval=-2
[ 1.270438] davinci_mdio c000f00.mdio: phy[2]: device c000f00.mdio:02, driver TI DP83867
[ 1.278559] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
[ 1.291237] am65-cpsw-nuss c000000.ethernet: /bus@100000/ethernet@c000000/ethernet-ports/port@1 error retrieving port phy: -19
[ 1.303730] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 1.415364] vdd_mmc1: supplied by vsys_3v3
[ 1.420309] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 1.427188] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 1.434015] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[ 1.440830] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[ 1.447633] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[ 1.454762] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.465344] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
[ 1.477006] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.521989] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.529998] ****** kernel_execve BEGIN
[ 1.533800] ****** kernel_execve out_free
[ 1.537835] ****** kernel_execve out_ret: retval=-2
[ 1.542854] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver unknown
[ 1.550904] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 1.563720] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.570935] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.577185] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
[ 1.587838] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.596519] mmc0: CQHCI version 5.10
[ 1.600318] debugfs: Directory 'pd:27' with parent 'pm_genpd' already present!
[ 1.607960] debugfs: Directory 'pd:26' with parent 'pm_genpd' already present!
[ 1.616363] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present!
[ 1.623701] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present!
[ 1.631019] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
[ 1.638329] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present!
[ 1.655588] ALSA device list:
[ 1.658551] No soundcards found.
[ 1.662124] ***************** console_on_rootfs
[ 2.662685] mmc0: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.670812] *********** ROOT_DEV=0, root_wait=1
[ 2.675528] Waiting for root device PARTUUID=cc2029f6-02...
[ 2.743349] mmc0: new ultra high speed DDR50 SDHC card at address 59b4
[ 2.750202] mmcblk0: mmc0:59b4 AF UD 14.9 GiB
[ 2.755546] mmcblk0: p1 p2
[ 2.774031] init_mount: ret=0, dev_name=/dev/root, dir_name=/root, type_page=ext4, flags=8000
[ 2.788167] EXT4-fs (mmcblk0p2): recovery complete
[ 2.792966] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.801075] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 2.808646] init_mount: ret=0, dev_name=devtmpfs, dir_name=dev, type_page=devtmpfs, flags=8000
[ 2.817259] devtmpfs: mounted
[ 2.820220] init_mount: ret=0, dev_name=., dir_name=/, type_page=(null), flags=2000
[ 2.828639] Freeing unused kernel memory: 1856K
[ 2.833261] Run /bin/bash as init process
[ 2.837288] with arguments:
[ 2.840245] /bin/bash
[ 2.842857] HOME=/
[ 2.845203] TERM=linux
[ 2.847900] ****** kernel_execve BEGIN
[ 2.860645] ****** kernel_execve out_free
[ 2.864658] ****** kernel_execve out_ret: retval=0
[ 2.869472] ******** execute_command: ret=0
No additional print after this point