Thanks Jones. I did noticed the logi-sdram-test project earlier and the source codes looked like it was meant for LogiBone 1.0 that used the SDRAM MT48LC16M16A2. I wasn't sure if there is an updated sdram controller for the LogiBone 1.5.1.
Thank…
My UCF file on SPI connections is like this. I've also attached the ucf file i'm using for your reference.
NET "SYS_SPI_MISO" LOC = "P82" | IOSTANDARD = LVTTL;
NET "SYS_SPI_SCK" LOC = "P70" | IOSTANDARD = LVTTL | CLOCK_DEDICATED_ROUTE = F…
So I tried the suggestion Jonathan had but the SPI communication still failed.
Here is what I did:
Modified the spi device to "/dev/spidev1.0" in file "logi-com-test/sw/logipi/wishbone_wrapper.c".
Note that the hw hdl code is from "logi-com…