Skip to content

Commit 71e13b5

Browse files
committed
Improve RP Mini V2 instructions
1 parent 186bd54 commit 71e13b5

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

docs/devices/retroid/retroid-pocket-mini.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,28 @@ search:
4545
- [Platform Documentation (SM8250)](https://github.com/ROCKNIX/distribution/blob/main/documentation/PER_DEVICE_DOCUMENTATION/SM8250)
4646

4747
### Retroid Pocket Mini V2
48-
!!! note "Retroid released the Android OTA for the Pocket Mini V2 with a broken bootloader"
4948

50-
This results in the user being unable to see the Grub boot selection screen, to fix
51-
this, you are required to reflash the loader partition with fastboot.
49+
!!! note "Retroid's Android OTA for the Pocket Mini V2 Breaks Bootloader Visibility"
50+
The latest OTA update from Retroid for the Pocket Mini V2 includes a faulty bootloader.
51+
As a result, the GRUB boot selection screen is no longer visible at startup.
5252

53-
Download the latest version of u-boot for the Pocket Mini V2 from [here](https://github.com/RetroidPocket/u-boot/releases/download/rp-v1.0.1/u-boot-sm8250-retroidpocket-rpminiv2.img).
53+
### How to Fix It
5454

55-
You can then flash this from the ABL menu by holding volume-down when turning on
56-
your device and using `fastboot flash loader u-boot-sm8250-retroidpocket-rpminiv2.img`.
55+
You’ll need to manually reflash the **loader partition** using **fastboot**.
5756

58-
You will need fastboot and drivers installed for this, these can be found [here](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/).
57+
#### Step 1: Install Fastboot Tools
58+
[15-Second ADB/Fastboot Installer](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/)
59+
60+
#### Step 2: Download the Fixed Bootloader
61+
[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)
62+
63+
#### Step 3: Enter Fastboot Mode
64+
Hold **Volume Down** while powering on the device.
65+
66+
#### Step 4: Flash the Loader Partition
67+
```
68+
fastboot flash loader u-boot-sm8250-retroidpocket-rpminiv2.img
69+
```
5970

6071
### Community Videos
6172

0 commit comments

Comments
 (0)