[oe] [PATCH] mx28evk: correct settings to make machine work

Andreas Mueller schnitzeltony at gmx.de
Sun Jun 5 13:55:44 UTC 2011


On Saturday, May 28, 2011 11:29:51 PM Andreas Mueller wrote:
> Signed-off-by: Andreas Mueller <schnitzeltony at gmx.de>
> ---
>  conf/machine/include/imx28.inc |    4 ++--
>  conf/machine/mx28evk.conf      |    2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/conf/machine/include/imx28.inc
> b/conf/machine/include/imx28.inc index 38248a8..b50f000 100644
> --- a/conf/machine/include/imx28.inc
> +++ b/conf/machine/include/imx28.inc
> @@ -10,8 +10,8 @@ MACHINE_KERNEL_PR = "r0"
> 
>  KERNEL_IMAGETYPE = "uImage"
> 
> -UBOOT_ENTRYPOINT = "0x8000"
> -UBOOT_LOADADDRESS = "0x8000"
> +UBOOT_ENTRYPOINT = "0x40008000"
> +UBOOT_LOADADDRESS = "0x40008000"
> 
>  EXTRA_IMAGEDEPENDS += "u-boot"
> 
> diff --git a/conf/machine/mx28evk.conf b/conf/machine/mx28evk.conf
> index e093ffa..823b502 100644
> --- a/conf/machine/mx28evk.conf
> +++ b/conf/machine/mx28evk.conf
> @@ -17,7 +17,7 @@ XSERVER = "xserver-kdrive-fbdev"
>  require conf/machine/include/imx28.inc
> 
>  # used by sysvinit_2
> -SERIAL_CONSOLE = "115200 ttymxc0"
> +SERIAL_CONSOLE = "115200 ttyAM0"
> 
>  ROOT_FLASH_SIZE = "128"
Can someone please take a care for this?

regards

Andreas




More information about the Openembedded-devel mailing list