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
SerialFlashUnknownJedec constructor expects a bytes-like parameter jedec (since it is passed in hexlify()), however in some places a str is passed into the constructor instead (lines 227 and 249 of pyspiflash/serialflash.py):
raiseSerialFlashUnknownJedec("Unable to read JEDEC Id")
The text was updated successfully, but these errors were encountered:
SerialFlashUnknownJedec
constructor expects a bytes-like parameterjedec
(since it is passed inhexlify()
), however in some places a str is passed into the constructor instead (lines 227 and 249 of pyspiflash/serialflash.py):The text was updated successfully, but these errors were encountered: