|
|
rax3000me制造商是中国移动通讯集团终端有限公司的,内存是ddr4的,闪存是兆易创新的,不带usb款的。在immortalwrt官方网站下载好ddr4的bl2和对应的nousb的uboot文件,发现bl2刷不进去,于是就只刷了对应的那个no usb的uboot文件进去。配置好静态ip地址 192.168.254.1 然后打开tftp服务端等待路由器拉取recovery文件,发现路由器并没有拉取recovery文件,而是一直重启,看了一下ttl跑码如下:看跑码uboot是刷进去了也运行了,也检测到reset按键按下去了,但是没有拉取recovery文件,这是咋回事?
- F0: 102B 0000
- FA: 1040 0000
- FA: 1040 0000 [0200]
- F9: 0000 0000
- V0: 0000 0000 [0001]
- 00: 0000 0000
- BP: 2400 0041 [0000]
- G0: 1190 0000
- EC: 0000 0000 [1000]
- T0: 0000 024B [010F]
- Jump to BL
- NOTICE: BL2: v2.7(release):1c36e54b4-dirty
- NOTICE: BL2: Built : 13:54:18, May 31 2024
- NOTICE: WDT: disabled
- NOTICE: EMI: Using DDR4 settings
- [TxChooseVref] Worse bit 9, Min win 24, Win sum 402, Final Vref 40
- NOTICE: EMI: Detected DRAM size: 512MB
- NOTICE: EMI: complex R/W mem test passed
- NOTICE: CPU: MT7981 (1300MHz)
- NOTICE: PP COPY 0 CRC read: 0x545, compute: 0x545
- NOTICE: SPI_NAND parses attributes from parameter page.
- NOTICE: SPI_NAND Detected ID 0xc8
- NOTICE: Page size 2048, Block size 131072, size 134217728
- NOTICE: Initializing NMBM ...
- NOTICE: Signature found at block 1023 [0x07fe0000]
- NOTICE: First info table with writecount 0 found in block 960
- NOTICE: Second info table with writecount 0 found in block 963
- NOTICE: NMBM has been successfully attached in read-only mode
- NOTICE: BL2: Booting BL31
- NOTICE: BL31: v2.10.0 (release):ImmortalWrt v2024.01.17~bacca82a-3 (mt7981-spim-nand-ddr4)
- NOTICE: BL31: Built : 15:36:28, Jun 25 2025
- U-Boot 2024.10-ImmortalWrt-r33247-467867283bb9 (Jun 25 2025 - 15:36:28 +0000)
- CPU: MediaTek MT7981
- Model: CMCC RAX3000Me
- DRAM: 512 MiB
- Core: 37 devices, 18 uclasses, devicetree: embed
- Loading Environment from UBI... spi-nand: spi_nand spi_nand@0: GigaDevice SPI NAND was found.
- spi-nand: spi_nand spi_nand@0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 128
- ubi0 error: ubi_read_volume_table: the layout volume was not found
- ubi0 error: ubi_attach_mtd_dev: failed to attach mtd5, error -22
- UBI error: cannot attach mtd5
- UBI error: cannot initialize UBI, error -22
- UBI init error 22
- Please check, if the correct MTD partition is used (size big enough?)
- ** Cannot find mtd partition "ubi"
- In: serial@11002000
- Out: serial@11002000
- Err: serial@11002000
- reset button found
- button pushed, resetting environment
- *** Warning - bad CRC, using default environment
- Net:
- Warning: ethernet@15100000 (eth0) using random MAC address - 26:6e:ee:e5:4e:a2
- eth0: ethernet@15100000
- Error, no UBI device selected!
- Error, no UBI device selected!
- Erasing 0x00000000 ... 0x071fffff (912 eraseblock(s))
- resetting ...
复制代码
|
|