=>pri bootargs
bootargs=console=ttyAMA0,115200 root=/dev/mtdblock3 rootfstype=jffs2 rw earlycon=pl011,mmio32,0x21c0000 ramdisk_size=0x2000000 default_hugepagesz=1024m hugepagesz=1024m hugepages=2 pci=pcie_bus_perf mtdparts=20c0000.spi-0:1M(rcw)ro,15M(uboot_andother)ro,16M(kernel),32M(rootfs),-(user)
i can see that the partition was successful。But I randomly specify "root=/dev/mtdblock "and the root file system will be found and started correctly
root@TinyLinux:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00020000 "rcw"
mtd1: 00f00000 00020000 "uboot_andother"
mtd2: 01000000 00020000 "kernel"
mtd3: 02000000 00020000 "rootfs"
mtd4: 0c000000 00020000 "user"
mtd5: 10000000 00020000 "20c0000.spi-1"
flash_erase Command not found 。Is it the reason that my root file system doesn't have this command ? Can you provide a file system that contains this command。The file I created now will not be saved when I restart again

Then I banned Randisk from the kernel and the following print appeared.I think it's my root file system.
