diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-03-28 12:33:43 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-03-28 15:47:19 -0500 |
| commit | 852c2d9bbbae143288bdb9e724d451bef6811065 (patch) | |
| tree | 3201b8a3aa17a5ee051bd59c928e4c339ac5f96c | |
| parent | 5cdfefedec4f0ffba024489e13c9034dd5814da6 (diff) | |
| download | meta-xilinx-852c2d9bbbae143288bdb9e724d451bef6811065.tar.gz | |
README.md: Add Xen INITRD image creation steps
Add Xen INITRD image creation steps for JTAG or SD INITRD
boot modes.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-virtualization/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-xilinx-virtualization/README.md b/meta-xilinx-virtualization/README.md index ad6d4ada..5b66ea38 100644 --- a/meta-xilinx-virtualization/README.md +++ b/meta-xilinx-virtualization/README.md | |||
| @@ -36,6 +36,17 @@ ENABLE_XEN_UBOOT_SCR = "1" | |||
| 36 | ENABLE_XEN_DTSI = "1" | 36 | ENABLE_XEN_DTSI = "1" |
| 37 | ENABLE_XEN_QEMU_DTSI = "1" | 37 | ENABLE_XEN_QEMU_DTSI = "1" |
| 38 | 38 | ||
| 39 | # Default Xen Serial Console is serial0, if you are using serial1 then set as show below. | ||
| 40 | XEN_SERIAL_CONSOLES = "serial1" | ||
| 41 | |||
| 42 | # Variables for Xen JTAG or SD INITRD boot modes but this is not required for SD WIC image. | ||
| 43 | IMAGE_FSTYPES += "cpio.gz" | ||
| 44 | RAMDISK_IMAGE = "rootfs.cpio.gz" | ||
| 45 | |||
| 46 | # Variables for Xen SD WIC image boot flow. | ||
| 47 | IMAGE_FSTYPES += "wic" | ||
| 48 | WKS_FILES = "xilinx-default-sd.wks" | ||
| 49 | |||
| 39 | DISTRO_FEATURES:append = " multiarch security tpm virtualization vmsep xen" | 50 | DISTRO_FEATURES:append = " multiarch security tpm virtualization vmsep xen" |
| 40 | 51 | ||
| 41 | IMAGE_FEATURES += "ssh-server-openssh" | 52 | IMAGE_FEATURES += "ssh-server-openssh" |
