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 2022/01/04 06:59:22 UTC

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #5153: tools: Makefile.unix: prepare OpenSBI image for risc-v/mpfs

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

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