xen-troops / meta-xt-prod-devel-rpi5

Apache License 2.0
3 stars 6 forks source link

rpi5.yaml: set correct GUID for boot partition #8

Closed oleksiimoisieiev closed 5 months ago

oleksiimoisieiev commented 5 months ago

RPI5 expects root partition to be fat32. Setting correct GUID for gpt table to avoid mounting problems.

lorc commented 5 months ago

RPI5 expects root partition to be fat32

What exactly is "RPI5"? Is it VPU boot code, U-Boot or something else?

GrygiriiS commented 5 months ago

Reviewed-by: Grygorii Strashko <grygorii_strashko@epam.com>

oleksiimoisieiev commented 5 months ago

RPI5 expects root partition to be fat32

What exactly is "RPI5"? Is it VPU boot code, U-Boot or something else?

fixed

lorc commented 5 months ago

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.

GrygiriiS commented 5 months ago

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.

lorc commented 5 months ago

Well, you guys are maintaining this. I just wanted to voice my concerns. This is not a call to action.

dsemenets commented 5 months ago

Acked-by: Dmytro Semenets <dmytro_semenets@epam.com>

GrygiriiS commented 5 months ago

@oleksiimoisieiev Please merge it