We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b3153 commit c92914dCopy full SHA for c92914d
client/cmdscripts/rdv4_init_extflash.cmd
@@ -3,4 +3,5 @@
3
mem load -f mfc_default_keys --mfc
4
mem load -f t55xx_default_pwds --t55xx
5
mem load -f iclass_default_keys --iclass
6
+mem load -f mfulc_default_keys --ulc
7
lf t55xx deviceconfig -z -p
client/luascripts/init_rdv4.lua
@@ -78,6 +78,7 @@ function main(args)
78
core.console('mem load -f mfc_default_keys --mfc')
79
core.console('mem load -f t55xx_default_pwds --t55xx')
80
core.console('mem load -f iclass_default_keys --iclass')
81
+ core.console('mem load -f mfulc_default_keys --ulc')
82
print(dash)
83
84
-- T55x7 Device configuration
0 commit comments