Hi,
Background:
We are trying to flash the Default-image "tisdk-default-image-am64xx-evm.tar.xz" to eMMc on custom Board .We are getting the below core dump.
We are using processor SDKv9_00_00_03.
Please help us in resolving the issue.
Below is the link of our earlier query on flashing eMMc on custom board.
In continuation to this we have made suggested changes in device tree as below
sdhci0: mmc@fa10000 {
compatible = "ti,am64-sdhci-8bit";
reg = <0x00 0xfa10000 0x00 0x260>, <0x00 0xfa18000 0x00 0x134>;
interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
power-domains = <&k3_pds 57 TI_SCI_PD_EXCLUSIVE>;
clocks = <&k3_clks 57 0>, <&k3_clks 57 1>;
clock-names = "clk_ahb", "clk_xin";
/* mmc-ddr-1_8v;
mmc-hs200-1_8v;*/
no-1-8-v;
ti,trm-icp = <0x2>;
ti,itap-del-sel-legacy = <0x10>;
ti,itap-del-sel-mmc-hs = <0xA>;
ti,itap-del-sel-ddr52 = <0x3>;
ti,otap-del-sel-legacy = <0x0>;
ti,otap-del-sel-mmc-hs = <0x0>;
ti,otap-del-sel-ddr52 = <0x6>;
ti,otap-del-sel-hs200 = <0x7>;
};
After this also
we are getting error as attached in the log below.
logs flashing to emmc on custom baord.txt
When The same SD card is used to flash eMMC on AM4EVM it is flashing correctly and we are able to boot from eMMC.
Please help to solve the issue.
Thank You.