Apalis iMX8QM uboot "ums" command not found on 6.1.0

Hello,
My setup is the followging:
Toradex Multimedia Reference Image 6.1.0 (latest from Toradex Easy Installer)
U-Boot 2022.04-6.1.0-devel+git.1c83b1aaad86 (Jan 05 2023 - 08:25:45 +0000)
CPU: NXP i.MX8QM RevB A53 at 1200 MHz at 88C
Carrier: Ixora v1.2

I can not run command “ums 0 mmc 0” to mount MMC on my host, I get the following error:

U-Boot 2022.04-6.1.0-devel+git.1c83b1aaad86 (Jan 05 2023 - 08:25:45 +0000)

CPU: NXP i.MX8QM RevB A53 at 1200 MHz at 67C

DRAM: 4 GiB
Core: 186 devices, 15 uclasses, devicetree: separate
MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
Loading Environment from MMC… OK
In: serial@5a070000
Out: serial@5a070000
Err: serial@5a070000
Model: Toradex 0037 Apalis iMX8QM 4GB WB IT V1.1C
Serial#: 06852374

BuildInfo:

  • SCFW f5623878, SECO-FW c9de51c0, IMX-MKIMAGE 37648c8b, ATF 9202efc
  • U-Boot 2022.04-6.1.0-devel+git.1c83b1aaad86

Net: eth0: ethernet@5b040000
Normal Boot
Hit any key to stop autoboot: 0
Apalis iMX8 # ums 0 mmc 0
Unknown command ‘ums’ - try ‘help’
Apalis iMX8 #

It is any other way to mount the emmc on a USB host.

Kind regards,
Saúl Trapiello

Hi @saultr !

Thanks for the question!

I just check the latest configuration of the U-Boot for BSP 6 and it has the ums (USB Mass Storage) enabled (line 43):

https://git.toradex.com/cgit/u-boot-toradex.git/tree/configs/apalis-imx8_defconfig?h=toradex_imx_lf_v2022.04#n43

Most probably you will need to try on the latest nightly release of BSP 6 for Apalis iMX8 to use the ums command:

But, please, be aware that the support for Apalis iMX8 on BSP 6 was not released yet:

Best regards,

Hi @henrique.tx, thanks for the quick reply.

I thought iMX8 was supported from version 6.1.0 in the downstream version, according to: https://www.toradex.com/pt-br/news/bsp-layers-reference-images-yocto-project-6-1-0-quarterly.

I have tested nightly version 6.2.0 and it seems that it has been solved.
Thanks,

Hi @saultr !

Thanks for the feedback!

If it is working for you, could you please mark the message as Solution? You can do that by clicking on the triple dots below the message and on the Solution button.

Best regards,