参考 https://github.com/RT-Thread/rt-thread/issues/9623#issuecomment-2472465702 上的 TEST 2. 请问目前 userapps 主线上做出来的 rootfs 和 prebuild 的 rt-smart 是不是不匹配? 构建命令 history,供参考: ```shell cd userapps source ./env.sh cd apps xmake f -a riscv64gc xmake -j$(nproc) xmake smart-rootfs xmake smart-image -f ext4 ```