Part Number: AM5728
Hello.
We use AM572x_IDK board.
We are booting an application for IPU via MLO.
The application initializes and uses SPI_2, I2C_0 and PRUSS.
We also have SPL as an application for A15 core in the multi-core application.
The A15 core is loaded with SPL -> u-boot -> Linux.
If we use at least one of the the above-mentioned peripherals from IPU before Linux has completely started, Linux boot process hangs on mounting rootfs.
Seems that SD-card is not found by its driver.
We have checked .dts-files used in our build and either see no such peripherals or have deleted their definition out of the files.
What might be the issue?