summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 167dcc1)
raw | patch | inline | side by side (parent: 167dcc1)
author | Nikhil Devshatwar <nikhil.nd@ti.com> | |
Tue, 1 Sep 2020 13:12:24 +0000 (18:42 +0530) | ||
committer | Nikhil Devshatwar <nikhil.nd@ti.com> | |
Tue, 1 Sep 2020 13:12:26 +0000 (18:42 +0530) |
Add instructions for setting up the config file
Also add switch settings for j7200-evm
Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
Also add switch settings for j7200-evm
Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
k3-bootswitch/README.rst | patch | blob | history |
index c67d2b3e2ac305ae532e9fdd3ec1b5d964c2b7d6..976749a4ad0e2a04baab24ebceb24336a395d6e8 100644 (file)
--- a/k3-bootswitch/README.rst
+++ b/k3-bootswitch/README.rst
---------------------------------
* j721e-evm settings => SW8 = 1000 0000 SW9 = 0010 0000 SW3 = 0101 00 1010
+* j7200-evm settings => SW8 = 1000 0000 SW9 = 0010 0000 SW3 = 0101 00 1010
* am65xx-evm settings => SW2 = 0000 0000 00 SW3 = 0001 0000 00 SW4 = 11
+Phidget setup
+-------------
+
+This script uses phidget to control power for restarting the boards.
+Since everyone has different configuration, the script parses the data from a
+config file. You can copy the template as follows and then customize as required.
+
+ cp k3bootswitch.conf ~/HOME/.config/
+
Usage
-----