anchao commented on code in PR #17216:
URL: https://github.com/apache/nuttx/pull/17216#discussion_r2446753084
##########
boards/arm64/qemu/qemu-armv8a/configs/fastboot/defconfig:
##########
@@ -31,17 +31,19 @@ CONFIG_DRIVERS_VIRTIO_NET=y
CONFIG_DRIVERS_VIRTIO_RNG=y
CONFIG_DRIVERS_VIRTIO_SERIAL=y
CONFIG_DRIVERS_VIRTIO_SOUND=y
+CONFIG_ETC_ROMFS=y
Review Comment:
add new config named fastboot_init?
##########
boards/arm64/qemu/qemu-armv8a/src/CMakeLists.txt:
##########
@@ -30,4 +30,8 @@ if(CONFIG_LIBC_FDT)
PRIVATE ${NUTTX_DIR}/libs/libc/fdt/dtc/libfdt)
endif()
+if(CONFIG_FS_ROMFS)
+ list(APPEND RCSRCS etc/init.d/init.rc)
Review Comment:
Separate this commit with defconfig
--
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]