aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefano Stabellini2019-08-01 15:19:03 -0700
committerStefano Stabellini2019-08-01 15:23:13 -0700
commitfda10db5497de7616cabf757183ed5a5b616b1b7 (patch)
tree60c83ef8d8cf357f095f09faf3592397a2885fb6 /README.md
parente1561665e1231ce513facea6ca9865ac838a14bc (diff)
Move multi-domain configuration to imagebuilder
Previously it was expected to come with zynqmp-dt-config-package. Add documentation on how to add addition VMs to the automatic boot. Signed-off-by: Stefano Stabellini <stefanos@xilinx.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 141e768..59108cf 100644
--- a/README.md
+++ b/README.md
@@ -50,3 +50,15 @@ command:
```
scsi scan; load scsi 0:1 0xc00000 boot.scr; source 0xc00000
```
+
+## Add additional DomUs
+
+Assuming that you have the kernel and ramdisk of another DomU already in
+`PACKAGE.md` format, you can configure Imagebuilder to start it
+automatically at boot by making the following changes:
+
+- edit `Dockerfile.image`, add the domU package to the FROM lines
+- edit `Dockerfile.image`, add the domU package to the COPY lines
+- edit `config`, adding another DomU (NUM_DOMUS, DOMU_KERNEL and DOMU_RAMDISK)
+
+Rebuild Imagebuilder and rerun imagebuilder_sd/tftp.