Hello,
I built the petalinux image files from your bsp uz7ev_evcc_2020_1.bsp without modifying any configuration. I built it with the command:
petalinux-build -c avnet-image-full
During the boot of my UltraZed-EV SOM at a certain point I get the kernel panic reported in the following:
......................................
12.808660] b318 15558144 mmcblk1
[ 12.808661] driver: mmcblk
[ 12.815452] b319 15554048 mmcblk1p1 5f175d8d-01
[ 12.815454]
[ 12.822235] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,26)
[ 12.830751] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.4.0-xilinx-v2020.1 #1
[ 12.837873] Hardware name: xlnx,zynqmp (DT)
[ 12.842040] Call trace:
[ 12.844476] dump_backtrace+0x0/0x140
[ 12.848126] show_stack+0x14/0x20
[ 12.851427] dump_stack+0xac/0xd0
[ 12.854733] panic+0x140/0x2f8
[ 12.857771] mount_block_root+0x1d0/0x284
[ 12.861762] mount_root+0x124/0x158
[ 12.865235] prepare_namespace+0x15c/0x1a4
[ 12.869314] kernel_init_freeable+0x234/0x258
[ 12.873655] kernel_init+0x10/0xfc
[ 12.877041] ret_from_fork+0x10/0x18
[ 12.880600] SMP: stopping secondary CPUs
[ 12.884513] Kernel Offset: disabled
[ 12.887985] CPU features: 0x0002,20002004
[ 12.891976] Memory Limit: none
[ 12.895019] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,26) ]---
Do you know what is wrong here?
Thank you
Daniele