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
| Lichee Pi 4A |{<DownloadLinkdevice="Lichee Pi 4A" />}|[镜像刷写](licheepi4a)|
17
+
| Lichee Pi 4A |{<DownloadLinkdevice="Lichee Pi 4A" />}|{<RedirectBasedOnUAwindowsLink="./licheepi4a-windows"otherLink="./licheepi4a"description="镜像刷写" /> }|
Copy file name to clipboardExpand all lines: i18n/en/docusaurus-plugin-content-docs/current/Installation/licheepi4a-windows.mdx
+4-2
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,12 @@ import { DownloadLink } from "@site/src/components/ImageLinks";
6
6
7
7
# Installing RevyOS on the LicheePi 4A (Windows)
8
8
9
-
This page provides a tutorial for flashing the LicheePi 4A image on Windows operating systems. If you want to flash the image on a Linux system, please click [LicheePi4A Image Flashing Tutorial](./licheepi4a.mdx). For other image flashing tutorials, please click the links in the table below.
9
+
This page provides a tutorial for flashing the LicheePi 4A image on Windows.
10
+
If you want to flash the image on a Linux, or view other image flashing tutorials, please view the links in the table below.
10
11
11
-
|Supported Devices ||
12
+
|Other Flashing Tutorial | Link|
12
13
| ----------------- | -------------- |
14
+
| LicheePi4A (Installing using Linux)|[Installation guilde for Linux](./licheepi4a)|
Once flashing is complete, disconnect the USB-Type-C cable from the computer and the board, connect the power cable, and the system will boot up.
382
384
383
385
384
-
#### Potential Issues
386
+
### Potential Issues
387
+
388
+
#### Linux only: stuck at < waiting for any device >
385
389
386
390
If the `lsusb` output shows a download device but the `fastboot` command remains stuck at `< waiting for any device >`, try running the `fastboot` command with `sudo`.
387
391
392
+
#### Issues After Major Version Upgrade
393
+
394
+
If you **use a serial connection to enter U-Boot** and start fastboot flashing (see [here](#writing-the-image-to-emmc-with-serial-connection)), the issue might be caused by U-Boot retaining old environment variables. Please enter the following command in the U-Boot serial console:
395
+
396
+
```
397
+
env default -a -f; env save; reset
398
+
```
399
+
400
+
If this version includes partition table changes, additionally run:
0 commit comments