cnrv / fpga-rocket-chip

Wrapper for Rocket-Chip on FPGAs
Other
120 stars 26 forks source link

Read boot.elf failed #10

Closed K16DIABLO closed 3 years ago

K16DIABLO commented 3 years ago

Hi, I'm implementing the fpga shell for ASIC on VC707 using this repo. My shell stops when it calls _f_read(&fil, buf, SD_READSIZE, &br), but I cannot find what the problem is. The configuration is almost same as this repo. Can you help me?

wsong83 commented 3 years ago

As I do not have this board on hand and have no experience in using fpga shell, I cannot help directly. For my own experience, you would be better to have the underlying SPI (if you use the SPI mode for SD) worked properly beforing trying reading a file from SD.

wsong83 commented 3 years ago

Since we do not have resource to support any porting effort other than Nexys4-DDR, this issue is closed.