Is it possible to place uImage in eMMC boot0 partition?

24 Feb
2021
24 Feb
'21
12:06 p.m.
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.
--

24 Feb
24 Feb
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
1536
Age (days ago)
1536
Last active (days ago)
1 comments
2 participants
participants (2)
-
Sean Anderson
-
Алексей Бе ляев