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