Hi,
I am currently trying to execute the instructions given from this thread e2e.ti.com/.../922975 to mount UFS in Linux. I am using the PSDKLA
U-Boot SPL 2020.01-dirty (Oct 06 2020 - 08:23:24 +0200) SYSFW ABI: 3.0 (firmware rev 0x0014 '20.04.1-v2020.04a (Terrific Lla') Trying to boot from MMC2 Loading Environment from MMC... *** Warning - No MMC card found, using default environment Remoteproc 2 started successfully ** File not found /lib/firmware/j7-mcu-r5f0_0-fw ** Starting ATF on ARM64 core... NOTICE: BL31: v2.3():07.00.00.005-dirty NOTICE: BL31: Built : 14:33:55, Jun 17 2020 U-Boot SPL 2020.01-dirty (Oct 06 2020 - 08:22:27 +0200) SYSFW ABI: 3.0 (firmware rev 0x0014 '20.04.1-v2020.04a (Terrific Lla') Detected: J7X-BASE-CPB rev E3 Detected: J7X-VSC8514-ETH rev E2 Trying to boot from MMC2 U-Boot 2020.01-dirty (Oct 06 2020 - 08:22:27 +0200) SoC: J721E SR1.0 Model: Texas Instruments K3 J721E SoC Board: J721EX-PM2-SOM rev E7 DRAM: 4 GiB not found for dev hbmc-mux Flash: 0 Bytes MMC: ti_sci_power_domain_on: get_device(91) failed (-19) sdhci@4f80000 - probe failed: -19 ti_sci_power_domain_on: get_device(91) failed (-19) Loading Environment from MMC... *** Warning - No MMC card found, using default environment In: serial@2800000 Out: serial@2800000 Err: serial@2800000 Detected: J7X-BASE-CPB rev E3 Detected: J7X-VSC8514-ETH rev E2 Net: Warning: ethernet@046000000 using MAC address from ROM eth0: ethernet@046000000 Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc1 is current device SD/MMC found on device 1 40 bytes read in 1 ms (39.1 KiB/s) Loaded env from uEnv.txt Importing environment from mmc1 ... 16654344 bytes read in 338 ms (47 MiB/s) 89857 bytes read in 4 ms (21.4 MiB/s) ## Flattened Device Tree blob at 82000000 Booting using the fdt blob at 0x82000000 Loading Device Tree to 00000000fdda1000, end 00000000fdeb9fff ... OK Starting kernel ...After the kernel has been started, I get this output when executing step 3) from the thread:
root@j7-evm:~# ufs-utils desc -t 1 -w ./config_desc_data_ind_-p /dev/bsg/ufs-bsg0 Err: Missing device path type
And for step 5) at the u-boot prompt, I get this error:
=> ufs init ti_sci_power_domain_on: get_device(277) failed (-19)
What is missing in my configuration so that I can execute these commands properly? Sorry if the solution is obvious, but I am new at working with the TDA4 board.
Thank You!