Other Parts Discussed in Thread: TCA6424, CSD
It’s the first time that we use QNX+RTOS system on our customized project board. When I run the board, startup process is stucked as blow:
System page at phys:0000000080011000 user:ffffff8040254000 kern:ffffff8040251000
Starting next program at vffffff8060086e10
It stops here.
Before our project use LINUX+RTOS on our customized board, and “main_sdhci1” is changed in according “k3-j721e-main.dtsi”as below:
sdhci-caps-mask = <0x8000000F 0x0>;
“k3-j721e-common-proc-board.dts” is changed as blow:
&main_sdhci1 {
/* SD/MMC */
//vmmc-supply = <&vdd_mmc1>;
//vqmmc-supply = <&vdd_sd_dv_alt>;
pinctrl-names = "default";
pinctrl-0 = <&main_mmc1_pins_default>;
disable-wp;
};
After that, It works.
whether the reason of problem is the same?
If the problem is caused by sdchi config, how can I fix that?
thank you!