You can then install the package by opening up the Boards Manager:

<imgsrc=img/board_manager.pngwidth=80%>
And looking for a package called "Fab SAM core for Arduino". Simply install the latest version:

<imgsrc=img/install_board.pngwidth=80%>
A new menu appears under "board", letting you select a variety of chips. Some generic names contain an "x", for instance for a SAMD21E17, you would select "Generic x21E":

<imgsrc=img/board_list.pngwidth=80%>
Then select the right microcontroller in the next menu:

<imgsrc=img/microcontroller.pngwidth=80%>
## With bootloader
...
...
@@ -30,21 +30,21 @@ Because the SAMD family has native USB support, they can easily talk to the host
This can be achieved with a bootloader, that first needs to be installed on the microcontroller using an external programmer. After this, your board will behave like an official Arduino board and can be flashed through the serial port without any programmer plugged in.