差别
这里会显示出您选择的修订版和当前版本之间的差别。
后一修订版 | 前一修订版 | ||
fpga-soc:zynq:pynq:software_list [2019/08/09 03:44] xuhao 创建 |
fpga-soc:zynq:pynq:software_list [2020/12/31 18:39] (当前版本) xuhao |
||
---|---|---|---|
行 1: | 行 1: | ||
PYNQ软件清单 | PYNQ软件清单 | ||
- | * win32diskimager | + | * [[https://chocolatey.org/docs/installation#install-with-powershellexe|chocolatey]] |
- | * chrome | + | * [[https://chocolatey.org/packages/git.install|git-windows]] |
- | * general code editor | + | * [[https://chocolatey.org/packages/win32diskimager|win32diskimager]] |
- | * hex editor | + | * [[https://chocolatey.org/packages/microsoft-edge|microsoft-edge]] |
+ | * [[https://chocolatey.org/packages/notepadplusplus|notepad++]] | ||
+ | * [[https://chocolatey.org/packages/wxhexeditor|hex editor]] | ||
+ | |||
+ | Open one **powershell** window with **administrator** mode: | ||
+ | ```powershell | ||
+ | Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | ||
+ | |||
+ | choco install -y git win32diskimager microsoft-edge notepadplusplus | ||
+ | choco install choco install wxhexeditor --pre -y | ||
+ | ``` | ||
+ |