We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @eugene-tarassov ,I used vcu118 with pmod SD card module to start Linux. The relevant Block Design, tcl script, and dts files are shown below
set_property -dict [ list \ CONFIG.sdio_card_detect_level {0} \ CONFIG.capabilies_reg {0x0001} \ ] $SD
mmc: mmc0@60000000 { compatible = "riscv,axi-sd-card-1.0"; clock = <100000000>; reg = <0x60000000 0x10000>; bus-width = <4>; fifo-depth = <256>; interrupt-parent = <&{/soc/interrupt-controller@c000000}>; interrupts = <2>; max-frequency = <50000000>; cap-sd-highspeed; cap-mmc-highspeed; no-sdio; };
The startup error is as follows:
RISC-V 64, Boot ROM V3.6 Cannot access SD: Timeout Cannot mount SD: Disk not ready
How can I fix this
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @eugene-tarassov ,I used vcu118 with pmod SD card module to start Linux. The relevant Block Design, tcl script, and dts files are shown below
The startup error is as follows:
How can I fix this
The text was updated successfully, but these errors were encountered: