Booting/rootfs from SD card

Hi,

Where uboot reads and gets extlinux.conf is the place to get kernel and dtb from.

In your case, uboot tries to extlinux.conf from sdcard slot so the kernel and dtb from all from sd.
Then, based on your device in “root=”, the kernel decides where to read the rootfs.

1 Like