%%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?
%%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?
Typically you need to run Jupyter via git bash, cygwin, msys, etc to get access to bash in Jupyter.
Hey thank you it worked.