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
Currently, if the fpga firmware header does not match the rom firmware header, the M64 will print 'F' in TXBL[0][0]. This is implemented in handle_bad_firmware. Ideally, there should be a more detailed error code.
Proposed Solution
If the firmwares don't match, we should print both the fpga firmware header and rom firmware header. Note that if the null terminator is not found in a header, the header is assumed to be 256 bytes.
The text was updated successfully, but these errors were encountered:
Currently, if the fpga firmware header does not match the rom firmware header, the M64 will print
'F'
inTXBL[0][0]
. This is implemented inhandle_bad_firmware
. Ideally, there should be a more detailed error code.Proposed Solution
If the firmwares don't match, we should print both the fpga firmware header and rom firmware header. Note that if the null terminator is not found in a header, the header is assumed to be 256 bytes.
The text was updated successfully, but these errors were encountered: