MEGA65 / mega65-core

MEGA65 FPGA core
Other
240 stars 85 forks source link

MEGAFLASH: add extra step between selecting erase and actually erasing a slot #624

Closed lydon42 closed 1 year ago

lydon42 commented 1 year ago

Currently flashing a slot will first check the COR and compare core hardware model to actual hardware model. This requires the user to interact an additional time, as well as giving the opportunity to abort (by RESET).

Selecting erase will directly erase the selected slot without waiting.

lydon42 commented 1 year ago

Upgraded to Release issue, as it concerns slot 0 security.

lydon42 commented 1 year ago

Add to jtagflash: Prohibit flashing of non-MEGA65 tagged cores to slot 0