xiaoxiang781216 commented on issue #4952:
URL:
https://github.com/apache/incubator-nuttx/issues/4952#issuecomment-988447173
this is because defconfig isn't in the canonical format:
```
====================================================================================
Configuration/Tool:
nucleo-h743zi/mcuboot-app,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
Enabling CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
Building NuttX...
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 159 100 159 0 0 2564 0 --:--:-- --:--:-- --:--:--
2564
100 483k 0 483k 0 0 1991k 0 --:--:-- --:--:-- --:--:--
1991k
100 1596k 0 1596k 0 0 3662k 0 --:--:-- --:--:-- --:--:--
5795k
Normalize nucleo-h743zi/mcuboot-app
8d7
< CONFIG_STM32_FORMAT_MCUBOOT=y
35d33
< CONFIG_MCUBOOT_VERSION="7c890f4b075aed73e4c825ccf875b2fb9ebf2ded"
37,39d34
< CONFIG_MTD=y
< CONFIG_MTD_PARTITION=y
< CONFIG_MTD_PROGMEM=y
80a76
> CONFIG_STM32H7_FLASH_OVERRIDE_I=y
88d83
< CONFIG_STM32H7_FLASH_OVERRIDE_I=y
90a86
> CONFIG_STM32_FORMAT_MCUBOOT=y
Saving the new configuration file
HEAD detached at pull/4908/merge
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified:
boards/arm/stm32h7/nucleo-h743zi/configs/mcuboot-app/defconfig
```
you can run this to normalize it:
./tools/refresh.sh --silent nucleo-h743zi/mcuboot-app
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]