Skip to content

Commit

Permalink
update pycdnet
Browse files Browse the repository at this point in the history
  • Loading branch information
dukelec committed Mar 18, 2024
1 parent d45d08b commit e4dc5aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pycdnet
10 changes: 5 additions & 5 deletions tools/fw_cfg_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
'80:00:11': ['80fc934', 'cdpump_v1_80fc934.hex', 'cdpump-v5.json', 'cdpump_11.mpk'],

'80:00:21': ['f7cc721', 'cdcam_v2_v3_f7cc721.hex', 'cdcam-v3.json', 'cdcam_21.mpk'],
'80:00:22': ['f7cc721', 'cdcam_v2_v3_f7cc721.hex', 'cdcam-v3.json', 'cdcam_22.mpk'],
#'80:00:22': ['f7cc721', 'cdcam_v2_v3_f7cc721.hex', 'cdcam-v3.json', 'cdcam_22.mpk'],

#'80:00:21': ['1a0d1ce', 'cdcam_v1_1a0d1ce.hex', 'cdcam-v3.json', 'cdcam_21.mpk'],
#'80:00:22': ['1a0d1ce', 'cdcam_v1_1a0d1ce.hex', 'cdcam-v3.json', 'cdcam_22.mpk'],
#'80:00:21': ['1a0d1ce', 'cdcam_v1_1a0d1ce.hex', 'cdcam-v3.json', 'cdcam_21.mpk'],
'80:00:22': ['1a0d1ce', 'cdcam_v1_1a0d1ce.hex', 'cdcam-v3.json', 'cdcam_22.mpk'],
}


Expand All @@ -55,8 +55,8 @@ def invoke_cmd(cmd):
t_hex = last_list[k][1]
t_json = last_list[k][2]
t_mpk = last_list[k][3]
cdg_cmd_path = pjoin(cdbus_gui, 'tools', 'cdg_cmd.py')
cdg_iap_path = pjoin(cdbus_gui, 'tools', 'cdg_iap.py')
cdg_cmd_path = 'python ' + pjoin(cdbus_gui, 'tools', 'cdg_cmd.py') + ' --tty 0483:5740'
cdg_iap_path = 'python ' + pjoin(cdbus_gui, 'tools', 'cdg_iap.py') + ' --tty 0483:5740'
t_json_path = pjoin(cdbus_gui, 'configs', t_json)
t_hex_path = pjoin('firmware', t_hex)
t_mpk_path = pjoin('cdbus_gui_configs', t_mpk)
Expand Down

0 comments on commit e4dc5aa

Please sign in to comment.