All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] i.Mx6q u-boot stuck
Date: Sat, 27 May 2017 09:50:55 -0300	[thread overview]
Message-ID: <CAOMZO5DbMrU7WALTNh6kR5H3wBEb0Y-0nVJD=S2F7V-iFaeE7Q@mail.gmail.com> (raw)
In-Reply-To: <CAAbSMknHdAzt4xEA8-L4Ox1hPHPGW5mNdn5_BEFF6w8k9tvJsQ@mail.gmail.com>

On Sat, May 27, 2017 at 8:00 AM, Fausto Sessego
<fausto.sessego@infomob.it> wrote:

> Starting kernel ...
>
> Uncompressing Linux... done, booting the kernel.
>
> Error: unrecognized/unsupported machine ID (r1 = 0x000015b3).
>
> Available machine support:
>
> ID (hex)        NAME
> ffffffff        Generic DT based system
> ffffffff        Freescale i.MX6 Quad/DualLite (Device Tree)
> ffffffff        Freescale i.MX6 SoloLite (Device Tree)
> ffffffff        Freescale i.MX6 SoloX (Device Tree)
> ffffffff        Freescale i.MX6 Ultralite (Device Tree)
> ffffffff        Freescale i.MX7 Dual (Device Tree)
> ffffffff        Freescale i.MX50 (Device Tree Support)
> ffffffff        Freescale i.MX53 (Device Tree Support)
> ffffffff        Freescale Vybrid VF5xx/VF6xx (Device Tree)
>
> Please check your kernel config and/or bootloader.
>
> There is the error "Error: unrecognized/unsupported machine ID"
>
> I read many post but i didn't found any solution.

You are probably missing:
CONFIG_OF_LIBFDT=y

in your defconfig file.

Just looked at your defconfig and it has:
#CONFIG_OF_LIBFDT=y

So you need to remove the "#" in front of it.

This will tell U-Boot that it will boot a kernel + dtb.

  reply	other threads:[~2017-05-27 12:50 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-10 10:54 [U-Boot] i.Mx6q u-boot stuck Fausto Sessego
2017-04-10 14:45 ` Fabio Estevam
2017-04-10 15:29   ` Fausto Sessego
2017-04-10 19:18     ` Fabio Estevam
     [not found]       ` <2007927372.113767.1491854856064@pim.register.it>
2017-04-10 20:14         ` Fabio Estevam
2017-04-11  9:29           ` Fausto Sessego
2017-04-11 10:51             ` Fabio Estevam
2017-04-11 11:20               ` Fausto Sessego
2017-04-11 13:01                 ` Fabio Estevam
2017-05-05 10:50                   ` Fausto Sessego
2017-05-05 11:38                     ` Fabio Estevam
2017-05-05 11:51                       ` Fausto Sessego
2017-05-05 11:56                         ` Fabio Estevam
2017-05-24 16:29                           ` Fausto Sessego
2017-05-24 20:56                             ` Fabio Estevam
2017-05-24 21:00                               ` Fabio Estevam
2017-05-25  8:57                             ` Anatolij Gustschin
2017-05-26 10:39                               ` Fausto Sessego
2017-05-26 12:04                                 ` Lothar Waßmann
2017-05-27 11:00                                   ` Fausto Sessego
2017-05-27 12:50                                     ` Fabio Estevam [this message]
2017-05-29  8:37                                       ` Fausto Sessego
2017-05-26 12:36                                 ` Fabio Estevam
2017-05-26 13:12                                   ` Fausto Sessego

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='CAOMZO5DbMrU7WALTNh6kR5H3wBEb0Y-0nVJD=S2F7V-iFaeE7Q@mail.gmail.com' \
    --to=festevam@gmail.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.