From 8a67ec5524d5a2507d3b965563e9e48d4bcd20a4 Mon Sep 17 00:00:00 2001 From: Pepping <pepping> Date: Tue, 26 Jul 2016 14:23:41 +0000 Subject: [PATCH] Changed the epcs setting form -n 7 to -n4 in order to skipp verification. --- tools/oneclick/gui/unb_gui_commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/oneclick/gui/unb_gui_commands.py b/tools/oneclick/gui/unb_gui_commands.py index c3b0cde7fc..788562cbc3 100644 --- a/tools/oneclick/gui/unb_gui_commands.py +++ b/tools/oneclick/gui/unb_gui_commands.py @@ -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: -- GitLab