Installation issue with cmcc rax3000m SPI nand has a factory date of 20240215

Dear developers, hello!
My cmcc rax3000m SPI nand has a factory date of 20240215. When installing openwrt24.10.4 according to the official installation method, the prompt when writing BL2 is as follows:

root@RAX3000M:~# cat /proc/mtd
dev:    size   erasesize  name
mtd0: 08000000 00020000 "spi0.0"
mtd1: 00100000 00020000 "BL2"
mtd2: 00080000 00020000 "u-boot-env"
mtd3: 00200000 00020000 "Factory"
mtd4: 00200000 00020000 "FIP"
mtd5: 03d00000 00020000 "ubi"
mtd6: 02500000 00020000 "plugins"
mtd7: 00800000 00020000 "fwk"
mtd8: 00800000 00020000 "fwk2"

root@RAX3000M:~# mtd erase BL2 && mtd write /tmp/openwrt-mediatek-filogic-cmcc_rax3000m-nand-preloader.bin BL2
Could not open mtd device: BL2
Could not open mtd device: BL2

My English proficiency is limited, please forgive any inaccuracies in my description.

What is the id of flash chip?

dmesg | grep -i spi

Install and load kmod-mtd-rw?

dmesg | grep -i spi

Running this command produces no output.

releases/21.02-SNAPSHOT/targets/mediatek/mt7981

CMCC customized version 21.02, the official does not support this goal, and the software package cannot be installed.

in that case, use serial to boot the initramfs, run the NAND install that way.
obviously step 5 becomes step 0, and step 6 isn't needed any more.