From 6230a690fcfae2c51aadf4ce57d555e502fcce93 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Tue, 24 Dec 2019 11:37:59 +0200 Subject: Implemented offline firmware upgrade support on PPC. --- .../PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs index 421b4ee54..3e3fbcc27 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs @@ -53,6 +53,13 @@ namespace Tango.PPC.Common.MachineUpdate /// Task UpdateFromTUP(String fileName, bool setupFirmware, bool setupFPGA); + /// + /// Performs a firmware upgrade from the specified TFP file. + /// + /// Name of the file. + /// + Task UpdateFromTFP(String fileName); + /// /// Checks if any update are available for the specified machine serial number. /// -- cgit v1.3.1