public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
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: Fri, 16 Aug 2019 12:43:54 +0000	[thread overview]
Message-ID: <20190816123455.10603-1-oliver.graute@kococonnector.com> (raw)

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.

Best Regards,

Oliver Graute (1):
  imx: support i.MX8QM ROM 7720 a1 board

 arch/arm/dts/Makefile                         |   1 +
 arch/arm/dts/imx8qm-rom7720-a1.dts            | 373 ++++++++++++++++++
 arch/arm/mach-imx/imx8/Kconfig                |   7 +
 arch/arm/mach-imx/mkimage_fit_atf.sh          |   3 +
 board/freescale/imx8qm_rom7720_a1/Kconfig     |  14 +
 board/freescale/imx8qm_rom7720_a1/MAINTAINERS |   6 +
 board/freescale/imx8qm_rom7720_a1/Makefile    |  11 +
 board/freescale/imx8qm_rom7720_a1/README      |  53 +++
 .../imx8qm_rom7720_a1/imx8qm_rom7720_a1.c     | 181 +++++++++
 .../freescale/imx8qm_rom7720_a1/imximage.cfg  |  21 +
 board/freescale/imx8qm_rom7720_a1/spl.c       | 228 +++++++++++
 configs/imx8qm_rom7720_a1_4G_defconfig        |  77 ++++
 include/configs/imx8qm_rom7720.h              | 293 ++++++++++++++
 13 files changed, 1268 insertions(+)
 create mode 100644 arch/arm/dts/imx8qm-rom7720-a1.dts
 create mode 100644 board/freescale/imx8qm_rom7720_a1/Kconfig
 create mode 100644 board/freescale/imx8qm_rom7720_a1/MAINTAINERS
 create mode 100644 board/freescale/imx8qm_rom7720_a1/Makefile
 create mode 100644 board/freescale/imx8qm_rom7720_a1/README
 create mode 100644 board/freescale/imx8qm_rom7720_a1/imx8qm_rom7720_a1.c
 create mode 100644 board/freescale/imx8qm_rom7720_a1/imximage.cfg
 create mode 100644 board/freescale/imx8qm_rom7720_a1/spl.c
 create mode 100644 configs/imx8qm_rom7720_a1_4G_defconfig
 create mode 100644 include/configs/imx8qm_rom7720.h

-- 
2.17.1

             reply	other threads:[~2019-08-16 12:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-16 12:43 Oliver Graute [this message]
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

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=20190816123455.10603-1-oliver.graute@kococonnector.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox