Skip to content

Commit

Permalink
Try without serial flash to see if that is the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Sep 8, 2023
1 parent c86aac9 commit 9268d38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@ default void writeBlacklist(@Valid BMPCoords bmp, @Valid BMPBoard board,

// Do the actual writes here; any failure before here is unimportant
writeFlash(bmp, board, BMP_BOOT_SECTOR_ADDR, data, true);
writeSerialFlash(bmp, board, NULL, ByteBuffer.wrap(sfData));
// writeSerialFlash(bmp, board, NULL, ByteBuffer.wrap(sfData));
}

/**
Expand Down

0 comments on commit 9268d38

Please sign in to comment.