From 649b4f540e63c3d4ce7e5b13633ed9b6f69c4c4a Mon Sep 17 00:00:00 2001 From: dekunukem Date: Sun, 16 Apr 2023 17:27:39 +0100 Subject: [PATCH] added new card fw update support --- user_program/usb4vc_shared.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/user_program/usb4vc_shared.py b/user_program/usb4vc_shared.py index 8246dcd..5f638bf 100644 --- a/user_program/usb4vc_shared.py +++ b/user_program/usb4vc_shared.py @@ -5,7 +5,7 @@ config_dir_path = "/home/pi/usb4vc/config" firmware_dir_path = "/home/pi/usb4vc/firmware" temp_dir_path = "/home/pi/usb4vc/temp" -i2c_bootloader_pbid = [1] +i2c_bootloader_pbid = [1, 3] usb_bootloader_pbid = [2] def ensure_dir(dir_path): @@ -18,9 +18,12 @@ def ensure_dir(dir_path): 20230307 Added BUSY signal detect +0.3.1 +20230416 +Added Lisa Mac ADB card firmware update support """ -RPI_APP_VERSION_TUPLE = (0, 3, 0) +RPI_APP_VERSION_TUPLE = (0, 3, 1) code_name_to_value_lookup = { 'KEY_RESERVED':(0, 'kb_key'),