
24 Feb
2021
24 Feb
'21
4:08 p.m.
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-s...
--Sean