JianyuWang0623 commented on code in PR #17216: URL: https://github.com/apache/nuttx/pull/17216#discussion_r2446850032
########## 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: @anchao Sorry for the overly brief PR title(updated). Fastboot has no direct connection with init. The modification of this PR is to switch the init entry point of the configuration "qemu-armv8a:fastboot" from nsh_main to init_main; For the function of "qemu-armv8a:fastboot", this modification is not mandatory, and it is more of an example for the newly added Init component(https://github.com/apache/nuttx-apps/pull/3192). -- 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]
