Mixtile Blade 3 (hereinafter referred to as Blade 3) comes with Ubuntu pre-installed and the system firmware can be upgraded via either an USB cable or a MicroSD card. It is recommended that you upgrade firmware using a USB cable.
USB ケーブルを使用してファームウェアをアップグレードする場合、Blade 3 の Loader モードまたは MaskROM モードでのアップグレードを選択できます。
This document describes how to upgrade firmware in Loader and MaskROM modes on Windows, macOS, and Linux using a USB cable.
重要だ:
Back up data before a firmware upgrade, because all user data is deleted after the firmware upgrade.
注:
Blade 3には3つのブートモードがあります:Normal、Loader、MaskROM です。LoaderとMaskROMモードはファームウェアのアップグレード用です。
準備
- The latest Debian firmware image file: image-release-blade3-debian11-20230505.img
- The latest Ubuntu firmware image file: image-release-rockchip-format-blade3-ubuntu-desktop-240327.img.xz
- OSに応じたファームウェアアップグレードツール:
- ウィンドウズ RKDevTool_Release_v3.19.zip
- macOS: upgrade_tool_v2.3_mac.zip
- Linux: Linux_Upgrade_Tool.zip
- ブレード3ボード
- USB-Cケーブル
- パワーデリバリー2.0/3.0対応電源アダプター
Upgrade firmware in Loader mode (recommended)
ウィンドウズ
ステップ1.ハードウェアの接続
1.1 Set up connections of Blade 3.
1.2 Connect Blade 3 Type-C port (near the HDMI port) to your computer with the USB-C cable.
ステップ2.アップグレードツールをダウンロードする
2.1 Click RKDevTool_Release_v3.19.zip をクリックしてアップグレードツールをダウンロードしてください。 Unzip the package and run RKDevTool with administrator access.
2.2 Click RK DriverAssistant.zip to download the RK driver. Unzip and run the DriverInstall.exe.
注:最新バージョンのドライバーを使用するには、最新ドライバーをインストールする前に、現在のドライバーをアンインストールしてください。
Step 3. Enable Blade 3 to enter Loader mode
On RKDevTool interface, choose the ファームウェアのアップグレード tab and click スイッチ下図に示す。ブレード3がローダーモードに切り替わる。
または adb reboot loader
through the serial terminal or ADB terminal after Blade 3 is running.
Step 4. Upgrade firmware
4.1 Choose the ファームウェアのアップグレード タブをクリックする。
4.2 Click ファームウェア でファームウェアの場所を選択します。
4.3 Click アップグレード をクリックして、ファームウェアをBlade 3にアップグレードしてください。
macOSの場合
ステップ1.ハードウェアの接続
1.1 Set up connections of Blade 3.
1.2 Connect Blade 3 Type-C port (near the HDMI port) to your computer with the USB-C cable.
Step 2. Enable Blade 3 to enter Loader mode
システム起動後 adb reboot loader
シリアル・ターミナルまたはADBターミナルを通じて。
Step 3. Download the upgrade tool and grant permission to it
3.1 Click upgrade_tool_v2.3_mac.zip をクリックしてアップグレードツールをダウンロードしてください。
3.2 フォルダーに移動する アップグレードツール_v2.3_Mac after unzipping the package. Grant permission to the tool by running the sudo chmod u+x upgrade_tool
コマンドを使用している。
3.3 次へ移動する システム環境設定 > セキュリティとプライバシー を実行し、このファイルがあなたのコンピューター上で実行されるようにします。
Under the folder アップグレードツール_v2.3_Mac, you can check whether Blade 3 enters Loader mode by running the sudo ./upgrade_tool
コマンドを使用している。
mia@MiadeMacBook-Pro upgrade_tool_v2.3_mac % sudo ./upgrade_tool
Program Log will save in the /Users/mia/upgrade_tool/log/
List of rockusb connected
DevNo=1 Vid=0x2207,Pid=0x350b,LocationID=444 Mode=Loader SerialNo=74ab0581f35bb37c
Found 1 rockusb,Select input DevNo,Rescan press <R>,Quit press <Q>:
Step 4. Upgrade firmware to Blade 3
走る sudo ./upgrade_tool uf /(your path)/image-release-blade3-debian11-20230505.img
to upgrade the firmware of Blade 3. The following is an example.
mia@MiadeMacBook-Pro upgrade_tool_v2.3_mac % sudo ./upgrade_tool uf /Users/mia/Downloads/image-release-blade3-debian11-20230505.img
Program Log will save in the /Users/mia/upgrade_tool/log/
ftruncate: Invalid argument
Loading firmware...
Support Type:RK3588 FW Ver:1.0.00 FW Time:2023-05-06 01:20:35
Loader ver:1.0b Loader Time:2023-05-05 18:48:04
Download Image Total(3372432K),Current(607712K)
Wait until Upgrade firmware ok
is displayed.
Ubuntuの場合
ステップ1.ハードウェアの接続
1.1 Set up connections of Blade 3.
1.2 Connect Blade 3 Type-C port (near the HDMI port) to your computer with the USB-C cable.
Step 2. Enable Blade 3 to enter Loader mode
システム起動後 adb reboot loader
シリアル・ターミナルまたはADBターミナルを通じて。
Step 3. Download the upgrade tool and grant permission to it
3.1 Click Linux_Upgrade_Tool.zip をクリックしてアップグレードツールをダウンロードしてください。
3.2 フォルダーに移動する Linux_Upgrade_Tool_v1.65 after unzipping the package. Grant permission to the tool by running the chmod u+x upgrade_tool
コマンドを使用している。
Under the folder Linux_Upgrade_Tool_v1.65, you can check whether Blade 3 enters Loader mode by running the sudo ./upgrade_tool
コマンドを使用している。
sudo ./upgrade_tool
[sudo] password for parallels:
Program Data in /media/psf/Home/Downloads/Linux_Upgrade_Tool_v1.65
List of rockusb connected
DevNo=1 Vid=0x2207,Pid=0x350b,LocationID=29 Mode=Loader
Found 1 rockusb,Select input DevNo,Rescan press <R>,Quit press <Q>:
Step 4. Upgrade firmware
- ファームウェア全体をアップグレードするには、次のコマンドを実行します。
sudo ./upgrade_tool uf (your path)/image-release-blade3-debian11-20230505.img
以下のように:
sudo ./upgrade_tool uf /home/parallels/Documents/upgrade firmware for blade 3/image-release-blade3-debian11-20230505.img
- 特定のパーティションをアップグレードするには、次のコマンドを実行します。
sudo ./upgrade_tool di parameter partition name
以下のように:
sudo ./upgrade_tool di -b /path/to/boot.img # Upgrade the boot partition only.
sudo ./upgrade_tool di -r /path/to/recovery.img # Upgrade the recovery partition only.
sudo ./upgrade_tool di -m /path/to/misc.img # Upgrade the misc partition only.
sudo ./upgrade_tool di -u /path/to/uboot.img # Upgrade the uboot partition only.
sudo ./upgrade_tool di -dtbo /path/to/dtbo.img # Upgrade the dtbo partition only.
sudo ./upgrade_tool di -p paramater # Burn the parameter command.
sudo ./upgrade_tool ul bootloader.bin # Burn the bootloader.
アップグレードに異常があったり失敗したりした場合は、ファームウェアをローレベル・フォーマットまたは消去してからアップグレードしてください。
sudo ./upgrade_tool lf update.img # Low-level format the firmware.
sudo ./upgrade_tool ef update.img # Erase firmware.
Upgrade firmware in MaskROM mode
ウィンドウズ
ステップ1.ハードウェアの接続
1.1 Set up connections of Blade 3.
1.2 Connect Blade 3 Type-C port (near the HDMI port) to your computer with the USB-C cable.
ステップ2.アップグレードツールをダウンロードする
2.1 Click RKDevTool_Release_v3.19.zip to download the upgrade tool. Unzip the package and run RKDevTool with administrator access.
2.2 Click RK DriverAssistant.zip to download the RK driver. Unzip and run the DriverInstall.exe.
注:最新バージョンのドライバーを使用するには、最新ドライバーをインストールする前に、現在のドライバーをアンインストールしてください。
Step 3. Enable Blade 3 to enter MaskROM mode
SPST4ポジションディップスイッチの4のポジションを オン.その後、Blade 3 はファームウェア開発用の MaskROM モードに入る。
Open RKDevTool with administrator access. You can see that Blade 3 is recognized as a MaskROM device.
Step 4. Upgrade firmware
4.1 Choose the ファームウェアのアップグレード タブをクリックする。
4.2 Click ファームウェア をクリックしてファームウェアの場所を選択します。
4.3 Click アップグレード ファームウェアをBlade 3にアップグレードする
macOSの場合
ステップ1.ハードウェアの接続
1.1 Set up connections of Blade 3.
1.2 Connect Blade 3 Type-C port (near the HDMI port) to your computer with the USB-C cable.
Step 2. Enable Blade 3 to enter MaskROM mode
SPST4ポジションディップスイッチの4のポジションを オン.その後、Blade 3 はファームウェア開発用の MaskROM モードに入る。
Step 3. Download the upgrade tool and grant permission to it
3.1 Click upgrade_tool_v2.3_mac.zip をクリックしてアップグレードツールをダウンロードしてください。
3.2 フォルダーに移動する アップグレードツール_v2.3_Mac after unzipping the package. Grant permission to upgrade_tool by running the command sudo chmod u+x upgrade_tool
.
3.3 次へ移動する システム環境設定 > セキュリティとプライバシー を実行し、このツールがあなたのコンピューター上で実行されるようにします。
フォルダの下 アップグレードツール_v2.3_Mac, you can check whether Blade 3 enters MaskROM mode by running the command sudo ./upgrade_tool
.
mia@MiadeMacBook-Pro upgrade_tool_v2.3_mac % sudo ./upgrade_tool
Password:
Program Log will save in the /Users/mia/upgrade_tool/log/
List of rockusb connected
DevNo=1 Vid=0x2207,Pid=0x350b,LocationID=444 Mode=Maskrom
Found 1 rockusb,Select input DevNo,Rescan press <R>,Quit press <Q>:
Step 4. Upgrade firmware for Blade 3
走る すど ./アップグレードツール uf /(あなたの道)/image-release-blade3-debian11-20230505.img
to upgrade the firmware of Blade 3. The following is an example:
mia@MiadeMacBook-Pro upgrade_tool_v2.3_mac % sudo ./upgrade_tool uf /Users/mia/Downloads/image-release-blade3-debian11-20230505.img
Program Log will save in the /Users/mia/upgrade_tool/log/
ftruncate: Invalid argument
Loading firmware...
Support Type:RK3588 FW Ver:1.0.00 FW Time:2023-05-06 01:20:35
Loader ver:1.0b Loader Time:2023-05-05 18:48:04
Download Image Total(3372432K),Current(1012192K)
Wait until Upgrade firmware ok
is displayed.
Ubuntuの場合
ステップ1.ハードウェアの接続
1.1 Set up connections of Blade 3.
1.2 Connect Blade 3 Type-C port (near the HDMI port) to your computer with the USB-C cable.
Step 2. Enable Blade 3 to enter MaskROM mode
SPST4ポジションディップスイッチの4のポジションを オン.その後、Blade 3 はファームウェア開発用の MaskROM モードに入る。
Step 3. Download the upgrade tool and grant permission to it
3.1 Click Linux_Upgrade_Tool.zip をクリックしてアップグレードツールをダウンロードしてください。
3.2 フォルダーに移動する Linux_Upgrade_Tool_v1.65 after unzipping the package. Grant permission to the tool by running the sudo chmod u+x upgrade_tool
コマンドを使用している。
フォルダの下 Linux_Upgrade_Tool_v1.65, you can check whether Blade 3 enters MaskROM mode by running the sudo ./upgrade_tool
command. The following is an example:
sudo ./upgrade_tool
[sudo] password for parallels:
Program Data in /media/psf/Home/Downloads/Linux_Upgrade_Tool_v1.65
List of rockusb connected
DevNo=1 Vid=0x2207,Pid=0x350b,LocationID=29 Mode=Maskrom
Found 1 rockusb,Select input DevNo,Rescan press <R>,Quit press <Q>:q
Step 4. Upgrade firmware
- コマンドを実行してファームウェア全体をアップグレードする。
sudo ./upgrade_tool uf /(your path)/image-release-blade3-debian11-20230505.img
以下のように:
sudo ./upgrade_tool uf /home/parallels/Documents/upgrade firmware for blade 3/image-release-blade3-debian11-20230505.img
- 特定のパーティションをアップグレードする:
sudo ./upgrade_tool di -b /path/to/boot.img # Upgrade the boot partition only.
sudo ./upgrade_tool di -r /path/to/recovery.img # Upgrade the recovery partition only.
sudo ./upgrade_tool di -m /path/to/misc.img # Upgrade the misc partition only.
sudo ./upgrade_tool di -u /path/to/uboot.img # Upgrade the uboot partition only.
sudo ./upgrade_tool di -dtbo /path/to/dtbo.img # Upgrade the dtbo partition only.
sudo ./upgrade_tool di -p paramater # Burn the parameter command.
sudo ./upgrade_tool ul bootloader.bin # Burn the bootloader.
アップグレードに異常があったり失敗したりした場合は、ファームウェアをローレベル・フォーマットまたは消去してから、再度アップグレードしてください。
sudo ./upgrade_tool lf update.img # Low-level format the firmware.
sudo ./upgrade_tool ef update.img # Erase firmware.