* Updated the serial console to use ttyO0 which is what the evm uses. Signed-off-by: Chase Maupin <[email protected]> --- conf/machine/dra7xx-evm.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index 5543891..d968d3b 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/dra7xx-evm.conf @@ -6,7 +6,7 @@ require conf/machine/include/omap-a15.inc IMAGE_FSTYPES += "ubi tar.gz" -SERIAL_CONSOLE = "115200 ttyO2" +SERIAL_CONSOLE = "115200 ttyO0" # UBI information. Note that this is board and kernel specific. Changes # in your kernel port may require changes in these variables. For more -- 1.7.0.4 _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
