Closed oleksiimoisieiev closed 5 months ago
RPI5 expects root partition to be fat32
What exactly is "RPI5"? Is it VPU boot code, U-Boot or something else?
Reviewed-by: Grygorii Strashko <grygorii_strashko@epam.com>
RPI5 expects root partition to be fat32
What exactly is "RPI5"? Is it VPU boot code, U-Boot or something else?
fixed
Okay, so you want to mount boot partition to zephyr?
I expected that Dom0 will have own separate partition... But if you want to use boot one (and risking corrupting it in runtime)... Well, it is your's call.
Okay, so you want to mount boot partition to zephyr?
I expected that Dom0 will have own separate partition... But if you want to use boot one (and risking corrupting it in runtime)... Well, it is your's call.
Enabling/adding separate partition is possible, but required more work (not exactly easy in Zephyr which does not give so much freedom). To move forward - not to go step by step and not try to implement everything at once.
It's two days already spent on integration including USB support in Dom1 with MMC in Dom0.
Well, you guys are maintaining this. I just wanted to voice my concerns. This is not a call to action.
Acked-by: Dmytro Semenets <dmytro_semenets@epam.com>
@oleksiimoisieiev Please merge it
RPI5 expects root partition to be fat32. Setting correct GUID for gpt table to avoid mounting problems.