
Hi Oliver,
Hello list,
need some information howto avoid the imx-mkimage repo and create full boostream directly from u-boot with all the binary blobs.
You may want to look into binman tool (./tools/binman), which is supposed to pack all binary data together and produce one image.
Also - you may be interested in fitImage, which allows packing kernel, dtb(s), initramfs, and some binary blobs together.
I've also added Peng to CC, so he may help you as well as he also provided recently some patches to add i.MX8 support to U-Boot.
Best regards,
Oliver
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 + board/advantech/imx8qm_rom7720_a1/Kconfig | 14 + board/advantech/imx8qm_rom7720_a1/MAINTAINERS | 6 + board/advantech/imx8qm_rom7720_a1/Makefile | 11 + board/advantech/imx8qm_rom7720_a1/README | 70 ++++ .../imx8qm_rom7720_a1/imx8qm_rom7720_a1.c | 141 +++++++ .../advantech/imx8qm_rom7720_a1/imximage.cfg | 21 + board/advantech/imx8qm_rom7720_a1/spl.c | 223 +++++++++++ configs/imx8qm_rom7720_a1_4G_defconfig | 83 ++++ include/configs/imx8qm_rom7720.h | 176 +++++++++ 12 files changed, 1126 insertions(+) create mode 100644 arch/arm/dts/imx8qm-rom7720-a1.dts create mode 100644 board/advantech/imx8qm_rom7720_a1/Kconfig create mode 100644 board/advantech/imx8qm_rom7720_a1/MAINTAINERS create mode 100644 board/advantech/imx8qm_rom7720_a1/Makefile create mode 100644 board/advantech/imx8qm_rom7720_a1/README create mode 100644 board/advantech/imx8qm_rom7720_a1/imx8qm_rom7720_a1.c create mode 100644 board/advantech/imx8qm_rom7720_a1/imximage.cfg create mode 100644 board/advantech/imx8qm_rom7720_a1/spl.c create mode 100644 configs/imx8qm_rom7720_a1_4G_defconfig create mode 100644 include/configs/imx8qm_rom7720.h
Best regards,
Lukasz Majewski
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de