Assistance Required: HummingBoard Ripple Development Kit

I recently purchased a HummingBoard Ripple development kit, and I’m experiencing some issues while following the official documentation. I’d appreciate further clarification on a few points:

  1. Debian Image Download Issue
    I couldn’t locate the Debian image for my board as specified in the documentation. After searching, I found that the images were missing from the specified path. Is there a new location to download the ready-to-use Debian image, or is it currently unavailable? [images to test i.MX8M Mini is dead]

  2. Docker Build Process Stopping
    I attempted to build the image manually using Docker , but the build process consistently stops at the same point. Could you advise if there is a step I might be missing?

Thank you for your time, and I’m looking forward to a quick resolution.

We are currently changing the Debian image build process. They are being worked on.

Please post logs for the docker build failure and I will take a look.

Thanks for the info @jnettlet. Is there a tentative date on which the Debian images would be available?

Attaching my docker build failure logs below. I was following this GitHub post

 #define CONFIG_CMD_MMC 1
 
  LD      spl/lib/built-in.o
  LD      spl/u-boot-spl
  OBJCOPY spl/u-boot-spl-nodtb.bin
  COPY    spl/u-boot-spl.bin
  MKIMAGE SPL
  CFGCHK  u-boot.cfg
'./arch/arm/dts/fsl-imx8mm-evk.dtb' -> '/work/build/imx-mkimage/iMX8M/fsl-imx8mm-evk.dtb'
'./arch/arm/dts/fsl-imx8mq-ddr4-arm2.dtb' -> '/work/build/imx-mkimage/iMX8M/fsl-imx8mq-ddr4-arm2.dtb'
'./arch/arm/dts/fsl-imx8mq-ddr3l-arm2.dtb' -> '/work/build/imx-mkimage/iMX8M/fsl-imx8mq-ddr3l-arm2.dtb'
'./arch/arm/dts/fsl-imx8mm-ddr4-val.dtb' -> '/work/build/imx-mkimage/iMX8M/fsl-imx8mm-ddr4-val.dtb'
'./arch/arm/dts/fsl-imx8mq-evk.dtb' -> '/work/build/imx-mkimage/iMX8M/fsl-imx8mq-evk.dtb'
'./arch/arm/dts/fsl-imx8mq-phanbell.dtb' -> '/work/build/imx-mkimage/iMX8M/fsl-imx8mq-phanbell.dtb'
'./arch/arm/dts/fsl-imx8mm-solidrun.dtb' -> '/work/build/imx-mkimage/iMX8M/fsl-imx8mm-solidrun.dtb'
'./arch/arm/dts/fsl-imx8mm-ddr4-evk.dtb' -> '/work/build/imx-mkimage/iMX8M/fsl-imx8mm-ddr4-evk.dtb'
'./arch/arm/dts/fsl-imx8mm-ddr3l-val.dtb' -> '/work/build/imx-mkimage/iMX8M/fsl-imx8mm-ddr3l-val.dtb'
cp: -r not specified; omitting directory './include/config/mkimage'
'./u-boot.bin' -> '/work/build/imx-mkimage/iMX8M/u-boot.bin'
'./tools/mkimage' -> '/work/build/imx-mkimage/iMX8M/mkimage'
'./u-boot-nodtb.bin' -> '/work/build/imx-mkimage/iMX8M/u-boot-nodtb.bin'
'./spl/u-boot-spl.bin' -> '/work/build/imx-mkimage/iMX8M/u-boot-spl.bin'
'./u-boot.dtb' -> '/work/build/imx-mkimage/iMX8M/u-boot.dtb'
'./dts/dt.dtb' -> '/work/build/imx-mkimage/iMX8M/dt.dtb'
'./dts/dt-spl.dtb' -> '/work/build/imx-mkimage/iMX8M/dt-spl.dtb'
cp: -r not specified; omitting directory './doc/imx/mkimage'
Makefile:2: *** missing separator.  Stop.

Thanks for you assistance.
Akhil

oh that is very strange. I will test locally and get back to you.

Sounds good, thank you! Let me know if you need any additional info from my end.

Hi @jnettlet, Did you get a chance to check? Thanks