|
最近闲鱼发现RAX3000M好价,85淘了个算力版,版本是20240117,参考了lgs2007m的教程解锁了telnet,然后参考这个commit的内容使用telnet成功刷了immortalwrt 24.10.1版本,已经能够进入系统了。
分区表,bl2,uboot我都是从immortalwrt网站下载的24.10.1版本,就以下三个文件,链接:https://downloads.immortalwrt.or ... s/mediatek/filogic/
有几个疑问:
- 断电按reset键通电后没法进入UBoot,是我没刷成功吗?还是这个版本的UBoot没WebUI?特别是执行到以下第5步的时候,很怀疑后面的操作,试了断电按reset通电一直没法进入UBoot的Web UI,照着后面步骤做才成功刷写了系统
eMMC Flash instructions:
1. SSH to RAX3000M, and backup everything, especially 'factory' part.
('data' partition can be ignored, it's useless.)
2. Write new GPT table:
dd if=openwrt-mediatek-filogic-cmcc_rax3000m-emmc-emmc-gpt.bin of=/dev/mmcblk0 bs=512 seek=0 count=34 conv=fsync
3. Erase and write new BL2:
echo 0 > /sys/block/mmcblk0boot0/force_ro
dd if=/dev/zero of=/dev/mmcblk0boot0 bs=512 count=8192 conv=fsync
dd if=openwrt-mediatek-filogic-cmcc_rax3000m-emmc-emmc-preloader.bin of=/dev/mmcblk0boot0 bs=512 conv=fsync
4. Erase and write new FIP:
dd if=/dev/zero of=/dev/mmcblk0 bs=512 seek=13312 count=8192 conv=fsync
dd if=openwrt-mediatek-filogic-cmcc_rax3000m-emmc-emmc-bl31-uboot.fip of=/dev/mmcblk0 bs=512 seek=13312 conv=fsync
5. Set static IP on your PC:
IP 192.168.1.254, GW 192.168.1.1
6. Serve OpenWrt initramfs image using TFTP server.
7. Cut off the power and re-engage, wait for TFTP recovery to complete.
8. After OpenWrt has booted, perform sysupgrade.
- 目前情况如果需要刷其他系统需要重新刷UBoot吗?例如immortalwrt 23.05或者openwrt 原版23.05/24.10
- 如果重刷了immortalwrt其他版本的U-Boot,当前的系统还能正常启动吗?
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
×
|