
Am Fri, Sep 03, 2021 at 11:01:06AM +0200 schrieb Heiko Thiery:
Hi Patrick,
Am Do., 2. Sept. 2021 um 23:44 Uhr schrieb Patrick Wildt patrick@blueri.se:
The MNT Reform 2 is a modular DIY laptop. In its initial version it is based on the BoundaryDevices i.MX8MQ SoM. Some parts have been lifted from BoundaryDevices official U-Boot downstream project.
Signed-off-by: Patrick Wildt patrick@blueri.se
I just sent a patch to add board support for the Kontron pitx-imx8m that is also based on the imx8mq SOC. I already switched the flash.bin generation to binman. Maybe you can use this patchset as a template and also switch to binman for that board.
-- Heiko
Hi Heiko,
I think that's a good idea. But I seem to be having issues:
U-Boot SPL 2021.10-rc3-00023-g2c634e01b6-dirty (Sep 03 2021 - 18:22:04 +0200) Normal Boot Could not get FIT buffer of 686592 bytes check CONFIG_SYS_SPL_MALLOC_SIZE
Is there anything specific I need to change to make that work?
Otherwise we can probably also switch to binman after this patchset is merged.
Patrick