btashton commented on a change in pull request #5153: URL: https://github.com/apache/incubator-nuttx/pull/5153#discussion_r777861104
########## File path: tools/Makefile.unix ########## @@ -522,6 +522,11 @@ ifeq ($(CONFIG_RAW_BINARY),y) $(Q) $(OBJCOPY) $(OBJCOPYARGS) -O binary $(BIN) nuttx.bin $(Q) echo nuttx.bin >> nuttx.manifest endif +ifeq ($(CONFIG_MPFS_OPENSBI),y) + @echo "CP: nuttx.sbi" + $(Q) $(OBJCOPY) -O binary -j .text.sbi -j .ddrstorage $(BIN) nuttx.sbi Review comment: Please add this file to the nuttx.manifest file as is done above that way we get the Artifact picked up as part of the ci results which makes testing on hardware easier. -- 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