Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 576 Bytes

File metadata and controls

17 lines (12 loc) · 576 Bytes

Steps to run load-build.sh

  1. give permissions chmod 777 load-build.sh
  2. Enables data sharing between components
  3. install sshpass brew install sshpass
  4. execute the script using './load-build.sh'

Steps to run firmware_update.py

  1. Python must be installed
  2. Create a python virtual env using python3 -m venv my_venv
  3. Activate the virtual env using source my_venv/bin/activate
  4. It should have (my_env)  at the beginning of every prompt
  5. run pip3 install paramiko
  6. execute the script using './firmware_update.py'