You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/07/21 09:34:54 UTC

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #4191: Add BOARDCTL_SWITCH_BOOT to support switch Boot A/B system

davids5 commented on a change in pull request #4191:
URL: https://github.com/apache/incubator-nuttx/pull/4191#discussion_r673817496



##########
File path: boards/Kconfig
##########
@@ -3389,6 +3389,13 @@ config BOARDCTL_UNIQUEKEY_SIZE
 		Provides the size of the memory buffer that must be provided by the
 		caller of board_uniquekey() in which to receive the board unique KEY.
 
+config BOARDCTL_SWITCH_BOOT
+	bool "Switch Boot A/B System"
+	default n
+	---help---
+		Enables support for the BOARDIOC_SWITCH_BOOT boardctl() command.
+		Switch to the updated or the specified Boot A/B system.
+

Review comment:
       This is to vague. Please add more information:
   
   This API can be used to change the system boot behavior.  For instance, once a firmware updated has completed successfully this boardctl can be used modify FLASH bank selection.




-- 
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-unsubscribe@nuttx.apache.org

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