public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Peng Fan <b51431@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 15/15] imx: mx6ul_14x14_evk add basic board support
Date: Tue, 11 Aug 2015 08:13:27 +0800	[thread overview]
Message-ID: <20150811001324.GA14483@shlinux2> (raw)
In-Reply-To: <CAOMZO5AsCPO-HuUMZVuD3EcQ5m6rpbKjr1iB6Es2G+3qHyHvEQ@mail.gmail.com>

Hi Fabio,
On Mon, Aug 10, 2015 at 01:22:49PM -0300, Fabio Estevam wrote:
>Hi Peng,
>
>On Mon, Jul 20, 2015 at 8:28 AM, Peng Fan <Peng.Fan@freescale.com> wrote:
>> 1. Add USDHC, I2C, UART, 74LV, USB, QSPI support.
>> 2. Support SPL
>> 3. CONFIG_MX6UL_14X14_EVK_EMMC_REWORK is introduced, this board default
>>    supports sd for usdhc2, but can do hardware rework to make usdhc2 support
>>    emmc.
>>
>> Boot Log:
>> U-Boot SPL 2015.07-rc3-00124-g35d727b (Jul 20 2015 - 18:40:59)
>> reading u-boot.img
>> reading u-boot.img
>>
>> U-Boot 2015.07-rc3-00124-g35d727b (Jul 20 2015 - 18:40:59 +0800)
>>
>> CPU:   Freescale i.MX6UL rev1.0 792 MHz (running at 396 MHz)
>> CPU:   Commercial temperature grade (0C to 95C)CPU:   Thermal invalid data, fuse: 0x0
>>  - invalid sensor device
>>  Reset cause: POR
>>  Board: MX6UL 14x14 EVK
>>  I2C:   ready
>>  DRAM:  512 MiB
>>  MMC:   FSL_SDHC: 0, FSL_SDHC: 1
>>  *** Warning - bad CRC, using default environment
>>
>>  In:    serial
>>  Out:   serial
>>  Err:   serial
>>  Net:   CPU Net Initialization Failed
>>  No ethernet found.
>>  Hit any key to stop autoboot:  0
>>
>> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
>
>I am running u-boot-imx tree that has this patch applied, but I am not
>able to boot from SD card:
>
>U-Boot SPL 2015.07-22910-g1c23c1e (Aug 10 2015 - 16:17:50)
>MMC: no card present
>spl: mmc init failed with error: -16
>### ERROR ### Please RESET the board ###
>
>Any ideas?

Are you using the micro sd slot for boot? Please do not use SD1, the big sd
card slot. We only support sd2, the micro sd slot for boot.

You can refer to the boot select switch. we have no chance to choose sd1
for boot.

Regards,
Peng.

>
>Regards,
>
>Fabio Estevam

-- 

  reply	other threads:[~2015-08-11  0:13 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-20 11:28 [U-Boot] [PATCH v3 00/15] imx: Add i.MX6UL and basic board support Peng Fan
2015-07-20 11:28 ` [U-Boot] [PATCH v3 01/15] imx: mx6ul: Add i.MX6UL CPU type Peng Fan
2015-08-02  9:05   ` Stefano Babic
2015-07-20 11:28 ` [U-Boot] [PATCH v3 02/15] imx: mx6ul: Add pins IOMUX head file Peng Fan
2015-08-02  9:06   ` Stefano Babic
2015-07-20 11:28 ` [U-Boot] [PATCH v3 03/15] imx: mx6ul: Update imx registers " Peng Fan
2015-07-20 18:39   ` Marek Vasut
2015-08-02  9:07     ` Stefano Babic
2015-08-02  9:15   ` Stefano Babic
2015-07-20 11:28 ` [U-Boot] [PATCH v3 04/15] imx: mx6ul Add CONFIG_SYS_CACHELINE_SIZE for i.MX6UL Peng Fan
2015-08-02  9:15   ` Stefano Babic
2015-07-20 11:28 ` [U-Boot] [PATCH v3 05/15] imx-common: timer: add i.MX6UL support Peng Fan
2015-08-02  9:16   ` Stefano Babic
2015-07-20 11:28 ` [U-Boot] [PATCH v3 06/15] imx: mx6ul remove errata for i.MX6UL Peng Fan
2015-08-02  9:16   ` Stefano Babic
2015-07-20 11:28 ` [U-Boot] [PATCH v3 07/15] imx:mx6ul add clock support Peng Fan
2015-08-02  9:17   ` Stefano Babic
2015-07-20 11:28 ` [U-Boot] [PATCH v3 08/15] imx: mx6ul select SYS_L2CACHE_OFF Peng Fan
2015-08-02  9:17   ` Stefano Babic
2015-07-20 11:28 ` [U-Boot] [PATCH v3 09/15] imx: mx6ul update soc related settings Peng Fan
2015-08-02  9:17   ` Stefano Babic
2015-07-20 11:28 ` [U-Boot] [PATCH v3 10/15] imx: mx6 add PAD_CTL_SPEED_LOW for i.MX6SX/UL Peng Fan
2015-08-02  9:17   ` Stefano Babic
2015-07-20 11:28 ` [U-Boot] [PATCH v3 11/15] mxc: gpio add i.MX6UL support Peng Fan
2015-08-02  9:17   ` Stefano Babic
2015-07-20 11:28 ` [U-Boot] [PATCH v3 12/15] mx6_common: Fix LOADADDR and SYS_TEXT_BASE for i.MX6UL Peng Fan
2015-08-02  9:17   ` Stefano Babic
2015-07-20 11:28 ` [U-Boot] [PATCH v3 13/15] imx:mx6ul add dram spl configuration and header file Peng Fan
2015-08-02  9:18   ` Stefano Babic
2015-07-20 11:28 ` [U-Boot] [PATCH v3 14/15] imx: imx6_spl add mx6ul support Peng Fan
2015-08-02  9:18   ` Stefano Babic
2015-07-20 11:28 ` [U-Boot] [PATCH v3 15/15] imx: mx6ul_14x14_evk add basic board support Peng Fan
2015-08-02  9:18   ` Stefano Babic
2015-08-10 16:22   ` Fabio Estevam
2015-08-11  0:13     ` Peng Fan [this message]
2015-08-11 10:31       ` 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=20150811001324.GA14483@shlinux2 \
    --to=b51431@freescale.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox