forgot the 'r' change became long param '--r0'
This commit is contained in:
@@ -82,10 +82,10 @@ function main(args)
|
||||
-- T55x7 Device configuration
|
||||
print('Configure T55XX device side to match RDV4')
|
||||
print(dash)
|
||||
core.console('lf t55xx deviceconfig -r 0 -a 29 -b 17 -c 15 -d 47 -e 15 -p')
|
||||
core.console('lf t55xx deviceconfig -r 1 -a 29 -b 17 -c 18 -d 50 -e 15 -p')
|
||||
core.console('lf t55xx deviceconfig -r 2 -a 29 -b 17 -c 18 -d 40 -e 15 -p')
|
||||
core.console('lf t55xx deviceconfig -r 3 -a 29 -b 17 -c 15 -d 31 -e 15 -f 47 -g 63 -p')
|
||||
core.console('lf t55xx deviceconfig --r0 -a 29 -b 17 -c 15 -d 47 -e 15 -p')
|
||||
core.console('lf t55xx deviceconfig --r1 -a 29 -b 17 -c 18 -d 50 -e 15 -p')
|
||||
core.console('lf t55xx deviceconfig --r2 -a 29 -b 17 -c 18 -d 40 -e 15 -p')
|
||||
core.console('lf t55xx deviceconfig --r3 -a 29 -b 17 -c 15 -d 31 -e 15 -f 47 -g 63 -p')
|
||||
|
||||
print('')
|
||||
print('')
|
||||
|
||||
Reference in New Issue
Block a user