mirage / xen-arm-builder

Archived - the Xen and ARM support in MirageOS has been superseeded by our PVH support - Build an SDcard image for Xen/ARM, for a Cubieboard
ISC License
57 stars 36 forks source link

Xen on CubieTruck Plus ? (aka Cubieboard 5) #70

Closed laurentgrangeau closed 7 years ago

laurentgrangeau commented 7 years ago

Hello there,

I was wondering if the new CubieTruck Plus was able to support the installation of Xen with the same instructions you write for strandard Cubietruck ?

mor1 commented 7 years ago

It should be possible to try this with something like

TARGET=Cubietruck_plus \
DTB=src/linux-stable/arch/arm/boot/dts/sun8i-a83t-cubietruck-plus.dtb \
make all

I'm afraid I don't have a CBT+ to try the result out on, but I'm giving the above command a shot to see if it completes successfully anyway.

mor1 commented 7 years ago

@laurentgrangeau Ok-- I ran the command above, and it seemed to complete successfully, building an apparently viable sdcard.img. As I don't have a device to test it on, I'll close this issue now but please do reopen if the resulting image turns out not to work! Thanks!