]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/host-tools.git/blob - k3-bootswitch/k3bootswitch.conf
k3bootswitch.conf: Add examples of new features
[glsdk/host-tools.git] / k3-bootswitch / k3bootswitch.conf
1 [core]
2         ipaddr = 10.24.xx.xxx
3         # Default switch type is Phidget
4         switch_type = phidget
5         # To use RPS comment the above, and uncomment the following
6         # with correct UART device
7         #switch_type = rps
8         #rps_dev = /dev/ttyUSB4
10 [j721e-evm]
11         switch = 0
12         uart_dev = /dev/ttyUSB0
13         nfspath = /home/xxxx/targetfs/coresdk70
15 [j7200-evm]
16         switch = 1
17         uart_dev = /dev/ttyUSB6
18         nfspath = /home/xxxx/targetfs/coresdk70
20 [am65xx-evm]
21         switch = 2
22         uart_dev = /dev/ttyUSB12
23         nfspath = /home/xxxx/targetfs/coresdk70
25 [am64xx-evm]
26         switch = 3
27         uart_dev = /dev/ttyUSB16
28         nfspath = /home/xxxx/targetfs/coresdk70