I finally resolved this issue after hunting around. The clue comes from
this page,
https://wiki.linaro.org/LEG/Engineering/Virtualization/Xen_ARM_Guide:
/chosen/module@1/reg should match bootwrapper model.lds.
>
Basically if I increase memory region for kernel, I should also update dts
file on
Hi, all,
I have been following the instructions at
https://wiki.linaro.org/LEG/Engineering/Virtualization/Xen_on_ARMv8_Foundation
to build xen for arm64.
When I tried to use the latest kernel instead of v3.13 as suggested, I
failed when building boot-wrapped image. See below.
==