Common steps#
Download SDK_2.13.0_EVK-MIMXRT1060 and SDK_2.13.0_EVK-MIMXRT1064.
Copy the following folders from RT1060EVK package to RT1064 package:
<install_dir>/components/internal_flash/ <install_dir>/middleware/edgefast_bluetooth/ <install_dir>/middleware/wireless/.Create a folder named
edgefast_bluetooth_examples/under<rt1064_install_dir>/boards/evkmimxrt1064/.Copy the entire folder from
<rt1060evk_install_dir>/boards/evkmimxrt1060/edgefast_bluetooth_examples/peripheral_ht/to< rt1064_install_dir>/boards/evkmimxrt1064/edgefast_bluetooth_examples/.Copy clock_config.[c/h] and board.c from
<rt1064_install_dir>/boards/evkmimxrt1064/demo_apps/hello_world/to<rt1064_installed>/boards/evkmimxrt1064/edgefast_bluetooth_examples/peripheral_ht/to replace the previous files.Add
#define EDGEFAST_BT_LITTLEFS_MFLASH 1in<rt1064_install_dir>/boards/ evkmimxrt1064/edgefast_bluetooth_examples/peripheral_ht /app_config.c.Make the following changes in
<rt1064_installed>/boards/evkmimxrt1064/edgefast_bluetooth/peripheral_ht/board.h.
Parent topic:Migrate examples from RT1060EVK to RT1064