From: Oliver Graute <oliver.graute@kococonnector.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/1] i.MX8QM ROM 7720 a1 board won't boot
Date: Mon, 19 Aug 2019 10:57:03 +0000 [thread overview]
Message-ID: <20190819094226.GB29740@optiplex> (raw)
In-Reply-To: <20190816123455.10603-1-oliver.graute@kococonnector.com>
On 16/08/19, Oliver Graute wrote:
> I'am currently working on the following patch to get the imx8qm-rom7720-a1
> board working with recent u-boot v2019.07. Unfortunaly I get no output on my
> serial line.
>
> I'am not sure if something in my patch is just missing or if my composition of
> "SCFW + ATF + uboot" which is necessary for this imx8qm board, is not working
> the right way.
>
> Perhaps somebody can guide me in the right direction to debug this further.
>
> Currently I'am applying the patch and building u-boot this way:
>
> $ export ATF_LOAD_ADDR=0x80000000
> $ export BL33_LOAD_ADDR=0x80020000
> $ make imx8qm_rom7720_a1_4G_defconfig
> $ make flash.bin
> $ dd if=u-boot.itb of=flash.bin bs=512 seek=854
> $ sudo dd if=flash.bin of=/dev/sd[x] bs=1k seek=32 conv=fsync
>
> Then I put the SD card into the board and power it on. But no output ony my
> serial line.
ok I got this working by using the u-boot.bin
$ make u-boot.bin
and put it into the imx-mkimage repo from here:
https://source.codeaurora.org/external/imx/imx-mkimage
to create the full bootstream with scfw + atf + u-boot.
I thought that I could create the full bootsteam directly in u-boot repo
with:
> $ make flash.bin
as seen for other imx8 boards. Perhaps that is possible too but I don't
got it working that way.
U-Boot 2019.07-00001-g5854ff8d0e (Aug 19 2019 - 11:12:49 +0200)
CPU: NXP i.MX8QM RevB A53 at 1200 MHz
Model: Advantech iMX8QM Qseven series
Board: ROM-7720-A1 4GB
Build: SCFW 65afe5f6
Boot: SD2
DRAM: 3.9 GiB
MMC: FSL_SDHC: 0, FSL_SDHC: 2
Loading Environment from MMC... *** Warning - bad CRC, using default environment
In: serial at 5a060000
Out: serial at 5a060000
Err: serial at 5a060000
Net:
Error: ethernet at 5b040000 address not set.
eth-1: ethernet at 5b040000
Error: ethernet at 5b040000 address not set.
Can't find FEC0 clk rate: -22
Could not get PHY for FEC1: addr 1
, eth-1: ethernet at 5b050000
Hit any key to stop autoboot: 0
Best regards,
Oliver
prev parent reply other threads:[~2019-08-19 10:57 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-16 12:43 [U-Boot] [PATCH 0/1] i.MX8QM ROM 7720 a1 board won't boot Oliver Graute
2019-08-16 12:45 ` [U-Boot] [PATCHv1] imx: support i.MX8QM ROM 7720 a1 board Oliver Graute
2019-08-16 13:09 ` [U-Boot] [PATCH 0/1] i.MX8QM ROM 7720 a1 board won't boot Marcel Ziswiler
2019-08-16 14:20 ` Oliver Graute
2019-08-16 14:38 ` Oliver Graute
2019-08-19 1:00 ` Peng Fan
2019-08-19 6:10 ` Oliver Graute
2019-08-19 10:57 ` Oliver Graute [this message]
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=20190819094226.GB29740@optiplex \
--to=oliver.graute@kococonnector.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.