diff options
author | Franklin S. Cooper Jr <fcooper@ti.com> | 2013-02-11 19:04:36 -0600 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-02-12 14:57:00 -0500 |
commit | ae96afbbb009ef56bb03c60117e8346defd2c7db (patch) | |
tree | 97c615738f4cf9f3c0761b17b3e2188ee47286f6 | |
parent | 544c6ee5673376d19547353ef0683d712d0856e9 (diff) | |
download | meta-ti-ae96afbbb009ef56bb03c60117e8346defd2c7db.tar.gz |
machine config: Correct SERIAL_CONSOLE variable for am3517-evm and am37x-evm
* When testing on am37x-evm I noticed that no prompt to login was ever shown
when connected via serial port.
* I finally noticed that the SERIAL_CONSOLE variable was set incorrectly and
didn't match the value in the old Arago layer.
* After using the values specific in the machine file in the Arago layer I was
able to login via serial port.
* This has been verified on both the am37x-evm and am3517-evm.
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | conf/machine/am3517-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/am37x-evm.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/am3517-evm.conf b/conf/machine/am3517-evm.conf index e8170694..536d337c 100644 --- a/conf/machine/am3517-evm.conf +++ b/conf/machine/am3517-evm.conf | |||
@@ -19,7 +19,7 @@ require conf/machine/include/omap3.inc | |||
19 | IMAGE_FSTYPES += "ubi tar.gz" | 19 | IMAGE_FSTYPES += "ubi tar.gz" |
20 | EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" | 20 | EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" |
21 | 21 | ||
22 | SERIAL_CONSOLE = "115200 ttyS2" | 22 | SERIAL_CONSOLE = "115200 ttyO2" |
23 | USE_VT = "2" | 23 | USE_VT = "2" |
24 | 24 | ||
25 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp" | 25 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp" |
diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf index 9a1acb45..866abc58 100644 --- a/conf/machine/am37x-evm.conf +++ b/conf/machine/am37x-evm.conf | |||
@@ -19,7 +19,7 @@ require conf/machine/include/omap3.inc | |||
19 | IMAGE_FSTYPES += "ubi tar.gz" | 19 | IMAGE_FSTYPES += "ubi tar.gz" |
20 | EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" | 20 | EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" |
21 | 21 | ||
22 | SERIAL_CONSOLE = "115200 ttyS0" | 22 | SERIAL_CONSOLE = "115200 ttyO0" |
23 | 23 | ||
24 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp" | 24 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp" |
25 | 25 | ||