mirror of
https://github.com/linux-msm/bootrr.git
synced 2026-02-25 13:12:03 -08:00
README: Add readme with local testing details
I keep forgetting how to run the tests locally from git or tarball, so create the README file with details Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
6596c94ebf
commit
99c8e7a517
9
README
Normal file
9
README
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
- Steps to run bootrr locally (helpful while testing on local board or
|
||||
creating new tests)
|
||||
|
||||
Clone the bootrr repo or use a tarball from repo
|
||||
Run the below cmds for running tests for a given board locally
|
||||
|
||||
# export PATH=$PWD/helpers:$PATH
|
||||
# ./boards/<file>
|
||||
Reference in New Issue
Block a user