mirror of
https://github.com/jetkvm/website.git
synced 2025-09-16 08:38:16 +00:00
Merge 9f3e761509 into 52a6157d73
This commit is contained in:
commit
7deefc2aec
@ -26,3 +26,73 @@ To reset the device, you will use DFU Mode, which allows you to flash the firmwa
|
||||
```sh
|
||||
sudo ./upgrade_tool uf update.img
|
||||
```
|
||||
|
||||
## Windows Specific Instructions
|
||||
|
||||
#### Prepare your computer for flashing
|
||||
|
||||
1. Download and install the [RK Driver Assistant](https://files.luckfox.com/wiki/Luckfox-Pico/Software/DriverAssitant_v5.12.zip).
|
||||
<Card className="mb-2 inline-block max-w-[480px] overflow-hidden">
|
||||
<img
|
||||
src="/driverinstall.png"
|
||||
alt="Driver Install"
|
||||
style={{
|
||||
margin: "0 auto",
|
||||
}}
|
||||
/>
|
||||
</Card>
|
||||
|
||||
2. Download and extract the [flashing tool](https://files.luckfox.com/wiki/Luckfox-Pico/Software/SocToolKit_v1.98_20240705_01_win.zip).
|
||||
3. Open the software (right-click and run as administrator) and select RV1106 when prompted for chip selection
|
||||
<Card className="mb-2 inline-block max-w-[480px] overflow-hidden">
|
||||
<img
|
||||
src="/rv1106.png"
|
||||
alt="Chip Selection"
|
||||
style={{
|
||||
margin: "0 auto",
|
||||
}}
|
||||
/>
|
||||
</Card>
|
||||
#### Flashing the Latest Firmware
|
||||
|
||||
1. Boot JetKVM into DFU mode (instructions above), making sure you are using the USB from the computer you plan to flash with to power the JetKVM
|
||||
2. Make sure USB is selected and that "Maskrom 22" is in the field to the right. If not, you need to make sure the driver is successfully installed
|
||||
<Card className="mb-2 inline-block max-w-[480px] overflow-hidden">
|
||||
<img
|
||||
src="/maskrom.png"
|
||||
alt="maskrom"
|
||||
style={{
|
||||
margin: "0 auto",
|
||||
}}
|
||||
/>
|
||||
</Card>
|
||||
3. Click "Firmware" and select the [JetKVM Image](https://api.jetkvm.com/releases/system_recovery/latest) you previously downloaded
|
||||
<Card className="mb-2 inline-block max-w-[480px] overflow-hidden">
|
||||
<img
|
||||
src="/firmware.png"
|
||||
alt="Firmware"
|
||||
style={{
|
||||
margin: "0 auto",
|
||||
}}
|
||||
/>
|
||||
</Card>
|
||||
4. Click upgrade
|
||||
<Card className="mb-2 inline-block max-w-[480px] overflow-hidden">
|
||||
<img
|
||||
src="/upgrade.png"
|
||||
alt="Upgrade"
|
||||
style={{
|
||||
margin: "0 auto",
|
||||
}}
|
||||
/>
|
||||
</Card>
|
||||
5 Once the firmware update completed, remove power from the JetKVM and it will be factory reset.
|
||||
<Card className="mb-2 inline-block max-w-[480px] overflow-hidden">
|
||||
<img
|
||||
src="/upgradeok.png"
|
||||
alt="Completed Upgrade"
|
||||
style={{
|
||||
margin: "0 auto",
|
||||
}}
|
||||
/>
|
||||
</Card>
|
||||
|
||||
BIN
public/driverinstall.png
Normal file
BIN
public/driverinstall.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
public/firmware.png
Normal file
BIN
public/firmware.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
BIN
public/maskrom.png
Normal file
BIN
public/maskrom.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
BIN
public/rv1106.png
Normal file
BIN
public/rv1106.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
BIN
public/upgrade.png
Normal file
BIN
public/upgrade.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
BIN
public/upgradeok.png
Normal file
BIN
public/upgradeok.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 81 KiB |
Loading…
Reference in New Issue
Block a user