vivado-risc-v icon indicating copy to clipboard operation
vivado-risc-v copied to clipboard

VCU118 boot failed with v3.6.0

Open Yuxin-Yu opened this issue 7 months ago • 0 comments

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

Yuxin-Yu avatar Jul 24 '24 09:07 Yuxin-Yu