From ac01686d919addab17e5a9d60cc532e82943cd9b Mon Sep 17 00:00:00 2001 From: Kevin Hao Date: Tue, 2 Apr 2019 15:36:04 +0800 Subject: meta-yocto-bsp: beaglebone: Enable the serial console for the WIC image (From meta-yocto rev: 476f2fd598c12bfee7d2aeddbe72a360826f249c) Signed-off-by: Kevin Hao Signed-off-by: Richard Purdie --- meta-yocto-bsp/wic/beaglebone-yocto.wks | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-yocto-bsp') diff --git a/meta-yocto-bsp/wic/beaglebone-yocto.wks b/meta-yocto-bsp/wic/beaglebone-yocto.wks index b75f238df9..97bd480a08 100644 --- a/meta-yocto-bsp/wic/beaglebone-yocto.wks +++ b/meta-yocto-bsp/wic/beaglebone-yocto.wks @@ -4,3 +4,4 @@ part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4 --size 16 --sourceparams="loader=u-boot" --use-uuid part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4 --use-uuid +bootloader --append="console=ttyS0,115200" -- cgit v1.2.3-54-g00ecf