acassis commented on PR #15188:
URL: https://github.com/apache/nuttx/pull/15188#issuecomment-2546861567

   > > Normally when you see that "Use git add -f " the defconfig is outdated.
   > 
   > I thought that was something to do with config.txt, I see. I've now run 
the refresh tool against all the arm64 boards, but it appears nothing has 
changed. I suppose that means the defconfigs aren't the issue here?
   > 
   > I used the command `./tools/refresh.sh --silent --defaults arch:arm64`
   
   Strange, you can try another approach to config the defconfig has changed:
   
   $ ./tools/configure.sh pinephone/nsh
   $ make menuconfig
   Don't modify anything, if it asks to have the modifications, something was 
different in the Kconfig now, then save it
   
   $ make savedefconfig
   Copy the generated defconfig to boards/arm64/.../pinephone/configs/nsh/
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to