@@ -47,37 +47,38 @@ search:
47
47
48
48
- [ Platform Documentation (SM8250)] ( https://github.com/ROCKNIX/distribution/blob/main/documentation/PER_DEVICE_DOCUMENTATION/SM8250 )
49
49
50
- ### Screen issue
51
- !!! note "If you have screen issues, you likely didn't choose a proper entry during boot"
52
- ![ ] ( ../../_inc/images/devices/retroid-pocket-mini-inverted.png ) { .off-glb }
53
- To fix broken image you need to:
54
-
55
- * flash a working loader (seen next section about Bootloader, GRUB and fastboot)
56
- * on boot, select a boot entry which corresponds to your device
57
-
58
50
### Retroid Pocket Mini V2
59
51
60
52
!!! note "Retroid's Android OTA for the Pocket Mini V2 Breaks Bootloader Visibility"
61
53
The latest OTA update from Retroid for the Pocket Mini V2 includes a faulty bootloader.
62
54
As a result, the GRUB boot selection screen is no longer visible at startup.
63
55
56
+ This may result in you booting with the wrong device selection. If your screen
57
+ looks like the following then follow the steps below.
58
+
59
+ { .off-glb }
60
+
64
61
#### How to Fix It
65
62
You’ll need to manually reflash the **loader partition** using **fastboot**.
66
63
67
- #### Step 1: Install Fastboot Tools
68
- [15-Second ADB/Fastboot Installer ](https://xdaforums. com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/ )
64
+ #### Step 1: Download and extract Android SDK Platform Tools
65
+ [SDK Platform Tools ](https://developer.android. com/tools/releases/platform-tools#downloads )
69
66
70
- #### Step 2: Download the Fixed Bootloader
67
+ #### Step 2: Download the Fixed Bootloader to the SDK Platform Tools folder
71
68
[Download u-boot-sm8250-retroidpocket-rpminiv2.img](https://github.com/RetroidPocket/u-boot/releases/download/rp-v1.0.1/u-boot-sm8250-retroidpocket-rpminiv2.img)
72
69
73
- #### Step 3: Enter Fastboot Mode
70
+ #### Step 3: Enter ABL / Fastboot mode
74
71
Hold **Volume Down** while powering on the device.
75
72
76
73
#### Step 4: Flash the Loader Partition
74
+ Open a cmd prompt and `cd` to the directory you extracted the Android SDK platform tools,
75
+ and type the following command.
77
76
```
78
77
fastboot flash loader u-boot-sm8250-retroidpocket-rpminiv2.img
79
78
```
80
79
80
+ #### Step 5: Boot up and select "Retroid Pocket Mini V2" from the GRUB screen.
81
+
81
82
### Community Videos
82
83
83
84
| <iframe width =" 560 " height =" 315 " src =" https://www.youtube.com/embed/PtZKzzWysw8?si=Zg8OB4gFO9aRG0Hb " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " referrerpolicy =" strict-origin-when-cross-origin " allowfullscreen ></iframe > |
0 commit comments