From 08e80652ccfcd05c76fecc38a33fba30152cc0ea Mon Sep 17 00:00:00 2001 From: Metus88 <48072890+Metus88@users.noreply.github.com> Date: Mon, 2 May 2022 18:30:22 +0200 Subject: [PATCH] Update COMPILE.md (#366) * Update COMPILE.md It was missing a _LP_ for the zr_genericapp_LP_CC2652RB_LAUNCHXL_tirtos_ccs * Update COMPILE.md * Update COMPILE.md * Update COMPILE.md Co-authored-by: Koen Kanters --- coordinator/Z-Stack_3.x.0/COMPILE.md | 2 +- router/Z-Stack_3.x.0/COMPILE.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/coordinator/Z-Stack_3.x.0/COMPILE.md b/coordinator/Z-Stack_3.x.0/COMPILE.md index 0e1d353..5b016df 100644 --- a/coordinator/Z-Stack_3.x.0/COMPILE.md +++ b/coordinator/Z-Stack_3.x.0/COMPILE.md @@ -19,6 +19,6 @@ - **Important:** by default the **launchpad** variant of the CC1352P2_CC2652P (= `znp_CC1352P_2_LAUNCHXL_tirtos_ccs`) is build. To build the **other** variant comment `#define LAUNCHPAD_CONFIG 1` in `preinclude.h` (located under `Stack/Config/`), don't forget to save. 1. Once finished, the firmware can be found under `znp_[CC26X2R1/CC1352P_2/CC2652RB]_LAUNCHXL_tirtos_ccs/default/znp_[CC26X2R1/CC2652RB/CC1352P_2]_LAUNCHXL_tirtos_ccs.hex` - `znp_CC26X2R1_LAUNCHXL_tirtos_ccs.hex` -> CC2652R - - `znp_CC2652RB_LAUNCHXL_tirtos_ccs.hex` -> CC2652RB + - `znp_LP_CC2652RB_tirtos_ccs.hex` -> CC2652RB - `znp_CC1352P_2_LAUNCHXL_tirtos_ccs.hex` -> CC1352P-2 and CC2652P diff --git a/router/Z-Stack_3.x.0/COMPILE.md b/router/Z-Stack_3.x.0/COMPILE.md index 57100f6..4dd885e 100644 --- a/router/Z-Stack_3.x.0/COMPILE.md +++ b/router/Z-Stack_3.x.0/COMPILE.md @@ -10,7 +10,7 @@ 1. Select: - `zr_genericapp_CC26X2R1_LAUNCHXL_tirtos_ccs` - `zr_genericapp_CC1352P_2_LAUNCHXL_tirtos_ccs` - - `zr_genericapp_CC2652RB_LAUNCHXL_tirtos_ccs`. + - `zr_genericapp_LP_CC2652RB_tirtos_ccs`. 4. Press *Finish*. 1. In Code Composer Studio, expand the 3 projects and for each open `znp.syscfg`, expand `Power Management` and change `Minimal Poll Period (ms)` to `1000`, change it back to `100` immediately and save the file. 1. Go to your CCS workspace and copy `firmware.patch` to the root. @@ -19,5 +19,5 @@ - **Important:** by default the **launchpad** variant of the CC1352P2_CC2652P (= `zr_genericapp_CC1352P_2_LAUNCHXL_tirtos_ccs`) is build. To build the **other** variant comment `#define LAUNCHPAD_CONFIG 1` in `preinclude.h` (located under `Stack/Config/`), don't forget to save. 1. Once finished, the firmware can be found under `zr_genericapp_[CC26X2R1/CC1352P_2/CC2652RB]_LAUNCHXL_tirtos_ccs/default/zr_genericapp_[CC26X2R1/CC2652RB/CC1352P_2]_LAUNCHXL_tirtos_ccs.hex` - `zr_genericapp_CC26X2R1_LAUNCHXL_tirtos_ccs.hex` -> CC2652R - - `zr_genericapp_CC2652RB_LAUNCHXL_tirtos_ccs.hex` -> CC2652RB + - `zr_genericapp_LP_CC2652RB_tirtos_ccs.hex` -> CC2652RB - `zr_genericapp_CC1352P_2_LAUNCHXL_tirtos_ccs.hex` -> CC1352P-2 and CC2652P