
19 Feb
2016
19 Feb
'16
5:36 a.m.
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-tp... Sent from the U-Boot mailing list archive at Nabble.com.