差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 | |||
fpga-soc:zynq:pynq:software_list [2019/08/09 04:14] xuhao |
fpga-soc:zynq:pynq:software_list [2020/12/31 18:39] (当前版本) xuhao |
||
---|---|---|---|
行 4: | 行 4: | ||
* [[https://chocolatey.org/packages/git.install|git-windows]] | * [[https://chocolatey.org/packages/git.install|git-windows]] | ||
* [[https://chocolatey.org/packages/win32diskimager|win32diskimager]] | * [[https://chocolatey.org/packages/win32diskimager|win32diskimager]] | ||
- | * [[https://chocolatey.org/packages/GoogleChrome|chrome]] | + | * [[https://chocolatey.org/packages/microsoft-edge|microsoft-edge]] |
- | * general code editor | + | * [[https://chocolatey.org/packages/notepadplusplus|notepad++]] |
- | * [[https://sourceforge.net/projects/wxhexeditor/files/latest/download|hex editor]] | + | * [[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 | ||
+ | ``` | ||