For Microsoft Windows 7, 8, 10 (32bit and 64bit).
NOTE: Internet connectivity is required during installation. Be patient during Downloading and Extracting, some packages (e.g. GNU ARM Embedded Toolchain) are huge.
-
Execute PowerShell
Win + x
i
on Windows 10 or- Execute Command Prompt
cmd.exe
from Start and thenpowershel
or - Execute Windows PowerShell from Start
Prompt should start with
PS
-
Make sure Powershell 3 is installed
$psversiontable.psversion.major
Major version should be 3 or higher.
If you are on Windows 8 or 10 you should be all set, on Windows 7 install Windows Management Framework 3.0 where PowerShell 3 is included. After installation execute PowerShell (see 1.).
-
Install Scoop command-line installer for Windows
set-executionpolicy remotesigned -scope currentuser
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
You may have a look at Scope Dcocumentation
-
Add repositories to Scoop (Scoop name them Buckets)
scoop bucket add extras
scoop bucket add bigclown https://github.com/muhlpachr/bch-tools-windows.git
scoop update
In PowerShell execute:
scoop install bigclown-toolchain
Components:
- GNU ARM Embedded Toolchain
- GNU Make
- USB DFU Device Firmware Upgrade Utilities
- BigClown Firmware Tool
TIP: Install concfg utility to import and export Windows console settings like fonts and colors:
scoop install concfg
concfg import solarized medium
- TODO
Made with ❤ by HARDWARIO s.r.o. in the heart of Europe.