connect
command.?
to bring up a window in which you can select the target device.Device
field, enter MK66FN
, select MK66FN2M0xxx18
and press OK
.s
to select SWD as the target interface.enter
to select the default interface speed (4000 kHz).loadbin "/absolute/path/to/bootloader.bin" 0x0
command to write the bootloader to the board at memory address 0x0
. Change the path to the location of the bootloader binary file.connect
command.?
to bring up a window in which you can select the target device.Device
field, enter MK66FN
, select MK66FN2M0xxx18
and press OK
.s
to select SWD as the target interface.enter
to select the default interface speed (4000 kHz).loadbin "/absolute/path/to/firmware.bin" 0x6000
command to write the firmware to the board at memory address 0x6000
, which is the address at which the bootloader will look to start a program. Change the path to the location of the firmware binary file.