Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

passthrough-example-part-dom0less.dtb

To use it, just add it to your the following are the contents of the ImageBuilder config as follows:

Code Block
themeMidnight
NUM_DOMUS=1MEMORY_START="0x0"
MEMORY_END="0x80000000"

DEVICE_TREE="xen.dtb"
XEN="xen"
DOM0_KERNEL="xen-Image"
DOM0_RAMDISK="xen-rootfs-custom.cpio.gz"
DOMU_KERNEL[0]="xen-Image"
DOMU_RAMDISK[0]="initrdxen-rootfs-custom.cpio.gz"
DOMU_PASSTHROUGH_DTB[0]="passthrough-example-part-dom0less.dtb"

NUM_DOMUS=1

UBOOT_SOURCE="boot-dom0less.source"
UBOOT_SCRIPT="boot-dom0less.scr"

Regenerate the boot.scr and boot.source scripts as usual with ImageBuilder’s uboot-script-gen.

...