Skip to content

Commit

Permalink
Updated download links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvenga committed Feb 27, 2020
1 parent 1790892 commit 969107a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions input/posts/upgrading-firmware-infineon-tpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ SelfTest : {}

## Getting the Firmware

Everything looks good! Now to get the firmware. I found a compatible version on [Supermicro's driver FTP site](ftp://ftp.supermicro.com/driver/TPM/).
Everything looks good! Now to get the firmware. I found a compatible version on [Supermicro's driver site](https://www.supermicro.com/wftp/driver/TPM/) ([Driver FTP](ftp://ftp.supermicro.com/driver/TPM)).

```ps1
Invoke-WebRequest -Uri ftp://ftp.supermicro.com/driver/TPM/9665FW%20update%20package_1.1.zip -OutFile '9665FW update package_1.1.zip' -UseBasicParsing
Expand-Archive '.\9665FW update package_1.1.zip' -DestinationPath .
cd '.\9665FW update package_1.1\'
Invoke-WebRequest -Uri https://www.supermicro.com/wftp/driver/TPM/9665FW%20update%20package_1.5.zip -OutFile '9665FW update package_1.5.zip' -UseBasicParsing
Expand-Archive '.\9665FW update package_1.5.zip' -DestinationPath .
cd '.\9665FW update package_1.5\'
```

Looking through the files extracted files, there are two directories:
Expand Down

0 comments on commit 969107a

Please sign in to comment.