[meta-ti] [PATCH 1/7] machine config: Correct SERIAL_CONSOLE variable for am3517-evm and am37x-evm

Denys Dmytriyenko denys at ti.com
Mon Feb 11 20:24:57 PST 2013


The entire set looks fine to me - I'll give it a closer look tomorrow and try 
to push shortly after.

-- 
Denys


On Mon, Feb 11, 2013 at 07:04:36PM -0600, fcooperjr27 at gmail.com wrote:
> From: Franklin S. Cooper Jr <fcooper at ti.com>
> 
> * 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 at ti.com>
> ---
>  conf/machine/am3517-evm.conf |    2 +-
>  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 e817069..536d337 100644
> --- a/conf/machine/am3517-evm.conf
> +++ b/conf/machine/am3517-evm.conf
> @@ -19,7 +19,7 @@ require conf/machine/include/omap3.inc
>  IMAGE_FSTYPES += "ubi tar.gz"
>  EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
>  
> -SERIAL_CONSOLE = "115200 ttyS2"
> +SERIAL_CONSOLE = "115200 ttyO2"
>  USE_VT = "2"
>  
>  PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
> diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf
> index 9a1acb4..866abc5 100644
> --- a/conf/machine/am37x-evm.conf
> +++ b/conf/machine/am37x-evm.conf
> @@ -19,7 +19,7 @@ require conf/machine/include/omap3.inc
>  IMAGE_FSTYPES += "ubi tar.gz"
>  EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
>  
> -SERIAL_CONSOLE = "115200 ttyS0"
> +SERIAL_CONSOLE = "115200 ttyO0"
>  
>  PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
>  
> -- 
> 1.7.0.4
> 
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
> 



More information about the meta-ti mailing list