-
Notifications
You must be signed in to change notification settings - Fork 10
Building and Downloading Firmware
Nick Hebner edited this page Jan 11, 2015
·
5 revisions
In order to download firmware to your Model-T you will need to refer our JTAG loading page.
Build / Load Model-T Firmware
-
make app_mt
- builds just the application
-
make bootloader
- builds just the bootloader
-
make clean
- cleans all built files
-
make download
- builds both the application and bootloader and downloads to the model-t via JTAG
-
make download_app_mt
- builds only the application and downloads to the model-t via JTAG
-
make download_bootloader
- builds only the bootloader and downloads to the model-t via JTAG (only need to do once)
-
make debug_app_mt
- builds the app and attaches the debugger via JTAG
-
make debug_bootloader
- builds the bootloader and attaches the debugger via JTAG