Skip to content

Remotely flash firmware on multiple Chrome DUTs simultaneously.

Notifications You must be signed in to change notification settings

Mahdi451/Flashing_EC_CoreBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flashing Binaries

This script copies over and flashes both CB\EC simultaneously on multiple devices.

Prerequisites

You will need to execute this command in terminal.

$ pip install -r requirements.txt

This command will install all the modules needed to allow this script to run.

Running

Create a folder called latest to store the bin files within the same directory as the script.

requirements.txt  latest/  ChromeTestLib.py  flashing_binaries.py  IPs.txt

After that place the device ip addresses into IPs.txt and you are ready to run the script!
Please enter the e-mails that you would like the flash results sent to in this format.

test1@host.com, test2@host.com, test3@host.com, ...

About

Remotely flash firmware on multiple Chrome DUTs simultaneously.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages