Group Members:
- Cameron Swinoga
- Dillon Mulcahy
- Mackenzie Wiens
- Ricco Lam
- Nicholas Amorim
- Aleks Mercik
- Peter LaRue
- Download & install Cygwin
- Make sure to install the
make
package
- Make sure to install the
- Download & install GNU Arm toolchain
- Add the $(install_dir)/bin to your system path (Use the checkbox at the end of the install)
- Open Cygwin and cd into the project
- Type
make
- A folder called
.build
should appear, with a*.bin
file in it
- A folder called
- Type
make load MBED=$(MBED_location)
, where$(MBED_location)
is the location of where the MBED flash is loaded$(MBED_location)
defaults to/cygdrive/e
- This will load the program binary onto the ARM board
- Press the reset button