Part Number: SK-AM62
Other Parts Discussed in Thread: AM625
Hi everyone,
below i mentioned bootlog for AM625 board Yocto build image that SDK version is 09.01.00.0.Now i am doing SD CARD booting.it came kernel panic Error.before is working for SD card booting. after that i am doing Emmc flashing,that time i am getting kernel panic error . How to resolve this issue?
my sd card is 2 partitions. mmcblk1p1 for boot file and mmcblk1p2 for root file system.
U-Boot SPL 2021.01-g74fc69c889 (Mar 15 2024 - 05:38:34 +0000) SYSFW ABI: 3.1 (firmware rev 0x0008 '8.3.2--v08.03.02 (Jolly Jellyfi') Trying to boot from MMC2 Loading Environment from MMC... *** Warning - No MMC card found, using default environment Starting ATF on ARM64 core... NOTICE: BL31: v2.6(release):08.04.00.002-dirty NOTICE: BL31: Built : 05:29:11, Mar 15 2024 U-Boot SPL 2021.01-g74fc69c889 (Mar 15 2024 - 05:34:49 +0000) SYSFW ABI: 3.1 (firmware rev 0x0008 '8.3.2--v08.03.02 (Jolly Jellyfi') Trying to boot from MMC2 i2c_write: error waiting for data ACK (status=0x116) pca953x gpio@22: Error reading output register U-Boot 2021.01-g74fc69c889 (Mar 15 2024 - 05:34:49 +0000) SoC: AM62X SR1.0 Model: Texas Instruments AM625 SK EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed 1 DRAM: 2 GiB MMC: mmc@fa10000: 0, mmc@fa00000: 1, mmc@fa20000: 2 Loading Environment from MMC... MMC: block number 0x3500 exceeds max(0x2000) *** Warning - !read failed, using default environment In: serial@2800000 Out: serial@2800000 Err: serial@2800000 EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed 1 Net: eth0: ethernet@8000000port@1 Hit any key to stop autoboot: 0 i2c_write: error waiting for data ACK (status=0x116) pca953x gpio@22: Error reading output register switch to partitions #0, OK mmc1 is current device i2c_write: error waiting for data ACK (status=0x116) pca953x gpio@22: Error reading output register SD/MMC found on device 1 Failed to load 'boot.scr' 1490 bytes read in 2 ms (727.5 KiB/s) Loaded env from uEnv.txt Importing environment from mmc1 ... Running uenvcmd ... 1 bytes read in 2 ms (0 Bytes/s) Already setup. 18452992 bytes read in 737 ms (23.9 MiB/s) 45014 bytes read in 5 ms (8.6 MiB/s) ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Device Tree to 000000008fef1000, end 000000008fffffff ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.10.109-g9e58028f94 (oe-user@oe-host) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Arc4 [ 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 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 15 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 0x000000009db00000, size 12 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-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-0x000000009cafffff] [ 0.000000] node 0: [mem 0x000000009cb00000-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] cma: Reserved 144 MiB at 0x00000000f4000000 [ 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 s49880 r8192 d32040 u90112 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=28016719-02 rw rootfstyt [ 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: 1836748K/2097152K available (10816K kernel code, 1124K rwdata, 4184K rodata, 1792K init, 433K bss, 112948K re) [ 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] 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] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 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 @0x0000000080030000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000 [ 0.000000] random: get_random_bytes called from start_kernel+0x31c/0x4c4 with crng_init=0 [ 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.000004] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.008475] Console: colour dummy device 80x25 [ 0.013066] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023747] pid_max: default: 32768 minimum: 301 [ 0.028554] LSM: Security Framework initializing [ 0.033339] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.040921] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.050625] rcu: Hierarchical SRCU implementation. [ 0.055801] Platform MSI: msi-controller@1820000 domain created [ 0.062072] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created [ 0.071311] EFI services will not be available. [ 0.076183] smp: Bringing up secondary CPUs ... [ 0.091998] Detected VIPT I-cache on CPU1 [ 0.092034] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000 [ 0.092050] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000 [ 0.092113] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.103324] Detected VIPT I-cache on CPU2 [ 0.103352] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000 [ 0.103363] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000 [ 0.103401] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.114597] Detected VIPT I-cache on CPU3 [ 0.114619] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000 [ 0.114630] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000 [ 0.114666] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.114735] smp: Brought up 1 node, 4 CPUs [ 0.194450] SMP: Total of 4 processors activated. [ 0.199266] CPU features: detected: 32-bit EL0 Support [ 0.204532] CPU features: detected: CRC32 instructions [ 0.217427] CPU: All CPU(s) started at EL2 [ 0.221637] alternatives: patching kernel code [ 0.227347] devtmpfs: initialized [ 0.236555] KASLR disabled due to lack of seed [ 0.241306] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.251284] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.262730] pinctrl core: initialized pinctrl subsystem [ 0.268730] DMI not present or invalid. [ 0.273187] NET: Registered protocol family 16 [ 0.279407] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.286759] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.294833] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.303555] thermal_sys: Registered thermal governor 'step_wise' [ 0.303560] thermal_sys: Registered thermal governor 'power_allocator' [ 0.310106] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.323826] ASID allocator initialised with 65536 entries [ 0.351800] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.358684] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 0.365538] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.372389] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 0.380246] cryptd: max_cpu_qlen set to 1000 [ 0.387370] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected [ 0.396396] vcc_5v0: supplied by vmain_pd [ 0.400976] vcc_3v3_sys: supplied by vmain_pd [ 0.405837] vcc_1v8: supplied by vcc_3v3_sys [ 0.411059] iommu: Default domain type: Translated [ 0.416391] SCSI subsystem initialized [ 0.420583] mc: Linux media interface: v0.10 [ 0.424971] videodev: Linux video capture interface: v2.00 [ 0.430648] pps_core: LinuxPPS API ver. 1 registered [ 0.435724] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.445073] PTP clock support registered [ 0.449110] EDAC MC: Ver: 3.0.0 [ 0.452883] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100 [ 0.459985] FPGA manager framework [ 0.463539] Advanced Linux Sound Architecture Driver Initialized. [ 0.470677] clocksource: Switched to clocksource arch_sys_counter [ 0.477134] VFS: Disk quotas dquot_6.6.0 [ 0.481202] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.493750] NET: Registered protocol family 2 [ 0.498468] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.507197] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) [ 0.515982] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.524189] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 0.531919] TCP: Hash tables configured (established 16384 bind 16384) [ 0.538824] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.545721] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.553178] NET: Registered protocol family 1 [ 0.558101] RPC: Registered named UNIX socket transport module. [ 0.564177] RPC: Registered udp transport module. [ 0.569011] RPC: Registered tcp transport module. [ 0.573826] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.580422] PCI: CLS 0 bytes, default 64 [ 0.585296] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available [ 0.597208] Initialise system trusted keyrings [ 0.601970] workingset: timestamp_bits=46 max_order=19 bucket_order=0 [ 0.612309] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.618851] NFS: Registering the id_resolver key type [ 0.624054] Key type id_resolver registered [ 0.628332] Key type id_legacy registered [ 0.632493] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.639349] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.647110] 9p: Installing v9fs 9p2000 file system support [ 0.688968] Key type asymmetric registered [ 0.693166] Asymmetric key parser 'x509' registered [ 0.698193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.705758] io scheduler mq-deadline registered [ 0.710390] io scheduler kyber registered [ 0.716296] pinctrl-single 4084000.pinctrl: 34 pins, size 136 [ 0.722646] pinctrl-single f4000.pinctrl: 171 pins, size 684 [ 0.735319] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled [ 0.755202] brd: module loaded [ 0.765462] loop: module loaded [ 0.769461] megasas: 07.714.04.00-rc1 [ 0.776542] tun: Universal TUN/TAP device driver, 1.6 [ 0.782278] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 0.788700] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 0.794806] sky2: driver version 1.30 [ 0.799365] VFIO - User Level meta-driver version: 0.3 [ 0.805630] i2c /dev entries driver [ 0.810033] sdhci: Secure Digital Host Controller Interface driver [ 0.816359] sdhci: Copyright(c) Pierre Ossman [ 0.821098] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.827878] ledtrig-cpu: registered to indicate activity on CPUs [ 0.834367] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.842010] optee: probing for conduit method. [ 0.846625] optee: revision 3.12 (3d47a131) [ 0.847105] optee: initialized driver [ 0.857041] NET: Registered protocol family 17 [ 0.861756] 9pnet: Installing 9P2000 support [ 0.866183] Key type dns_resolver registered [ 0.870768] Loading compiled-in X.509 certificates [ 0.885547] ti-sci 44043000.system-controller: ti,ctx-memory-region is required for suspend but not provided. [ 0.895719] ti-sci 44043000.system-controller: ti_sci_init_suspend failed, mem suspend will be non-functional. [ 0.905959] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0008 '8.3.2--v08.03.02 (Jolly Jellyfi') [ 1.479302] davinci-mcasp 2b10000.mcasp: IRQ common not found [ 1.540452] Zumi SK ********************************* [ 1.566884] random: fast init done [ 1.571925] Zumi tps65219_gpio_probe [ 1.575806] Zumi tps65219_gpio_get_direction TP1 [ 1.581057] Zumi tps65219_gpio_get_direction TP1 [ 1.585958] Zumi tps65219_gpio_get_direction TP2 [ 1.590854] Zumi tps65219_gpio_get_direction TP1 [ 1.595750] Zumi tps65219_gpio_get_direction TP2 [ 1.600886] Zumi tps65219_probe power button [ 1.605639] Zumi ###### tps65219_probe [ 1.609656] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz [ 1.622625] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz [ 1.628947] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created [ 1.637312] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created [ 1.646576] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created [ 1.655626] ti-bcdma 485c0100.dma-controller: Number of rings: 82 [ 1.663848] ti-bcdma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18) [ 1.675061] ti-pktdma 485c0000.dma-controller: Number of rings: 150 [ 1.685283] ti-pktdma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15) [ 1.695952] printk: console [ttyS2] disabled [ 1.700402] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 19, base_baud = 3000000) is a 8250 [ 1.709170] printk: console [ttyS2] enabled [ 1.709170] printk: console [ttyS2] enabled [ 1.717614] printk: bootconsole [ns16550a0] disabled [ 1.717614] printk: bootconsole [ns16550a0] disabled [ 1.729213] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 20, base_baud = 3000000) is a 8250 [ 1.738481] pinctrl-single f4000.pinctrl: pin PIN122 already requested by 20010000.i2c; cannot claim for 2820000.serial [ 1.749268] pinctrl-single f4000.pinctrl: pin-122 (2820000.serial) status -22 [ 1.756397] pinctrl-single f4000.pinctrl: could not request pin 122 (PIN122) from group j13-pins-default on device pinctrl-single [ 1.768131] omap8250 2820000.serial: Error applying setting, reverse things back [ 1.775539] omap8250: probe of 2820000.serial failed with error -22 [ 1.898698] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.908220] mdio_bus 8000f00.mdio: MDIO device at address 1 is missing. [ 1.914844] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver Microsemi VSC8531 [ 1.923634] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 qui2 [ 1.937452] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19 [ 1.944236] am65-cpsw-nuss 8000000.ethernet: Use random MAC address [ 1.950510] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5 [ 1.957634] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512 [ 1.969731] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0 [ 1.993296] rtc-ti-k3 2b1f0000.rtc: registered as rtc0 [ 1.998480] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:09 UTC (9) [ 2.049933] davinci-mcasp 2b10000.mcasp: IRQ common not found [ 2.066619] random: crng init done [ 2.092541] mmc0: CQHCI version 5.10 [ 2.137521] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit [ 2.188785] vdd_mmc1: supplied by vcc_3v3_sys [ 2.193632] wlan_en: supplied by vcc_3v3_sys [ 2.198882] sii902x 1-003b: supply iovcc not found, using dummy regulator [ 2.205791] sii902x 1-003b: supply cvcc12 not found, using dummy regulator [ 2.228256] mmc0: Command Queue Engine enabled [ 2.232729] mmc0: new HS200 MMC card at address 0001 [ 2.237463] i2c i2c-1: Added multiplexed i2c bus 2 [ 2.238300] mmcblk0: mmc0:0001 008GB1 7.28 GiB [ 2.247251] mmcblk0boot0: mmc0:0001 008GB1 partition 1 4.00 MiB [ 2.253360] mmcblk0boot1: mmc0:0001 008GB1 partition 2 4.00 MiB [ 2.259486] mmcblk0rpmb: mmc0:0001 008GB1 partition 3 4.00 MiB, chardev (237:0) [ 2.268612] mmcblk0: p1 p2 [ 2.307849] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0 [ 2.315624] tidss 30200000.dss: [drm] Cannot find any crtc or sizes [ 2.356010] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present! [ 2.574769] ALSA device list: [ 2.577746] No soundcards found. [ 2.580618] mmc2: CQHCI version 5.10 [ 2.606990] mmc1: CQHCI version 5.10 [ 2.626080] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit [ 2.644081] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit [ 2.677004] mmc2: new ultra high speed DDR50 SDIO card at address 0001 [ 2.686187] EXT4-fs (mmcblk0p2): ext4_check_descriptors: Checksum for group 0 failed (57863!=10178) [ 2.695236] EXT4-fs (mmcblk0p2): group descriptors corrupted! [ 2.701061] VFS: Cannot open root device "PARTUUID=28016719-02" or unknown-block(179,2): error -117 [ 2.705904] mmc1: new ultra high speed SDR104 SDHC card at address aaaa [ 2.710104] Please append a correct "root=" boot option; here are the available partitions: [ 2.717457] mmcblk1: mmc1:aaaa SC16G 14.8 GiB [ 2.725046] 0100 4096 ram0 [ 2.729476] (driver?) [ 2.734205] mmcblk1: p1 p2 [ 2.735583] 0101 4096 ram1 [ 2.735588] (driver?) [ 2.744479] 0102 4096 ram2 [ 2.744482] (driver?) [ 2.750586] 0103 4096 ram3 [ 2.750590] (driver?) [ 2.756687] 0104 4096 ram4 [ 2.756689] (driver?) [ 2.762785] 0105 4096 ram5 [ 2.762788] (driver?) [ 2.768880] 0106 4096 ram6 [ 2.768882] (driver?) [ 2.774978] 0107 4096 ram7 [ 2.774981] (driver?) [ 2.781073] 0108 4096 ram8 [ 2.781075] (driver?) [ 2.787178] 0109 4096 ram9 [ 2.787181] (driver?) [ 2.793272] 010a 4096 ram10 [ 2.793275] (driver?) [ 2.799519] 010b 4096 ram11 [ 2.799523] (driver?) [ 2.805733] 010c 4096 ram12 [ 2.805736] (driver?) [ 2.811984] 010d 4096 ram13 [ 2.811987] (driver?) [ 2.818172] 010e 4096 ram14 [ 2.818174] (driver?) [ 2.824376] 010f 4096 ram15 [ 2.824379] (driver?) [ 2.830567] b300 7634944 mmcblk0 [ 2.830571] driver: mmcblk [ 2.837360] b301 135822 mmcblk0p1 28016719-01 [ 2.837363] [ 2.844150] b302 583260 mmcblk0p2 28016719-02 [ 2.844153] [ 2.850946] b360 15558144 mmcblk1 [ 2.850950] driver: mmcblk [ 2.857734] b361 135822 mmcblk1p1 28016719-01 [ 2.857737] [ 2.864521] b362 583260 mmcblk1p2 28016719-02 [ 2.864523] [ 2.871314] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2) [ 2.879738] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 5.10.109-g9e58028f94 #1 [ 2.886854] Hardware name: Texas Instruments AM625 SK (DT) [ 2.892327] Call trace: [ 2.894778] dump_backtrace+0x0/0x1a0 [ 2.898432] show_stack+0x18/0x68 [ 2.901742] dump_stack+0xd0/0x12c [ 2.905133] panic+0x16c/0x334 [ 2.908182] mount_block_root+0x1c4/0x254 [ 2.912179] mount_root+0x10c/0x140 [ 2.915657] prepare_namespace+0x130/0x170 [ 2.919741] kernel_init_freeable+0x25c/0x2a0 [ 2.924089] kernel_init+0x14/0x114 [ 2.927568] ret_from_fork+0x10/0x34 [ 2.931139] SMP: stopping secondary CPUs [ 2.935057] Kernel Offset: disabled [ 2.938534] CPU features: 0x0040002,2000200c [ 2.942791] Memory Limit: none [ 2.945845] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2) ]---