I am trying to figure out how the bootm command in U-Boot works. It seems to
be a state machine that goes from start->findos->findother (fdt)->loados
etc.

However I am having trouble understanding how, since my linux image is
stored in some partition on the device (eMMC), does that get loaded into
memory?

Originally I thought this was what bootm_find_os and bootm_load_os does, but
they don't seem to access the block devices or filesystem or contain code
that reads in the linux and fdt images into memory. 

Am I missing a step here? 



--
View this message in context: 
http://u-boot.10912.n7.nabble.com/U-Boot-loading-kernel-from-mmc-question-tp246390.html
Sent from the U-Boot mailing list archive at Nabble.com.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to