Is it possible to place uImage in eMMC boot0 partition?

Sean Anderson seanga2 at gmail.com
Wed Feb 24 16:08:24 CET 2021


On 2/24/21 6:06 AM, Алексей Беляев wrote:
> Hello!
> Is it possible to place uImage in eMMC boot0 partition?
> Now I had wrote U-Boot to mmcblk1boot0 and placed Environment in same
> partition.
> 
> -- 

Use the `mmc dev` to set the hardware partition before using `mmc read`.
If you want to use a filesystem, you can specify it like

     load mmc device.hwpart:softpart addr filename # etc...

See [1] for more information.

[1] https://patchwork.ozlabs.org/project/uboot/patch/20210205143902.1819189-11-sean.anderson@seco.com/

--Sean



More information about the U-Boot mailing list