Other Parts Discussed in Thread: DS90CF383
Tool/software:
I have a am335-evm custom board on which I need to bring up the kernel - peripherals and file system prompt.
I have compiled the kernel from https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/?h=linux-6.1.y link and also made modifications on the device tree as per the schematics.
Below are the logs when "rootwait" argument is not passed.
Requesting support on how to proceed further. Let me know if further information is required.
[ 0.369956] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 38, base_baud = 3000000) is a OMAP UART0
[ 2.231286] printk: console [ttyO0] enabled
[ 2.237953] clk: Disabling unused clocks
[ 2.243952] /dev/root: Can't open blockdev
[ 2.248285] VFS: Cannot open root device "mmcblk0p2" or unknown-block(0,0): error -6
[ 2.256419] Please append a correct "root=" boot option; here are the available partitions:
[ 2.265148] 0100 16384 ram0
[ 2.265158] (driver?)
[ 2.271520] 0101 16384 ram1
[ 2.271526] (driver?)
[ 2.277901] 0102 16384 ram2
[ 2.277908] (driver?)
[ 2.284269] 0103 16384 ram3
[ 2.284276] (driver?)
[ 2.290626] 0104 16384 ram4
[ 2.290632] (driver?)
[ 2.297003] 0105 16384 ram5
[ 2.297010] (driver?)
[ 2.303364] 0106 16384 ram6
[ 2.303370] (driver?)
[ 2.309728] 0107 16384 ram7
[ 2.309734] (driver?)
[ 2.316099] 0108 16384 ram8
[ 2.316105] (driver?)
[ 2.322457] 0109 16384 ram9
[ 2.322463] (driver?)
[ 2.328820] 010a 16384 ram10
[ 2.328826] (driver?)
[ 2.335281] 010b 16384 ram11
[ 2.335287] (driver?)
[ 2.341763] 010c 16384 ram12
[ 2.341769] (driver?)
[ 2.348255] 010d 16384 ram13
[ 2.348262] (driver?)
[ 2.354746] 010e 16384 ram14
[ 2.354753] (driver?)
[ 2.361229] 010f 16384 ram15
[ 2.361235] (driver?)
[ 2.367732] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[ 2.376396] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) ]---