You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The other part is the MCU firmware. Newer versions of MCU firmware has fixed some known issues, an upgrade is recommended, after completing the system installation.
39
39
40
40
-https://github.com/sophgo/mcu/releases
41
41
42
42
And also the system image itself which needs to be flashed to M.2 NVMe SSD:
43
43
44
-
-`revyos-pioneer-20241230-212249.img.zst`
44
+
-`revyos-pioneer-20251226-002451.img.zst`
45
45
46
46
---
47
47
@@ -53,18 +53,18 @@ And also the system image itself which needs to be flashed to M.2 NVMe SSD:
53
53
54
54
#### Using BalenaEtcher
55
55
56
-
1. Select the file `firmware_single_sg2042-v6.6-lts-v0p7.img`.
56
+
1. Select the file `firmware_sg2042-single-revyos_6.18.y-sg204x-v1.7.img`.
57
57
2. Choose the target SD card.
58
58
3. Click "Flash" to start the process.
59
59
60
60
#### Using Command Line
61
61
62
62
Insert the SD card into a reader connected to your computer, then verify the device path.
63
63
64
-
Navigate to the directory with `firmware_single_sg2042-v6.6-lts-v0p7.img` and flash it with the following command:
64
+
Navigate to the directory with `firmware_sg2042-single-revyos_6.18.y-sg204x-v1.7.img` and flash it with the following command:
@@ -110,11 +110,11 @@ Flashing to SPI Flash is now complete.
110
110
111
111
### Using Command Line
112
112
113
-
1. Decompress the `revyos-pioneer-20241230-212249.img.zst` file using `unzstd revyos-pioneer-20241230-212249.img.zst`. This produces the `revyos-pioneer-20241230-212249.img` file.
113
+
1. Decompress the `revyos-pioneer-20251226-002451.img.zst` file using `unzstd revyos-pioneer-20251226-002451.img.zst`. This produces the `revyos-pioneer-20251226-212249.img` file.
114
114
115
115
2. Insert the NVMe SSD into the reader and connect it to your computer, then confirm the device path.
116
116
117
-
3. In the directory containing `revyos-pioneer-20241230-212249.img`, flash the image to the NVMe SSD with dd command: `sudo dd if=revyos-pioneer-20241230-212249.img of=/dev/nvme0n1 bs=4M status=progress`. Replace `of=/dev/nvme0n1` with the correct device path if different.
117
+
3. In the directory containing `revyos-pioneer-20251226-212249.img`, flash the image to the NVMe SSD with dd command: `sudo dd if=revyos-pioneer-20251226-212249.img of=/dev/nvme0n1 bs=4M status=progress`. Replace `of=/dev/nvme0n1` with the correct device path if different.
118
118
119
119
4. After flashing, use `sync` to ensure the data is fully written to the NVMe SSD.
0 commit comments