Re: [meta-freescale] imx51evk and u-boot
Fabio Estevam <[email protected]> Tue, 14 Jun 2022 14:10:13 -0300
| Newsgroups | org.yoctoproject.lists.meta-freescale |
|---|---|
| Message-ID | <CAOMZO5Dt+Wj9WhgQ1=E2R+cF9ypcTXVi3RrxMSPgYq-7ys59VA@mail.gmail.com> |
Hi Mauro, [Please note that this is offtopic here] On Tue, Jun 14, 2022 at 2:03 PM Mauro Ziliani <[email protected]> wrote: > > My boot stops here > > > U-Boot 2020.04-mz-imx_v2020.04_5.4.24_2.1.0+g4979a99482 (May 30 2020 - > 06:50:01 +0000) > > CPU: i.MX51 rev3.0 at 800 MHz > Reset cause: POR > Model: Freescale i.MX51 Babbage Board > Board: MX51EVK > DRAM: 512 MiB Yes, this is expected. You are using the U-Boot mx51evk target, but your board is a custom one. You said it has 1GB of RAM, so you need to adapt the DDR initialization to your custom board. Using the imx51evk target with your board does not work.