summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (from parent 1: c0b20cd)
raw | patch | inline | side by side (from parent 1: c0b20cd)
author | Nikhil Devshatwar <nikhil.nd@ti.com> | |
Tue, 28 Jul 2020 10:03:51 +0000 (15:33 +0530) | ||
committer | Nikhil Devshatwar <nikhil.nd@ti.com> | |
Tue, 28 Jul 2020 10:03:56 +0000 (15:33 +0530) |
Update the name of the script to be dfu-boot.sh instead of
dfu-util.sh
Fix typos
Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
dfu-util.sh
Fix typos
Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
k3-bootswitch/README.rst | patch | blob | history |
index 21a76b6c3d4f5b03de5c86402de16ab6a84e7a4f..7f48aac48405a483420f7a4501808cebeee42f52 100644 (file)
--- a/k3-bootswitch/README.rst
+++ b/k3-bootswitch/README.rst
* Install dfu-util package on the Linux PC with
``sudo apt-get install dfu-util``
* To boot the j721e-evm board in MMC bootmode, run following
- ``sudo ./dfu-util.sh --j721e-evm --bootmode mmc``
+ ``sudo ./dfu-boot.sh --j721e-evm --bootmode mmc``
Currently supported bootmodes are: **mmc, emmc, ospi, uart, noboot**
* To mount the emmc from j721e-evm board to the Linux PC, run following
- ``sudo ./dfu-util.sh --j721e-evm --mount 0``
+ ``sudo ./dfu-boot.sh --j721e-evm --mount 0``
* To mount the SD card from am65xx-evm board to the Linux PC, run following
- ``sudo ./dfu-util.sh --am65xx-evm --mount 1``
+ ``sudo ./dfu-boot.sh --am65xx-evm --mount 1``
Advantages
for main uart. (The one where all u-boot/SBL/kernel logs appear)
* Update the **switch** variable to reflect the correct switch number which
controls the power via phidget
-* If you have a differen mechanism to power the board, write your own implementation
+* If you have a different mechanism to power the board, write your own implementation
for **toggle_power** function instead of the default phidget commands