Hi,
I am facing problems building firmware in the tutorial 1 - Connecting to Hardware.ipynb in jupyter . First of all I am using:
-ChipWhisperer-Lite Capture
-CW308 UFO Baseboard
-CW308T-STM32F3
And I try with the code
%%bash
cd …/hardware/victims/firmware/simpleserial-base/
make PLATFORM=CW308_STM32F3 CRYPTO_TARGET=NONE
and with:
CalledProcessError: Command ‘b’#pwd\ncd …/hardware/victims/firmware/simpleserial-base/\nmake PLATFORM=CW308_STM32F3 CRYPTO_TARGET=NONE\n’’ returned non-zero exit status 2.
(Sorry that I can only post one photo here.)
I have install the Chipwhisperer following the Windows Installer, but still don’t know the reason.
I have exactly the same issue that she describes.
I have change the %%bash to %%sh, unfortunately that doesn’t fix the problem, has anyone an other idea please ?
Hi!
I have installed it in my local disk C, with a Windows 11Professional Operation System,& I have followed the “Windows Bundled Installer” step in the chipwhisperer official website documentation.
Hi! Just to tell you that it’s okay my problem is fix , it was simply an error of writing in the code. (about adding the target reference name properly in the line make plateform…)