Help to building firmware

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 I got the error like:


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.

Hi,

If you change %%bash to %%sh, does that fix your issue?

Alex

Hi,

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 ?

Gabriel

Hi,

What operation system and install method have you used?

Can you run

%%bash
echo $PATH

and post the output as well?

Alex

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.

OK Here is a capture of the executed command :

Hope that it’s helpful.

Thank you for your help.

Hi! Just to tell you that it’s okay my problem is fix :grinning:, it was simply an error of writing in the code. (about adding the target reference name properly in the line make plateform…)

Good to hear you got it working.

Alex