acassis commented on PR #19224:
URL: https://github.com/apache/nuttx/pull/19224#issuecomment-4819443599
@speccy88 seems like the defconfig you added is not updated (normalized)
with the current nuttx-apps and/or nuttx repos:
```
Configuration/Tool: sim/berry
2026-06-27 11:57:21
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Building NuttX...
[1/1] Normalize sim/berry
HEAD detached at pull/19224/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/sim/sim/sim/configs/berry/defconfig
```
Please rebase your branch with upstream repos and then normalize your board:
```
$ ./tools/refresh.sh --silent sim:berry
```
--
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]