From 59a0b2e4a7c292f8e5030133defa10b9ca472b29 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Oct 10 2018 18:51:15 +0000 Subject: Update omap consoles --- diff --git a/socs.d/omap b/socs.d/omap index 01d6bcc..f96c5b6 100644 --- a/socs.d/omap +++ b/socs.d/omap @@ -4,4 +4,4 @@ dd if=$PREFIX/usr/share/uboot/$TARGET/MLO of=$MEDIA count=1 seek=1 conv=notrunc echo "= Writing u-boot.img for $TARGET...." dd if=$PREFIX/usr/share/uboot/$TARGET/u-boot.img of=$MEDIA count=2 seek=1 conv=notrunc bs=384k; sync # set console -SYSCON=ttyO0,115200 +SYSCON=ttyS0,115200 diff --git a/socs.d/omap4 b/socs.d/omap4 index 52cce34..09cac5b 100644 --- a/socs.d/omap4 +++ b/socs.d/omap4 @@ -4,4 +4,4 @@ dd if=$PREFIX/usr/share/uboot/$TARGET/MLO of=$MEDIA count=1 seek=1 conv=notrunc echo "= Writing u-boot.img for $TARGET...." dd if=$PREFIX/usr/share/uboot/$TARGET/u-boot.img of=$MEDIA count=2 seek=1 conv=notrunc bs=384k; sync # set console -SYSCON=ttyO2,115200 +SYSCON=ttyS2,115200