Skip to content

Commit

Permalink
HSS update: update file name
Browse files Browse the repository at this point in the history
Updated the file name of the hex file that will be used in the envm client for HSS_UPDATE to match the new naming convention used by the HSS
  • Loading branch information
hughbreslin committed Sep 27, 2022
1 parent 3cb763b commit 371998d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MPFS_ICICLE_KIT_REFERENCE_DESIGN.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ if {[info exists HSS_UPDATE]} {
if {[catch {exec wget https://github.com/polarfire-soc/hart-software-services/releases/latest/download/hss-envm-wrapper.mpfs-icicle-kit-es.hex -P ./script_support/} issue]} {
}
}
create_eNVM_config "$local_dir/script_support/components/MSS/ENVM.cfg" "$local_dir/script_support/hss-bm1-p0.hex"
create_eNVM_config "$local_dir/script_support/components/MSS/ENVM.cfg" "$local_dir/script_support/hss-envm-wrapper.mpfs-icicle-kit-es.hex"
run_tool -name {GENERATEPROGRAMMINGDATA}
configure_envm -cfg_file {script_support/components/MSS/ENVM.cfg}
}
Expand Down

0 comments on commit 371998d

Please sign in to comment.