Hi all! I encountered a problem when trying increasing the size of rootfs by adding BR2_TARGET_ROOTFS_EXT2_SIZE="1024M" to conf/qemu_riscv64_virt_defconfig. The results were different depending on whether firesim=y was set or not. When it was not set, the rootfs worked well on qemu, but when it was set on both qemu and firesim the system hanged after sm finished initialisation and jumped to S mode.
Do you have suggestions on how I can solve this problem? Thanks in advance.