1. This bootloader just starts the application... you might want to complete it.
2. Compile the bootloader by using a plain "make"
3. Compile the application
4. Flash both. Run the following make command from directory of an application
   you want to flash together with bootloader.
   make flashbld bldmap=..\bootloader\out\MSP430BL.map  bldhex=..\bootloader\out\MSP430BL.hex jtag=TIUSB
   or shortcut
   make flashbld bld=bootloader jtag=TIUSB

The last step will link the application to the next flash block after the
bootloader and flash both programs separately. When the node restarts it
will blink three times, if a SD-Card is found or many times if no card is found.
Since there is currently no programming logic, it will start an existing application
(if any).