Skip to content
Snippets Groups Projects
Commit 8a67ec55 authored by Pepping's avatar Pepping
Browse files

Changed the epcs setting form -n 7 to -n4 in order to skipp verification.

parent 5c48f6f0
No related branches found
No related tags found
No related merge requests found
......@@ -293,7 +293,7 @@ class Commands:
#flash the rbf file using util_epcs.py
for lcu in lcu_list:
s = self.setcmd('util_epcs.py', lcu)
s += ' -n 7'
s += ' -n 4'
if lcu == 'local':
s += ' -s %s' % rbf_file
else:
......@@ -433,7 +433,7 @@ class Commands:
self.print_to_terminal('Start flashing user image\n')
for lcu in lcu_list:
s = self.setcmd('util_epcs.py', lcu)
s += ' -n 7'
s += ' -n 4'
if lcu == 'local':
s += ' -s %s' % rbf_file
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment