public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* Is it possible to place uImage in eMMC boot0 partition?
@ 2021-02-24 11:06 Алексей Беляев
  2021-02-24 15:08 ` Sean Anderson
  0 siblings, 1 reply; 2+ messages in thread
From: Алексей Беляев @ 2021-02-24 11:06 UTC (permalink / raw)
  To: u-boot

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.

--

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Is it possible to place uImage in eMMC boot0 partition?
  2021-02-24 11:06 Is it possible to place uImage in eMMC boot0 partition? Алексей Беляев
@ 2021-02-24 15:08 ` Sean Anderson
  0 siblings, 0 replies; 2+ messages in thread
From: Sean Anderson @ 2021-02-24 15:08 UTC (permalink / raw)
  To: u-boot


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 at seco.com/

--Sean

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-24 15:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-24 11:06 Is it possible to place uImage in eMMC boot0 partition? Алексей Беляев
2021-02-24 15:08 ` Sean Anderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox