This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VE-Q1: eMMC user/UDA booting in FS (filesystem) mode

Part Number: TDA4VE-Q1

Hi,

I would like to boot our TDA4VE based board of the eMMC UDA partition in filesystem mode -> using the same image as for the SD card!

If I set BOOTPINS accordingly I can see ROM booting from eMMC UDA partition but then the next stage is not booing correctly:

U-Boot SPL 2021.01-g2767b8f944 (Apr 14 2023 - 09:07:41 +0000)
ti_sci system-controller@44083000: Message not acknowledgedSYSFW ABI: 3.1 (firmware rev 0x0008 '8.6.0--v
08.06.00 (Chill Capybar')
SPL initial stack usage: 13472 bytes
Trying to boot from MMC1
init_env from device 17 not supported!
Starting ATF on ARM64 core...

ti_sci system-controller@44083000: ti_sci_get_response: Message receive failed. ret = -110
ti_sci system-controller@44083000: Message not acknowledgedFailed to put device 295 (-19)

### ERROR ### Please RESET the board ###

What am I missing?

Here is the content of FAT32 partition on the eMMC UDA partition:

=> fatls mmc 0:1
 19016192   Image
    78664   k3-am68-example-board.dtb
    78664   oftree
   411638   tiboot3.bin
   970456   tispl.bin
  1113036   u-boot.img
      574   uEnv.txt

7 file(s), 0 dir(s)

=> 

Please note that I am not interested in "eMMC UDA partition RAW mode" nor in "eMMC boot0/boot1 booting"!