diff options
| author | John Toomey <john.toomey@xilinx.com> | 2022-07-14 17:25:19 +0100 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-07-28 12:49:51 -0700 |
| commit | 767096aefcfcba7b4d220bc0a83cd0101fe4bcc0 (patch) | |
| tree | 557eacc79c29fcaff09abe7479adc643f5a211de | |
| parent | 32c8984108436fe40e9bc7c72a85567319985179 (diff) | |
| download | meta-xilinx-767096aefcfcba7b4d220bc0a83cd0101fe4bcc0.tar.gz | |
Set QB_KERNEL_ROOT for zynq-generic
This value is passed to the kernel in order to choose the correct disk
but defaults to /dev/vda which does not boot.
Signed-off-by: John Toomey <jtoomey@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/conf/machine/zynq-generic.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/machine/zynq-generic.conf b/meta-xilinx-core/conf/machine/zynq-generic.conf index 315a8b97..a0d2802e 100644 --- a/meta-xilinx-core/conf/machine/zynq-generic.conf +++ b/meta-xilinx-core/conf/machine/zynq-generic.conf | |||
| @@ -47,6 +47,8 @@ QB_KERNEL_CMDLINE = "none" | |||
| 47 | 47 | ||
| 48 | QB_DTB = "system.dtb" | 48 | QB_DTB = "system.dtb" |
| 49 | 49 | ||
| 50 | QB_KERNEL_ROOT = "/dev/mmcblk0p2" | ||
| 51 | |||
| 50 | # Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) | 52 | # Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) |
| 51 | QB_OPT_APPEND = " \ | 53 | QB_OPT_APPEND = " \ |
| 52 | -nographic -serial null -serial mon:stdio \ | 54 | -nographic -serial null -serial mon:stdio \ |
