Skip to content

Commit 143f42c

Browse files
authored
Merge pull request #165 from mrodriguez3313/main
CM4 upgrade video
2 parents e19d9e9 + 88d8584 commit 143f42c

File tree

3 files changed

+44
-5
lines changed

3 files changed

+44
-5
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Re-imaging RK1
3+
id: fxblox-hardware-rk1-reimage
4+
---
5+
6+
# Advanced Firmware Update Process
7+
8+
If for any reason the RK1 fulatower gets stuck in a blue/white light without going through the whole boot process, or it is not connected to the Wi-Fi or propagating the FxBlox hotspot, you need to perform a full re-image. This process requires you to first open the tower, which involves unscrewing parts of it. The process of opening the tower is shown in the video below:
9+
10+
<center>
11+
<ReactPlayer controls url="https://youtu.be/feBov6U_kJs&t=246s" />
12+
</center>
13+
14+
## Steps for Re-imaging
15+
16+
1. **Unplug the tower from power**
17+
18+
Ensure the tower is not connected to any power source before proceeding.
19+
20+
2. **Opening the tower**
21+
22+
Follow the instructions in the video linked above to open the tower safely.
23+
24+
3. **Download and install Blox drivers**
25+
26+
4. **Download, unzip, and install RKDevTool app**
27+
28+
5. **Download and unzip latest full image from GitHub**
29+
30+
Find `minimal_fullimage_minimal.zip` in the [latest release](https://github.com/functionland/rk1-image/releases/latest) under the Assets section on GitHub.
31+
32+
Now, find it in your Downloads, right-click it, and extract all.
33+
34+
6. **Download the rk3588 spl loader**
35+
36+
7.

docs/functionyard/hardware/fxblox-hardware-rpi-reimage.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ id: fxblox-hardware-rpi-reimage
55
import ReactPlayer from 'react-player';
66

77
# Advanced Firmware Update Process
8-
If for any reason the CM4 fulatower gets stuck in a blue/white light without going through the whole boot process, or it is not connected to the Wi-Fi or propagating the FxBlox hotspot, you need to perform a full re-image. This process requires you to first open the tower, which involves unscrewing parts of it. The process of opening the tower is shown in the video below:
8+
If for any reason the CM4 fulatower gets stuck in a blue/white light without going through the whole boot process, or it is not connected to the Wi-Fi or propagating the FxBlox hotspot, you need to perform a full re-image.
9+
10+
## Video Guide for Re-Imaging
911

1012
<center>
11-
<ReactPlayer controls url="https://youtu.be/feBov6U_kJs&t=246s" />
13+
<ReactPlayer controls url="https://youtu.be/Fi9jz-qOHxs?si=4sqX1mR-ccUxDOj7" />
1214
</center>
1315

14-
## Steps for Re-imaging
16+
## Written Steps for Re-Imaging
1517

1618
1. **Unplug the Tower from Power**
1719

@@ -61,7 +63,7 @@ If for any reason the CM4 fulatower gets stuck in a blue/white light without goi
6163
6264
8. **Unzip the Image Content**
6365
64-
Right click on the one that ends with `.zip.001` and use [7zip application](https://www.7-zip.org/download.html) to extract. Extract the contents of the downloaded image to a known location on your computer.
66+
Right click on downloaded zip and use [7zip application](https://www.7-zip.org/download.html) to extract. Extract the contents of the downloaded image to a known location on your computer.
6567
6668
9. **Install and Run Raspberry Pi Imager**
6769

sidebars.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ const sidebars = {
6565
items: [
6666
'functionyard/hardware/fxblox-hardware-rpi',
6767
'functionyard/hardware/fxblox-hardware-rk1',
68-
'functionyard/hardware/fxblox-hardware-rpi-reimage'
68+
'functionyard/hardware/fxblox-hardware-rpi-reimage',
69+
// 'functionyard/hardware/fxblox-hardware-rk1-reimage'
6970
]
7071
},
7172
'functionyard/add-storage',

0 commit comments

Comments
 (0)