You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to set the write protection bits on the bootloader and user image to make it a little harder for the FPGA to accidentally erase or overwrite the bootloader if the user image is trying to write to SPI flash. This would require a state machine in the spiflash bridge to unlock the flash when handling the first block, and to re-lock it when returning to the dfuIDLE state.
The text was updated successfully, but these errors were encountered:
It would be nice to set the write protection bits on the bootloader and user image to make it a little harder for the FPGA to accidentally erase or overwrite the bootloader if the user image is trying to write to SPI flash. This would require a state machine in the spiflash bridge to unlock the flash when handling the first block, and to re-lock it when returning to the dfuIDLE state.
The text was updated successfully, but these errors were encountered: