install_fw: Images "cs6c" not supported

This commit is contained in:
remittor
2025-03-18 20:50:42 +03:00
parent cc8c3ec020
commit 47622ef93d
+2
View File
@@ -227,6 +227,8 @@ class XqFlash():
if img_name:
self.img_stock_names[img_name] = len(image)
#self.save_all_images(req_cmd = False, prefix = "_ubi_")
if image[:4] == b'cs6c':
print(f'Images "cs6c" not supported!')
return hr
def parse_stock_image(self, image):