All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: Tommaso Merciai <tomm.merciai@gmail.com>,
	Tom Rini <trini@konsulko.com>,  Stefano Babic <sbabic@denx.de>
Cc: Simon Glass <sjg@chromium.org>, Breno Lima <breno.lima@nxp.com>,
	 Francesco Montefoschi <francesco.montefoschi@udoo.org>,
	U-Boot-Denx <u-boot@lists.denx.de>,
	Peter Robinson <pbrobinson@gmail.com>,
	linux-fancy <linuxfancy@googlegroups.com>
Subject: Re: help on udoo_neo power up on mainline uboot
Date: Wed, 29 Dec 2021 17:51:14 -0300	[thread overview]
Message-ID: <CAOMZO5CwqEXR5R6YwNjcK490y+sfHUJRUoa1HsvgGN9GU-vjog@mail.gmail.com> (raw)
In-Reply-To: <20211229203305.GA6524@tom-desktop>

Hi Tommaso,

On Wed, Dec 29, 2021 at 5:33 PM Tommaso Merciai <tomm.merciai@gmail.com> wrote:

> > Please try this patch series from Peter:
> > https://lore.kernel.org/all/20211221123249.455347-1-pbrobinson@gmail.com/T/
> >
> > Does it boot for you after applying this series?
>
> Hi Fabio,
> I test this series. By that I'm able to boot the board from uSD.
> Thanks.

Thanks for testing. Glad to know it is booting fine.

> Below some log's from the board:
>
> U-Boot SPL 2022.01-rc4-00030-gb3f84a939f-dirty (Dec 29 2021 - 21:22:30 +0100)
> Trying to boot from MMC1
>
>
> U-Boot 2022.01-rc4-00030-gb3f84a939f-dirty (Dec 29 2021 - 21:22:30 +0100)
>
> CPU:   Freescale i.MX6SX rev1.2 996 MHz (running at 792 MHz)
> CPU:   Extended Commercial temperature grade (-20C to 105C) at 30C
> Reset cause: POR
> Model: UDOO Neo Basic
> Board: UDOO Neo UNDEFINED

Could you please help to investigate this output? It should not print
"UNDEFINED".

Could you please add this debug patch below and let me know what it prints?

--- a/board/udoo/neo/neo.c
+++ b/board/udoo/neo/neo.c
@@ -301,6 +301,9 @@ static int get_board_value(void)

        r184 = gpio_get_value(IMX_GPIO_NR(4, 13));
        r185 = gpio_get_value(IMX_GPIO_NR(4, 0));
+
+       printf("********* r184 is %d\n", r184);
+       printf("********* r185 is %d\n", r185);

        /*
         * Machine selection -


> DRAM:  512 MiB
> MMC:   FSL_SDHC: 1, FSL_SDHC: 2
> Loading Environment from MMC... OK
> In:    serial
> Out:   serial
> Err:   serial
> Net:   eth0: ethernet@2188000
> Hit any key to stop autoboot:  0
> =>
>
> Why this series is not already merged on mainline?
> Let me know.

Hopefully, Tom or Stefano can pick up Peter's series in time for the
2022.01 release.

Thanks

  reply	other threads:[~2021-12-29 20:51 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-28 16:52 help on udoo_neo power up on mainline uboot Tommaso Merciai
2021-12-28 19:17 ` Fabio Estevam
2021-12-28 21:49   ` Tommaso Merciai
2021-12-29 20:33   ` Tommaso Merciai
2021-12-29 20:51     ` Fabio Estevam [this message]
2021-12-29 21:06       ` Fabio Estevam
2021-12-29 21:14         ` Peter Robinson
2021-12-29 21:51           ` Fabio Estevam
2021-12-29 23:16             ` Peter Robinson
2021-12-29 23:21               ` Fabio Estevam
2021-12-29 22:08       ` Tommaso Merciai
2021-12-29 22:38         ` Fabio Estevam
2021-12-29 23:07           ` Fabio Estevam
2021-12-29 23:27             ` Tommaso Merciai
2021-12-30 14:08             ` Peter Robinson
2021-12-30 14:12               ` Fabio Estevam
2021-12-30 14:20                 ` Peter Robinson
2022-01-01 23:22                   ` Tommaso Merciai
2022-01-02  1:24                     ` Fabio Estevam
2022-01-02 17:14                       ` Tommaso Merciai
2022-01-02 17:36                         ` Fabio Estevam
2022-01-02 18:29                           ` Tommaso Merciai

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=CAOMZO5CwqEXR5R6YwNjcK490y+sfHUJRUoa1HsvgGN9GU-vjog@mail.gmail.com \
    --to=festevam@gmail.com \
    --cc=breno.lima@nxp.com \
    --cc=francesco.montefoschi@udoo.org \
    --cc=linuxfancy@googlegroups.com \
    --cc=pbrobinson@gmail.com \
    --cc=sbabic@denx.de \
    --cc=sjg@chromium.org \
    --cc=tomm.merciai@gmail.com \
    --cc=trini@konsulko.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 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.