Other Parts Discussed in Thread: AM5728
Hello!
We are trying to boot linux 5.14 without an initial ram file system. We are using the mainlined device tree (with minor modifications), but it just won't boot without an initial ram filesystem.
[ 5.287658][ T1] VFS: Cannot open root device "mmcblk0p4" or unknown-block(0,0): error -6
[ 5.296142][ T1] Please append a correct "root=" boot option; here are the available partitions:
[ 5.305236][ T1] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
I have built a few modules into the kernel namely the omap-sdhci module, but I'm clearly missing something. The MMC initialisation never happens!
Anyone know what steps I can take to resolve this?
James