when i compile the code i see this error at the top,
I am not able to find what’s wrong with me
Hi,
It’s exactly as that warning says: there’s a new firmware version for your ChipWhisperer. I’m currently working on a full changelog for all the firmware versions, but the fix in 0.61 was for CDC communication (COMX serial port), so unless you’re using that, don’t worry about updating.
You can see your current firmware version via scope.fw_version
.
Alex
here is the output
{‘major’: 0, ‘minor’: 60, ‘debug’: 0}
I updated several types by the script given below but I am getting this 0.60 version only
import chipwhisperer as cw
cw.program_sam_firmware(hardware_type='cwlite')
import chipwhisperer as cw
scope = cw.scope()
scope.upgrade_firmware()
You’re probably on a commit that mistakenly bumped the firmware version before including the actual firmware update. I’d recommend pulling the latest commit on develop.