Hi All,
I am trying to load xen hypervisor in RAM before kernel Image in rpi5, basically from u-boot perspective it will look like
fatload mmc 1:1 0x00200000 xen
fatload mmc 1:1 0x00400000 Image
As I understand u-boot is not ported yet on rpi5, is it achievable somehow using config.txt,
I see in config.txt, I can specify the size and load address of kernel,
#kernel=""
#kernel_address=0x00000000
But how to load something before kernel via config.txt, any help would be appreciated.
Thanks.
I am trying to load xen hypervisor in RAM before kernel Image in rpi5, basically from u-boot perspective it will look like
fatload mmc 1:1 0x00200000 xen
fatload mmc 1:1 0x00400000 Image
As I understand u-boot is not ported yet on rpi5, is it achievable somehow using config.txt,
I see in config.txt, I can specify the size and load address of kernel,
#kernel=""
#kernel_address=0x00000000
But how to load something before kernel via config.txt, any help would be appreciated.
Thanks.
Statistics: Posted by d336aky — Thu May 23, 2024 2:02 pm