From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] LCD Support on mx51 vision2
Date: Tue, 8 May 2012 20:28:23 +0200 [thread overview]
Message-ID: <20120508202823.25c38062@wker> (raw)
In-Reply-To: <CAOMZO5DjQMbQ2sLpGvi=3UQMLigbtvBbSaVKY28TDrFoC3xfzw@mail.gmail.com>
Hi,
On Tue, 8 May 2012 14:46:18 -0300
Fabio Estevam <festevam@gmail.com> wrote:
> Hi,
>
> Could anyone confirm that LCD support is functional on top-of-tree
> U-boot for mx51 vision2 board?
I cannot confirm this as I do not have the hardware to test. But ...
> I am working on adding LCD support for mx51evk and I am getting the
> following error from mxcfb_map_video_memory:
>
> U-Boot 2012.04.01-00075-g6efea73-dirty (May 08 2012 - 14:40:01)
>
> CPU: Freescale i.MX51 rev3.0 at 800 MHz
> Reset cause: POR
> Board: MX51EVK
> DRAM: 512 MiB
> WARNING: Caches not enabled
> MMC: FSL_SDHC: 0, FSL_SDHC: 1
> Unable to allocate framebuffer memory
the issue is probably the insufficient malloc area size defined in
the board config file. The mx51evk defines CONFIG_SYS_MALLOC_LEN
to be slightly more than 2 MiB. The vision2 config sets
CONFIG_SYS_MALLOC_LEN to 10 MiB. Please try increasing CONFIG_SYS_MALLOC_LEN.
Thanks,
Anatolij
next prev parent reply other threads:[~2012-05-08 18:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-08 17:46 [U-Boot] LCD Support on mx51 vision2 Fabio Estevam
2012-05-08 18:28 ` Anatolij Gustschin [this message]
2012-05-08 19:35 ` Fabio Estevam
2012-05-08 21:24 ` Fabio Estevam
2012-05-08 22:40 ` Anatolij Gustschin
2012-05-08 22:59 ` Fabio Estevam
2012-05-09 15:59 ` Fabio Estevam
2012-05-09 16:19 ` Stefano Babic
2012-05-09 16:23 ` Fabio Estevam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120508202823.25c38062@wker \
--to=agust@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.