You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Section 1.1: Retrieve SRAM's stable bits using data remanence algorithm
I was trying to execute this. I uploaded the arduino code using platformio successfully.
Then i ran the GetStableBits.py. But I got an error "Error connecting to Arduino".
software-based-PUF/Source Code/enrollment and testing/master-testing/GetStableBits.py
pls help.
I feel setting up the environment to run this project is quite a big task. If you could give detailed instructions on this it would be a great help to everyone.
The text was updated successfully, but these errors were encountered:
Section 1.1: Retrieve SRAM's stable bits using data remanence algorithm I was trying to execute this. I uploaded the arduino code using platformio successfully. Then i ran the GetStableBits.py. But I got an error "Error connecting to Arduino". software-based-PUF/Source Code/enrollment and testing/master-testing/GetStableBits.py pls help.
I feel setting up the environment to run this project is quite a big task. If you could give detailed instructions on this it would be a great help to everyone.
Did you resolved this issue?
myndcryme
changed the title
Not able to run the code
Not able to run the code - "Error connecting to Arduino"
Jun 13, 2023
This is an old question but I'll modify the title and leave it open because it is frequently asked. The author of this project hard coded the device path specific to his environment. Each user must make sure to use their own device path. For example, using Debian, my Arduino is recognized as '/dev/ttyACM0' when plugged in, so in GetStableBits.py (line 124)
Section 1.1: Retrieve SRAM's stable bits using data remanence algorithm
I was trying to execute this. I uploaded the arduino code using platformio successfully.
Then i ran the GetStableBits.py. But I got an error "Error connecting to Arduino".
software-based-PUF/Source Code/enrollment and testing/master-testing/GetStableBits.py
pls help.
I feel setting up the environment to run this project is quite a big task. If you could give detailed instructions on this it would be a great help to everyone.
The text was updated successfully, but these errors were encountered: