summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJai Luthra2024-01-23 06:30:54 -0600
committerJai Luthra2024-01-23 06:33:57 -0600
commitfd4e8111275318732a0fab2b18cb3238563f42bb (patch)
tree45949726cafb972fc5bf465965c821a2114bac2b
parent990654084e8182ffefdf0d01d2a0823a064ce36d (diff)
downloadhost-tools-master.tar.gz
host-tools-master.tar.xz
host-tools-master.zip
k3bootswitch.conf: Add examples of new featuresHEADmaster
DTB overlays for TFTP can be specified in the config. And the USB path to the DFU device also has to be specified to make dfu-util work with multiple boards. Signed-off-by: Jai Luthra <j-luthra@ti.com>
-rw-r--r--k3-bootswitch/k3bootswitch.conf20
1 files changed, 8 insertions, 12 deletions
diff --git a/k3-bootswitch/k3bootswitch.conf b/k3-bootswitch/k3bootswitch.conf
index 263427e..08cb0c5 100644
--- a/k3-bootswitch/k3bootswitch.conf
+++ b/k3-bootswitch/k3bootswitch.conf
@@ -15,22 +15,18 @@
15 #relay_name = HURTM 15 #relay_name = HURTM
16 16
17 17
18[j721e-evm] 18[am62xx-evm]
19 switch = 0 19 switch = 0
20 uart_dev = /dev/ttyUSB0 20 uart_dev = /dev/ttyUSB0
21 nfspath = /home/xxxx/targetfs/coresdk70 21 nfspath = /home/xxxx/targetfs/coresdk70
22 # dtb overlays to be applied with TFTP boot mode can be specified here
23 overlays = k3-am62x-sk-hdmi-audio.dtbo
24 # look at output of dfu-util -l with board attached and in DFU bootmode to
25 # find the correct USB BUS-PORT path
26 dfu_path = 1.12.2
22 27
23[j7200-evm] 28[am62axx-evm]
24 switch = 1 29 switch = 1
25 uart_dev = /dev/ttyUSB6 30 uart_dev = /dev/ttyUSB6
26 nfspath = /home/xxxx/targetfs/coresdk70 31 nfspath = /home/xxxx/targetfs/coresdk70
27 32 dfu_path = 1.12.3
28[am65xx-evm]
29 switch = 2
30 uart_dev = /dev/ttyUSB12
31 nfspath = /home/xxxx/targetfs/coresdk70
32
33[am64xx-evm]
34 switch = 3
35 uart_dev = /dev/ttyUSB16
36 nfspath = /home/xxxx/targetfs/coresdk70