Firmware Update issue

Hello everyone, I am new to ChipWhisperer.

When I tried to update my firmware for CW308, I followed the steps in the tutorial

https://chipwhisperer.readthedocs.io/en/latest/api.html#firmware-update

I failed in this step,

target = cw.target(None, cw.targets.CW308);

Since I got the message,

AttributeError: module ‘chipwhisperer.capture.targets’ has no attribute ‘CW308’

How can I fix it?

Hi,

There’s no firmware to update on the CW308. CW308 target boards can be programmed as described on their documentation page. For example, the STM32F boards.

If you mean the CW305, you can fix that error by changing cw.targets.CW308 to cw.targets.CW305.

Alex

I’m doing with CW308 actually, that’s why this error message confused me a lot.

Thank you so much for telling me about this, I’ll head to this way.