Bootloader Project Creation
- Plug-in your radio board + dev kit to your computer
- Open Simplicity Studio > File > New > Silicon Labs Project Wizard
-  If your radio board was plugged in and GSDK installed, you should have all fields pre-filled. Otherwise just customize the project base settings accordsing to your needs  In this case we will be using a BRD4186Cradio board
-  On the subsequent screen select `Bootloader - SoC Internal Storage (single image on 1536kB device)  This will create a Gecko Bootloader project with internal flash storage support It will bring in the minimum required to get started with a radio board Click Next 
-  Rename your project as you whish  If you wish to, you can also set your project to copy all sources from the Gecko SDK locally upon configuration This allows for easier versioning but complexifies import/export 
- Click Finish to proceed with project creation