| # |
| # Copyright (c) 2024 Project CHIP Authors |
| # All rights reserved. |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| # |
| |
| # Options needed for OTA are located on this file |
| # This file should contain only options specific for this sample |
| # or overrides the default ones. |
| |
| CONFIG_CHIP_OTA_REQUESTOR=y |
| |
| # To generate an OTA image based on the application |
| CONFIG_CHIP_OTA_IMAGE_BUILD=y |
| |
| # By default, MCUBOOT bootloader uses a signature key provided in their repository. |
| # Change the key to the appropriate one. |
| # Note: You need to use the same signature key used by MCUBOOT, i.e BOOT_SIGNATURE_KEY_FILE. |
| # Default CONFIG_BOOT_SIGNATURE_KEY_FILE is defined in config/nxp/app/bootloader.conf |
| CONFIG_MCUBOOT_SIGNATURE_KEY_FILE="./bootloader/mcuboot/root-rsa-2048.pem" |