This prevent hdmi console goes to sleep mode. This is required as currently the hdmi console won't wake up from sleep mode.
Signed-off-by: Jason Wu <[email protected]> --- conf/machine/zybo-linux-bd-zynq7.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/machine/zybo-linux-bd-zynq7.conf b/conf/machine/zybo-linux-bd-zynq7.conf index 4d1dee4..b594778 100644 --- a/conf/machine/zybo-linux-bd-zynq7.conf +++ b/conf/machine/zybo-linux-bd-zynq7.conf @@ -33,6 +33,10 @@ IMAGE_BOOT_FILES += "boot.bin \ IMAGE_CLASSES += "xilinx-fitimage" IMAGE_FSTYPES += "xilinx-fitimage" +IMAGE_INSTALL_append += " \ + console-blank \ + " + KERNEL_FEATURES += " \ bsp/digilent/drm-digilent.scc \ bsp/digilent/zybo-snd.scc \ -- 1.9.1 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
