Skip to content
New issue

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

VCU118 boot failed with v3.6.0 #242

Open
Yuxin-Yu opened this issue Jul 24, 2024 · 0 comments
Open

VCU118 boot failed with v3.6.0 #242

Yuxin-Yu opened this issue Jul 24, 2024 · 0 comments

Comments

@Yuxin-Yu
Copy link

Yuxin-Yu commented Jul 24, 2024

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

image
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant