From 54abc68e0592289085f33e93e997b62f8ce8789d Mon Sep 17 00:00:00 2001 From: Trecia Agoylo Date: Thu, 7 Dec 2023 17:01:37 +0800 Subject: [PATCH] remove checking of files when updating from sdcard Signed-off-by: Trecia Agoylo --- nebula/manager.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nebula/manager.py b/nebula/manager.py index 58a765de..448ee6df 100644 --- a/nebula/manager.py +++ b/nebula/manager.py @@ -404,7 +404,8 @@ def board_reboot_uart_net_pdu( self, system_top_bit_path, bootbinpath, uimagepath, devtreepath, sdcard=False ): """Manager when UART, PDU, and Network are available""" - self._check_files_exist( + if not sdcard: + self._check_files_exist( system_top_bit_path, bootbinpath, uimagepath, devtreepath ) try: