KW36 - Reprogramming a KW36 device using the FSCI bootloader

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

KW36 - Reprogramming a KW36 device using the FSCI bootloader

KW36 - Reprogramming a KW36 device using the FSCI bootloader

Introduction

This document is a quick start guide to load a new software image in a KW36 device through FSCI (Freescale Serial Communication Interface) bootloader software. Also, it contains all the steps needed to install the software required in a Windows host to handle the FSCI communication protocol.

Software Requirements

  1. IAR Embedded Workbench IDE or MCUXpresso IDE.
  2. FRDM-KW36 SDK.

Hardware Requirements

  1. FRDM-KW36 board.

Downloading the SDK

When downloading the SDK, select your specific IDE or simply choose all toolchains as shown below.

pastedImage_7.png

In the option "Add software component", ensure to select all middleware components as depicted below.

pastedImage_12.png

Installing FSCI Host in Windows OS

The host software for the Windows OS was designed to work in a Python environment. The following steps are to download and install the software needed to use FSCI in a Windows OS.

  • Visit the Python web site and download the latest Python 2.7.x MSI installer package for Windows OS.pastedImage_2.png
  • Open the MSI installer package. When customizing the installation options, check "Add python.exe to Path" as shown below

pastedImage_5.png

  • Complete the rest of the steps for the Python installation process.
  • Unzip the FRDM-KW36 SDK. Depending on your Python environment architecture, copy the HSDK.dll from <SDK_root>\tools\wireless\host_sdk\sdk-python\lib\<x86_or_x64> to <Python_directory>\DLLs (default in C:\Python27\DLLs).
  • Download and install Visual C++ Redistributable Packages for Microsoft Visual Studio 2013 depending on the Windows architecture (vcredist_x86.exe or vcredist_x64.exe) from the Microsoft web site.
  • Download and install the Microsoft Visual C++ Compiler for Python 2.7 from the following web site.
  • To run Python scripts from the Command Prompt of Windows, we must create a system variable named PYTHONPATH. Search “System” in the Windows browser. Go to Advanced system settings -> Environment Variables… -> System variables. Click on the “New…” button and create the PYTHONPATH variable with the following value: <SDK_root>\tools\wireless\host_sdk\hsdk-python\src.pastedImage_23.png

Programming the FSCI bootloader on FRDM-KW36 board

  1. Attach the FRDM-KW36 board to your PC.
  2. Drag and drop the “bootloader_fsci_frdmkw36.bin” from the previously unzipped SDK file, you can find this file in: <SDK_root>\tools\wireless\binaries to your board. Like a common USB device.pastedImage_31.png

Creating a binary image to reprogram the device

 

IAR Embedded Workbench

  • Open the connectivity project that you want to program through the FSCI bootloader from your SDK. This example will make use of the heart rate sensor project, located at the following path: <SDK_root>\boards\frdmkw36\wireless_examples\bluetooth\hrs\freertos\iar\hrs_freertos.eww.pastedImage_42.png
  • Open the project options window (Alt+F7). In Linker -> Config window, edit the “Configuration file symbol definitions” add the “gUseBootloaderLink_d=1” linker flag as shown below.pastedImage_44.png
  • Go to the “Output Converter” window and ensure that the output file is in binary format (.bin), otherwise, deselect the “Override default” checkbox, expand the “Output format” combo box and select “Raw binary. Click the OK button.

pastedImage_48.png

  • Rebuild the project. The binary will be saved at: <SDK_root>\boards\frdmkw36\wireless_examples\bluetooth\hrs\freertos\iar\debug

 

MCUXpresso IDE

  • Import your FRDM-KW36 SDK to MCUXpresso. Drag and drop your SDK on the "installed SDK's" toolbar. (In this step, it is not necessary to unzip the package).pastedImage_54.png
  • Open any connectivity project that you want to program through the FSCI bootloader from your SDK. This example will make use of the heart rate sensor project.
  • Go to Project -> Properties, a new window will appear. Then, open the C/C++ Build -> Settings -> Linker -> Miscellaneous. Press the icon below, a new window will be deployed. Add “--defsym=gUseBootloaderLink_d=1”. Click on “Apply and Close”.pastedImage_2.png
  • Build the project.
  • Deploy the “Binaries” icon in the workspace. Click the right mouse button on the “.axf” file. Select “Binary Utilities -> Create binary” option. The binary file will be saved at “Debug” folder in the workspace with “.bin” extension.

pastedImage_62.png

Reprogramming an FRDM-KW36 board using the FSCI bootloader

The following steps are to test the FSCI bootloader in a Windows OS.

  1. Search "Command Prompt" in the Windows browser.
  2. Run the "fsci_bootloader.py" Python script.
  1. Type the “python.exe” path in the console (default C:\Python27\python.exe).pastedImage_67.png
  2. Drag and drop the “fsci_bootloader.py” from: <SDK_root>\tools\wireless\host_sdk\hsdk-python\src\com\nxp\wireless_connectivity\test\bootloader on the command prompt screen.pastedImage_73.png
  3. Search the COM Port of your FRDM-KW36 board and type in the console. You can find it typing ‘Device manager’ from windows home and then search it in Ports (COM & LPT) toolbar. As you can see in this example the port may change depending on each case.pastedImage_78.png
    pastedImage_76.png
  4. Search the binary image file (created in the last section). Drag and drop on the screen.pastedImage_80.png
  5. Press “Enter” to start the firmware update trough FSCI bootloader. Automatically the KW36 device will trigger to run the new software.pastedImage_81.png
  6. To see all your process running, you can download the ‘IoT Toolbox’ from the app store to your smartphone and connect your device with the board to verify the random data that the heart rate sensor example generates.

pastedImage_82.png

Labels (3)
Tags (1)
No ratings
Version history
Last update:
‎02-10-2021 10:13 AM
Updated by: