AM620-Q1: Issue with USB DFU Boot on AM62x SK Board: Kernel Panic (VFS: Unable to mount root fs on unknown-block(0,0))

Part Number: AM620-Q1
Other Parts Discussed in Thread: AM625

Tool/software:

Hi Team,

I am using the USB DFU mode to boot the Linux image on an AM62x SK board, following commands have used. I have utilized pre-built images, specifically the Image and am62-sk.dtb files from the pre-built binaries.

Steps followed:

setenv dfu_alt_info "k3-am625-sk.dtb ram 0x90000000 0x300000"
dfu 0 ram 0
DFU prompt - dfu-util.exe -a 0 -D k3-am625-sk.dtb


setenv dfu_alt_info "Image ram 0x93000000 0x3500000"
dfu 0 ram 0
DFU prompt - dfu-util.exe -a 0 -D Image

bootm 0x93000000 - 0x90000000

However, during the boot process, I encounter the following error, and the booting process halts:

[ 3.484870] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[ 3.493126] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 6.1.80-ti-g2e423244f8c0 #1
[ 3.500514] Hardware name: Texas Instruments AM625 SK (DT)
[ 3.505991] Call trace:
[ 3.508433] dump_backtrace.part.0+0xdc/0xf0
[ 3.512712] show_stack+0x18/0x30
[ 3.516022] dump_stack_lvl+0x68/0x84
[ 3.519684] dump_stack+0x18/0x34
[ 3.522994] panic+0x188/0x348
[ 3.526045] mount_block_root+0x188/0x23c
[ 3.530052] mount_root+0x208/0x248
[ 3.533534] prepare_namespace+0x130/0x170
[ 3.537625] kernel_init_freeable+0x258/0x284
[ 3.541976] kernel_init+0x24/0x130
[ 3.545463] ret_from_fork+0x10/0x20
[ 3.549036] SMP: stopping secondary CPUs
[ 3.552956] Kernel Offset: disabled
[ 3.556435] CPU features: 0x00000,00800084,0000420b
[ 3.561305] Memory Limit: none
[ 3.564360] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) ]---

Could you please confirm steps which i am following is correct booting Linux image AM62x SK board using USB DFU mode?

 

Thanks & Regards,

