Couldn't find program bash error in CWNANO

%%bash
cd …/hardware/victims/firmware/simpleserial-base/
make PLATFORM= CWNANO CRYPTO_TARGET= NONE

When I try to run this code in the “Connecting to hardware” tutorial I end up getting a “Couldn’t find program bash” error. Can somebody help?

  1. What method did you use to install ChipWhisperer?
  2. How are you running Jupyter?

Typically you need to run Jupyter via git bash, cygwin, msys, etc to get access to bash in Jupyter.

Hey thank you it worked.