Skip to content

Commit

Permalink
firmware: spi: Disabled PSRAM SPI test due to squishy-scsi/hardware#17
Browse files Browse the repository at this point in the history
  • Loading branch information
lethalbit committed Jan 23, 2025
1 parent 2176ec1 commit 79dbe12
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions firmware/spi.cc
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,12 @@ bool setup_spi() noexcept {
return false;
}

if (!test_psram()) {
active_fault = fault_code_t::SPI_PSRAM_BAD;
return false;
}
// NOTE(aki): There is a hardware bug (squishy-scsi/hardware#17) that causes this test to run
// forever until you gently boop the FPGA_CIPO line with your finger or oscliscope probe.
// if (!test_psram()) {
// active_fault = fault_code_t::SPI_PSRAM_BAD;
// return false;
// }


fpga_enter_cfg();
Expand Down

0 comments on commit 79dbe12

Please sign in to comment.