Yashavantha Gowda

  • Hello,

    Looks like filesystem is not mounted in the boot media.

    What is the boot media being used here?

    Refer here: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1127618/faq-sk-am62-how-to-flash-emmc-using-usb-dfu-on-am62x-sk-e2

    Regards,
    Aparna

  • Hi Aparna,

    We have used OSPI boot mode & once u-boot is up, we alt the u-boot & using USB-DFU for loading & Booting from RAM.

    I have attached the logs

    U-Boot 2023.04 (Nov 07 2024 - 16:56:54 +0530)
    
    SoC:   AM62X SR1.0 GP
    Model: Texas Instruments AM625 SK
    EEPROM not available at 80, trying to read at 81
    Board: AM62-SKEVM rev E3
    DRAM:  no bloblist found!2 GiB
    Core:  72 devices, 32 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from MMC... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Net:   eth0: ethernet@8000000port@1
    Hit any key to stop autoboot:  0
    => setenv dfu_alt_info "k3-am625-sk.dtb ram 0x90000000 0x300000"
    => dfu 0 ram 0
    generic_phy_get_bulk : no phys property
    #DOWNLOAD ... OK
    Ctrl+C to exit ...
    => setenv dfu_alt_info "Image ram 0x93000000 0x3500000"
    => dfu 0 ram 0
    generic_phy_get_bulk : no phys property
    ##########################################################################DOWNLOAD ... OK
    Ctrl+C to exit ...
    => booti 0x93000000 - 0x90000000
    ## Flattened Device Tree blob at 90000000
       Booting using the fdt blob at 0x90000000
    Working FDT set to 90000000
       Loading Device Tree to 000000008ffee000, end 000000008ffff899 ... OK
    Working FDT set to 8ffee000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.1.80-ti-g2e423244f8c0 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024
    [    0.000000] Machine model: Texas Instruments AM625 SK
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000f8000000, size 128 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    [    0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009c7fffff]
    [    0.000000]   node   0: [mem 0x000000009c800000-0x000000009e6fffff]
    [    0.000000]   node   0: [mem 0x000000009e700000-0x000000009e77ffff]
    [    0.000000]   node   0: [mem 0x000000009e780000-0x000000009fffffff]
    [    0.000000]   node   0: [mem 0x00000000a0000000-0x00000000ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    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.4
    [    0.000000] percpu: Embedded 20 pages/cpu s41064 r8192 d32664 u81920
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 516096
    [    0.000000] Kernel command line: cpsw(0,0)host:vxWorks h=10.0.0.2 e=10.0.0.5:ffffff00 u=target pw=vxTarget f=0x1
    [    0.000000] Unknown kernel command line parameters "cpsw(0,0)host:vxWorks h=10.0.0.2 e=10.0.0.5:ffffff00 u=target pw=vxTarget f=0x1", will be passed to user space.
    [    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 1848332K/2097152K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 117748K reserved, 131072K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU event tracing is enabled.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [    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=4
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 256 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: gic_handle_irq
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
    [    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 @80800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080040000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080050000
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000325] Console: colour dummy device 80x25
    [    0.000866] printk: console [tty0] enabled
    [    0.000923] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.000947] pid_max: default: 32768 minimum: 301
    [    0.001003] LSM: Security Framework initializing
    [    0.001144] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.001180] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.002999] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.003042] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.003121] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.003136] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.003308] rcu: Hierarchical SRCU implementation.
    [    0.003320] rcu:     Max phase no-delay instances is 1000.
    [    0.003587] Platform MSI: msi-controller@1820000 domain created
    [    0.003832] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.004135] EFI services will not be available.
    [    0.004437] smp: Bringing up secondary CPUs ...
    [    0.005120] Detected VIPT I-cache on CPU1
    [    0.005235] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.005254] GICv3: CPU1: using allocated LPI pending table @0x0000000080060000
    [    0.005312] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.006034] Detected VIPT I-cache on CPU2
    [    0.006111] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.006125] GICv3: CPU2: using allocated LPI pending table @0x0000000080070000
    [    0.006158] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.006781] Detected VIPT I-cache on CPU3
    [    0.006859] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.006871] GICv3: CPU3: using allocated LPI pending table @0x0000000080080000
    [    0.006900] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.006964] smp: Brought up 1 node, 4 CPUs
    [    0.007080] SMP: Total of 4 processors activated.
    [    0.007093] CPU features: detected: 32-bit EL0 Support
    [    0.007104] CPU features: detected: CRC32 instructions
    [    0.007170] CPU: All CPU(s) started at EL2
    [    0.007180] alternatives: applying system-wide alternatives
    [    0.009106] devtmpfs: initialized
    [    0.017236] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.017300] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.022330] pinctrl core: initialized pinctrl subsystem
    [    0.022981] DMI not present or invalid.
    [    0.023638] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.024836] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.025121] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.025271] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.025371] audit: initializing netlink subsys (disabled)
    [    0.025554] audit: type=2000 audit(0.024:1): state=initialized audit_enabled=0 res=1
    [    0.026029] thermal_sys: Registered thermal governor 'step_wise'
    [    0.026036] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.026092] cpuidle: using governor menu
    [    0.026270] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.026374] ASID allocator initialised with 65536 entries
    [    0.036619] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@f0000/pinctrl@a40000/cpsw-cpts
    [    0.040025] KASLR disabled due to lack of seed
    [    0.046677] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.046713] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.046726] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.046737] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.046749] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.046760] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.046772] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.046783] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.048280] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.050244] iommu: Default domain type: Translated
    [    0.050279] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.050560] SCSI subsystem initialized
    [    0.050922] usbcore: registered new interface driver usbfs
    [    0.050968] usbcore: registered new interface driver hub
    [    0.051004] usbcore: registered new device driver usb
    [    0.051472] pps_core: LinuxPPS API ver. 1 registered
    [    0.051485] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.051513] PTP clock support registered
    [    0.051652] EDAC MC: Ver: 3.0.0
    [    0.052629] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [    0.053013] FPGA manager framework
    [    0.053117] Advanced Linux Sound Architecture Driver Initialized.
    [    0.054066] clocksource: Switched to clocksource arch_sys_counter
    [    0.054316] VFS: Disk quotas dquot_6.6.0
    [    0.054373] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.060198] NET: Registered PF_INET protocol family
    [    0.060526] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.062295] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [    0.062385] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.062413] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.062534] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.063071] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.063292] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.063361] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.063607] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.064137] RPC: Registered named UNIX socket transport module.
    [    0.064161] RPC: Registered udp transport module.
    [    0.064171] RPC: Registered tcp transport module.
    [    0.064180] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.064195] NET: Registered PF_XDP protocol family
    [    0.064222] PCI: CLS 0 bytes, default 64
    [    0.065063] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.066882] Initialise system trusted keyrings
    [    0.067158] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [    0.071479] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.072098] NFS: Registering the id_resolver key type
    [    0.072151] Key type id_resolver registered
    [    0.072162] Key type id_legacy registered
    [    0.072224] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.072239] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.106924] Key type asymmetric registered
    [    0.106945] Asymmetric key parser 'x509' registered
    [    0.107011] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.107202] io scheduler mq-deadline registered
    [    0.107216] io scheduler kyber registered
    [    0.110754] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.111422] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.113147] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.119658] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.129306] loop: module loaded
    [    0.130573] megasas: 07.719.03.00-rc1
    [    0.133676] tun: Universal TUN/TAP device driver, 1.6
    [    0.134520] VFIO - User Level meta-driver version: 0.3
    [    0.135301] usbcore: registered new interface driver usb-storage
    [    0.135870] i2c_dev: i2c /dev entries driver
    [    0.137332] sdhci: Secure Digital Host Controller Interface driver
    [    0.137359] sdhci: Copyright(c) Pierre Ossman
    [    0.137576] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.138446] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.138655] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.139025] usbcore: registered new interface driver usbhid
    [    0.139038] usbhid: USB HID core driver
    [    0.139945] optee: probing for conduit method.
    [    0.139995] optee: revision 4.1 (012cdca4)
    [    0.140307] optee: dynamic shared memory is enabled
    [    0.140718] optee: initialized driver
    [    0.142457] Initializing XFRM netlink socket
    [    0.142522] NET: Registered PF_PACKET protocol family
    [    0.142615] Key type dns_resolver registered
    [    0.143051] registered taskstats version 1
    [    0.143087] Loading compiled-in X.509 certificates
    [    0.152696] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.7--v09.02.07 (Kool Koala)')
    [    0.195900] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
    [    0.215641] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.217239] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    0.218456] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.218732] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.218993] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.222600] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.224725] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    0.227215] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.231157] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.233823] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 240, base_baud = 3000000) is a 8250
    [    1.569142] printk: console [ttyS2] enabled
    [    1.574879] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    1.618074] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.628261] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.636390] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
    [    1.644524] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    1.657400] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.664538] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    1.671022] pps pps0: new PPS source ptp0
    [    1.675355] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.685776] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    1.697183] mmc0: CQHCI version 5.10
    [    1.702219] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.708980] pca953x 1-0022: using AI
    [    1.739822] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.739911] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [    1.752410] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    1.759387] Creating 7 MTD partitions on "fc40000.spi.0":
    [    1.764786] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    1.771520] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    1.777912] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    1.784335] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    1.790531] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    1.797384] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    1.803807] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    1.817146] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    1.817573] mmc1: CQHCI version 5.10
    [    1.817672] mmc2: CQHCI version 5.10
    [    1.826506] debugfs: Directory 'pd:186' with parent 'pm_genpd' already present!
    [    1.839199] mmc0: Command Queue Engine enabled
    [    1.843709] mmc0: new HS200 MMC card at address 0001
    [    1.843838] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [    1.849434] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
    [    1.859398] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    [    1.871124]  mmcblk0: p1 p2
    [    1.874764] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
    [    1.875968] ALSA device list:
    [    1.876807] sdhci-am654 fa20000.mmc: card claims to support voltages below defined range
    [    1.880976] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
    [    1.882730]   No soundcards found.
    [    1.889749] mmc2: new high speed SDIO card at address 0001
    [    1.891768] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
    [    3.339125] sdhci-am654 fa00000.mmc: Power on failed
    [    3.375347] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    3.384735] /dev/root: Can't open blockdev
    [    3.388885] VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
    [    3.396374] Please append a correct "root=" boot option; here are the available partitions:
    [    3.404796] 1f00             512 mtdblock0
    [    3.404810]  (driver?)
    [    3.411407] 1f01            2048 mtdblock1
    [    3.411418]  (driver?)
    [    3.417987] 1f02            4096 mtdblock2
    [    3.417996]  (driver?)
    [    3.424546] 1f03             256 mtdblock3
    [    3.424553]  (driver?)
    [    3.431127] 1f04             256 mtdblock4
    [    3.431135]  (driver?)
    [    3.437694] 1f05           57088 mtdblock5
    [    3.437700]  (driver?)
    [    3.444261] 1f06             256 mtdblock6
    [    3.444268]  (driver?)
    [    3.450829] b300        15540224 mmcblk0
    [    3.450834]  driver: mmcblk
    [    3.457636]   b301           16384 mmcblk0p1 6246842f-01
    [    3.457642]
    [    3.464435]   b302        15522816 mmcblk0p2 6246842f-02
    [    3.464441]
    [    3.471258] b320           32256 mmcblk0boot0
    [    3.471263]  (driver?)
    [    3.478074] b340           32256 mmcblk0boot1
    [    3.478079]  (driver?)
    [    3.484870] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
    [    3.493126] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 6.1.80-ti-g2e423244f8c0 #1
    [    3.500514] Hardware name: Texas Instruments AM625 SK (DT)
    [    3.505991] Call trace:
    [    3.508433]  dump_backtrace.part.0+0xdc/0xf0
    [    3.512712]  show_stack+0x18/0x30
    [    3.516022]  dump_stack_lvl+0x68/0x84
    [    3.519684]  dump_stack+0x18/0x34
    [    3.522994]  panic+0x188/0x348
    [    3.526045]  mount_block_root+0x188/0x23c
    [    3.530052]  mount_root+0x208/0x248
    [    3.533534]  prepare_namespace+0x130/0x170
    [    3.537625]  kernel_init_freeable+0x258/0x284
    [    3.541976]  kernel_init+0x24/0x130
    [    3.545463]  ret_from_fork+0x10/0x20
    [    3.549036] SMP: stopping secondary CPUs
    [    3.552956] Kernel Offset: disabled
    [    3.556435] CPU features: 0x00000,00800084,0000420b
    [    3.561305] Memory Limit: none
    [    3.564360] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) ]---

  • Yes, you will have to mount root filesystem in OSPI flash.

    One quick way to test using SD card is to flash the wic image and use SD card as boot media to see if your Linux images boot.

    But if the goal is to be able to boot completely from OSPI, you will have to create a ubifs image and flash it into your mtd partition in OSPI, I cannot provide the steps to the above method right away. You can refer to the following documentations as required.
    https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1018036/am6442-how-to-create-ospi-rootfs-ubifs-and-boot-linux-from-ospi-without-sd/3769546#3769546

    Regards,
    Aparna

  • Thank you for your quick response.

    Is it Possible to give the steps for booting Prebuilt Linux Binaries through UART or USB DFU method? Currently we don't want to flash the linux images into storage devices(OSPI-Flash).

    We took the linux binaries from below path

    ti-processor-linux-sdk/board-support/prebuilt-Images

    • Image
    • k3-am625-sk.dtb

    Thanks & Regards,

    Yashavantha Gowda

  • Hi Aparna,

    we have Linux images and working Uboot for UART/USB DFU mode, Also we have TFTP options available.

    can you give us steps to do TFTP Linux image to Eval board ?

    Thanks & Regards,

    Yashavantha Gowda

  • Hi Aparna,

    Thank you for your reply.

    We want steps to Boot Linux binaries through UART/TFTP. hope our query is cleared.

    We need only steps for Booting the Linux OS image through TFTP/UART any of one Mode.

    Note: Currently we don't want to flash our images in storage media.(No Emmc,No SD card, Not required for Flash)

  • Hi Aparna,

    Looking forward to your response.

  • Hi,

    You will have to create an initram fs image to boot kernel via Ethernet or DFU

    Steps to create, load and use a .cpio-formatted rootfs image to boot Linux from U-Boot: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1176944/faq-linux-how-to-boot-sitara-am3x-am4x-am6x-devices-from-initramfs-cpio-archive-ram-disk

    Regards,
    Aparna

  • Hi Aparna,

    Sorry, i was on leave last week.

    Thank you for sharing the steps 

    I followed the approach below through USB-DFU:

    Reference:  [FAQ] Linux: How to boot Sitara AM3x/AM4x/AM6x devices from initramfs (.cpio Archive, RAM Disk) - Processors forum - Processors - TI E2E support forums

    Option 2b: Load a standard cpio image in U-Boot and pass it directly to the Kernel through initrd=

    Procedure i followed for USB-DFU

    setenv dfu_alt_info "k3-am625-sk.dtb ram ${fdtaddr} 0x300000"   
    dfu 0 ram 0
    DFU prompt - dfu-util.exe -a 0 -D k3-am625-sk.dtb

     setenv dfu_alt_info "Image-am62xx-evm.bin ram ${loadaddr} 0x3500000"
    dfu 0 ram 0
    DFU prompt - dfu-util.exe -a 0 -D Image-am62xx-evm.bin

    setenv dfu_alt_info "tisdk-tiny-initramfs-am62xx-evm.cpio ram ${rdaddr} 0x1000000"   
    dfu 0 ram 0
    DFU prompt - dfu-util.exe -a 0 -D tisdk-tiny-initramfs-am62xx-evm.cpio

     

    => setenv args_initramfs 'setenv bootargs console=${console} ${optargs} initrd=${rdaddr},0x${filesize}'
    => run args_all args_initramfs
    => booti ${loadaddr} - ${fdtaddr}

    I used the tisdk-tiny-initramfs-am62xx-evm.cpio image from the SDK/filesystem folder and the k3-am625-sk.dtb and Image-am62xx-evm.bin binaries from the prebuilt images folder.

     

    However, we are encountering an error while booting the linux image  & attached the logs

    => printenv fdtaddr
    fdtaddr=0x88000000
    => printenv loadaddr
    loadaddr=0x82000000
    => printenv rdaddr
    rdaddr=0x88080000
    => setenv dfu_alt_info "k3-am625-sk.dtb ram ${fdtaddr} 0x300000"
    => dfu 0 ram 0
    generic_phy_get_bulk : no phys property
    #DOWNLOAD ... OK
    Ctrl+C to exit ...
    => setenv dfu_alt_info "Image-am62xx-evm.bin ram ${loadaddr} 0x3500000"
    => dfu 0 ram 0
    generic_phy_get_bulk : no phys property
    ##########################################################################DOWNLOAD ... OK
    Ctrl+C to exit ...
    => setenv dfu_alt_info "tisdk-tiny-initramfs-am62xx-evm.cpio ram ${rdaddr} 0x1000000"
    => dfu 0 ram 0
    generic_phy_get_bulk : no phys property
    #####################################DOWNLOAD ... OK
    Ctrl+C to exit ...
    => setenv args_initramfs 'setenv bootargs console=${console} ${optargs} initrd=${rdaddr},0x${filesize}'
    => printenv args_initramfs
    args_initramfs=setenv bootargs console=${console} ${optargs} initrd=${rdaddr},0x${filesize}
    => setenv args_initramfs 'setenv bootargs console=${console} ${optargs} initrd=${rdaddr},0x92AE00'
    => printenv <INTERRUPT>
    => printenv args_initramfs
    args_initramfs=setenv bootargs console=${console} ${optargs} initrd=${rdaddr},0x92AE00
    => run args_all args_initramfs
    => booti ${loadaddr} - ${fdtaddr}
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 000000008ffee000, end 000000008ffff899 ... OK
    Working FDT set to 8ffee000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.1.80-ti-g2e423244f8c0 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024
    [    0.000000] Machine model: Texas Instruments AM625 SK
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000f8000000, size 128 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    [    0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009c7fffff]
    [    0.000000]   node   0: [mem 0x000000009c800000-0x000000009e6fffff]
    [    0.000000]   node   0: [mem 0x000000009e700000-0x000000009e77ffff]
    [    0.000000]   node   0: [mem 0x000000009e780000-0x000000009fffffff]
    [    0.000000]   node   0: [mem 0x00000000a0000000-0x00000000ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    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.4
    [    0.000000] percpu: Embedded 20 pages/cpu s41064 r8192 d32664 u81920
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 516096
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),98048k@32m(ospi.rootfs),256k@130816k(ospi.phypattern);omap2-nand.0:2m(NAND.tiboot3),2m(NAND.tispl),2m(NAND.tiboot3.backup),4m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.u-boot-env.backup),-(NAND.file-system) earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),98048k@32m(ospi.rootfs),256k@130816k(ospi.phypattern);omap2-nand.0:2m(NAND.tiboot3),2m(NAND.tispl),2m(NAND.tiboot3.backup),4m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.u-boot-env.backup),-(NAND.file-system) initrd=0x88080000,0x92AE00
    [    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 1838944K/2097152K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 127136K reserved, 131072K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU event tracing is enabled.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [    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=4
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 256 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: gic_handle_irq
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
    [    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 @80800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080040000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080050000
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008551] Console: colour dummy device 80x25
    [    0.013149] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023831] pid_max: default: 32768 minimum: 301
    [    0.028598] LSM: Security Framework initializing
    [    0.033451] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.041037] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.050843] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.058294] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.064595] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.071992] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.078384] rcu: Hierarchical SRCU implementation.
    [    0.083291] rcu:     Max phase no-delay instances is 1000.
    [    0.088892] Platform MSI: msi-controller@1820000 domain created
    [    0.095190] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.104589] EFI services will not be available.
    [    0.109517] smp: Bringing up secondary CPUs ...
    [    5.137449] CPU1: failed to come online
    [    5.141373] CPU1: failed in unknown state : 0x0
    [   10.265354] CPU2: failed to come online
    [   10.269279] CPU2: failed in unknown state : 0x0
    [   15.393256] CPU3: failed to come online
    [   15.397182] CPU3: failed in unknown state : 0x0
    [   15.401877] smp: Brought up 1 node, 1 CPU
    [   15.405988] SMP: Total of 1 processors activated.
    [   15.410813] CPU features: detected: 32-bit EL0 Support
    [   15.416073] CPU features: detected: CRC32 instructions
    [   15.421388] CPU: All CPU(s) started at EL2
    [   15.425574] alternatives: applying system-wide alternatives
    [   15.433041] devtmpfs: initialized
    [   15.444492] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [   15.454551] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [   15.466581] pinctrl core: initialized pinctrl subsystem
    [   15.472595] DMI not present or invalid.
    [   15.477157] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [   15.484028] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [   15.491343] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [   15.499376] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [   15.507546] audit: initializing netlink subsys (disabled)
    [   15.513760] thermal_sys: Registered thermal governor 'step_wise'
    [   15.513771] thermal_sys: Registered thermal governor 'power_allocator'
    [   15.519936] audit: type=2000 audit(15.408:1): state=initialized audit_enabled=0 res=1
    [   15.534658] cpuidle: using governor menu
    [   15.538844] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [   15.545830] ASID allocator initialised with 65536 entries
    [   15.561529] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@f0000/pinctrl@a40000/cpsw-cpts
    [   15.574547] KASLR disabled due to lack of seed
    [   15.585782] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [   15.592809] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [   15.599292] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [   15.606236] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [   15.612645] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [   15.619584] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [   15.625992] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [   15.632932] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [   15.640823] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [   15.651328] iommu: Default domain type: Translated
    [   15.656370] iommu: DMA domain TLB invalidation policy: strict mode
    [   15.663058] SCSI subsystem initialized
    [   15.667266] usbcore: registered new interface driver usbfs
    [   15.672923] usbcore: registered new interface driver hub
    [   15.678379] usbcore: registered new device driver usb
    [   15.684009] pps_core: LinuxPPS API ver. 1 registered
    [   15.689089] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [   15.698447] PTP clock support registered
    [   15.702588] EDAC MC: Ver: 3.0.0
    [   15.706716] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [   15.713771] FPGA manager framework
    [   15.717330] Advanced Linux Sound Architecture Driver Initialized.
    [   15.724526] clocksource: Switched to clocksource arch_sys_counter
    [   15.731059] VFS: Disk quotas dquot_6.6.0
    [   15.735117] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [   15.747471] NET: Registered PF_INET protocol family
    [   15.752784] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [   15.762175] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [   15.770994] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [   15.778932] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [   15.787138] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [   15.795147] TCP: Hash tables configured (established 16384 bind 16384)
    [   15.802075] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [   15.808992] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [   15.816529] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [   15.822813] RPC: Registered named UNIX socket transport module.
    [   15.828920] RPC: Registered udp transport module.
    [   15.833730] RPC: Registered tcp transport module.
    [   15.838538] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [   15.845130] NET: Registered PF_XDP protocol family
    [   15.850043] PCI: CLS 0 bytes, default 64
    [   15.854326] Unpacking initramfs...
    [   15.858349] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [   15.878813] Initialise system trusted keyrings
    [   15.893011] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [   15.913653] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [   15.929565] NFS: Registering the id_resolver key type
    [   15.940690] Key type id_resolver registered
    [   15.948701] Key type id_legacy registered
    [   15.956745] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [   15.972634] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [   15.980800] Freeing initrd memory: 9384K
    [   16.020301] Key type asymmetric registered
    [   16.024499] Asymmetric key parser 'x509' registered
    [   16.029545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [   16.037341] io scheduler mq-deadline registered
    [   16.041992] io scheduler kyber registered
    [   16.049621] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [   16.056258] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [   16.063879] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [   16.076180] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [   16.091954] loop: module loaded
    [   16.096392] megasas: 07.719.03.00-rc1
    [   16.103350] tun: Universal TUN/TAP device driver, 1.6
    [   16.109352] VFIO - User Level meta-driver version: 0.3
    [   16.115401] usbcore: registered new interface driver usb-storage
    [   16.122155] i2c_dev: i2c /dev entries driver
    [   16.127983] sdhci: Secure Digital Host Controller Interface driver
    [   16.134346] sdhci: Copyright(c) Pierre Ossman
    [   16.139088] sdhci-pltfm: SDHCI platform and OF driver helper
    [   16.145541] ledtrig-cpu: registered to indicate activity on CPUs
    [   16.151849] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [   16.158843] usbcore: registered new interface driver usbhid
    [   16.164548] usbhid: USB HID core driver
    [   16.169364] optee: probing for conduit method.
    [   16.173952] optee: revision 4.1 (012cdca4)
    [   16.174242] optee: dynamic shared memory is enabled
    [   16.183822] optee: initialized driver
    [   16.189333] Initializing XFRM netlink socket
    [   16.193796] NET: Registered PF_PACKET protocol family
    [   16.199061] Key type dns_resolver registered
    [   16.203839] registered taskstats version 1
    [   16.208058] Loading compiled-in X.509 certificates
    [   16.223446] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.7--v09.02.07 (Kool Koala)')
    [   16.277265] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
    [   16.307214] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [   16.314526] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [   16.321434] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [   16.327428] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [   16.336686] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [   16.349022] ti-udma 485c0100.dma-controller: Number of rings: 82
    [   16.357265] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [   16.368251] ti-udma 485c0000.dma-controller: Number of rings: 150
    [   16.378307] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [   16.388444] printk: console [ttyS2] disabled
    [   16.392964] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 240, base_baud = 3000000) is a 8250
    [   16.401864] printk: console [ttyS2] enabled
    [   16.401864] printk: console [ttyS2] enabled
    [   16.410325] printk: bootconsole [ns16550a0] disabled
    [   16.410325] printk: bootconsole [ns16550a0] disabled
    [   16.421764] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [   16.468537] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [   16.484243] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver unknown
    [   16.492205] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver unknown
    [   16.500232] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [   16.513232] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [   16.519519] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [   16.526651] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [   16.533170] pps pps0: new PPS source ptp0
    [   16.537423] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [   16.547622] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [   16.557569] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1250000 KHz, changing to: 1000000 KHz
    [   16.571199] mmc0: CQHCI version 5.10
    [   16.582225] pca953x 1-0022: supply vcc not found, using dummy regulator
    [   16.589099] pca953x 1-0022: using AI
    [   16.616612] mm
    :

     

    [ 16.537423] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [ 16.547622] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [ 16.557569] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1250000 KHz, changing to: 1000000 KHz
    [ 16.571199] mmc0: CQHCI version 5.10
    [ 16.582225] pca953x 1-0022: supply vcc not found, using dummy regulator
    [ 16.589099] pca953x 1-0022: using AI
    [ 16.616612] mm

    Could you please help us to resolve this issue ?

  • Hi Aparna,

    could you please help us on this issue ? this issue is not resolved yet.

  • Hello Aparna,

    Good morning

    We are waiting for your response

  • Hi Aparna,

    Could you please Help us on this issue ?