Skip to content

tiwari-nishant/Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors