Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

电犀牛 R68S ImmortalWrt 刷机 & 救砖说明 #4

Open
1715173329 opened this issue Nov 1, 2022 · 3 comments
Open

电犀牛 R68S ImmortalWrt 刷机 & 救砖说明 #4

1715173329 opened this issue Nov 1, 2022 · 3 comments

Comments

@1715173329
Copy link
Owner

1715173329 commented Nov 1, 2022

说明:本教程基于 Windows 10 环境操作。

  1. 先编译对应的固件,或前往 固件选择器 下载

    image

  2. 刷写固件

    1. 下载固件后,请使用 7-zip 等工具进行解压

      • 若提示“有效数据外包含额外数据”,请忽略,这不会造成任何影响。
    2. 使用 scp 等工具将固件传输至 R68S

      • 期间若提示确认指纹,请输入 yes,请注意,输入没有回显。
      • 请注意将下面的 IP 地址 192.168.100.1 更换为您的实际连接地址。
      > scp immortalwrt-rockchip-armv8-lunzn_fastrhino-r68s-ext4-sysupgrade.img root@192.168.100.1:/tmp/
      
      The authenticity of host '192.168.100.1 (192.168.100.1)' can't be established.
      ED25519 key fingerprint is SHA256:bjxSpFftrEyLIgmprBIPlt8wkIRMZ1VbEBGN+KSGDB4.
      Are you sure you want to continue connecting (yes/no/[fingerprint])?
      Warning: Permanently added '192.168.100.1' (ED25519) to the list of known hosts.
      immortalwrt-rockchip-armv8-lunzn_fastrhino-r68s-ext4-sysupgrade.img                   100%  216MB  11.2MB/s   00:19
      • 若提示指纹不匹配,请执行如下命令后重试:
      --- cut here ---
      RSA host key for 192.168.100.1 has changed and you have requested strict checking.
      Host key verification failed.
      
      > del %USERPROFILE%\.ssh\known_hosts
    3. 使用 SSH 登录到路由器,并使用 dd 命令刷写固件并重启

      > ssh root@192.168.100.1
      $ dd if=/tmp/immortalwrt-rockchip-armv8-lunzn_fastrhino-r68s-ext4-sysupgrade.img of=/dev/mmcblk0 conv=fsync
      $ reboot -f
    4. 待重启完毕后,ImmortalWrt 已可用


救砖教程

若您的设备在操作过程中不幸变砖,请依照下述教程完成恢复。

  1. 下载 救砖工具和驱动 并解压

  2. 请依照上述教程下载固件,将其重命名为 firmware.img 并放置在 Firmware 目录下

  3. 进入 Driver 文件夹,打开 DriverInstall.exe,点击 驱动安装

  4. 返回上一级目录,打开 RKDevTool.exe

  5. 拔掉电源,使用 USB 双公头 或 USB-TypeC 连接线连接 R68S 的 OTG 口(靠近指示灯的 USB 口)和电脑

  6. 使 R68S 进入 MaskROM 模式

    • 若您的 U-boot 还能工作

      请保持按下 Recovery 按键,并同时接入电源,此时您将进入 Maskrom 模式。
      如果仍在出厂固件,您会进入 Loader 模式,请在 高级功能 一栏中单击 进入Maskrom

    • 若您的系统已经完全崩溃

      请拆下 R68S 外壳,短接背面 TP1301 和 TP1302 两个触点,并同时接入电源。

      image

  7. 瑞芯微开发工具 中,将 Loader 更改为 .\Firmware\rk3568_spl_loader_v1.16.112.bin,并点击 执行,稍作等待后 R68S 将自动重启进入 ImmortalWrt,救砖完成

    image

1715173329 added a commit to 1715173329/imoutowrt that referenced this issue Nov 1, 2022
Hardware
--------
RockChip RK3568 ARM64 (4 cores)
2GB or 4GB LPDDR4 RAM
2x 1000 Base-T
2x 2500 Base-T
2 LEDs (Power / Status)
2 Buttons (Reset / Recovery)
16 GB eMMC on-board
2x USB 3.0 Port

Installation
------------
See 1715173329/blog#4

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
1715173329 added a commit to 1715173329/imoutowrt that referenced this issue Nov 1, 2022
Hardware
--------
RockChip RK3568 ARM64 (4 cores)
2GB or 4GB LPDDR4 RAM
2x 1000 Base-T
2x 2500 Base-T
2 LEDs (Power / Status)
2 Buttons (Reset / Recovery)
16 GB eMMC on-board
2x USB 3.0 Port

Installation
------------
See 1715173329/blog#4

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
@Lixuhuilll
Copy link

感谢教程,已成功刷入使用,顺便补充一下,ImmortalWrt默认是没有luci界面的,需要ssh连接后安装,ssh默认没有密码,地址默认192.168.1.1
opkg update && opkg install luci && opkg install luci-i18n-base-zh-cn

@zqy7788789
Copy link

真复杂

@menphy1989
Copy link

请问提示下载Boot失败该如何解决?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants