| Feature | Motorola RSA / OTA | LoLinet | |-----------------------|----------------------------|-------------------------------| | Availability | Only latest builds (mostly)| Old, archived, and beta builds| | Speed | Rate-limited, slow | Direct HTTP, fast (depends on mirror) | | No login required | No (RSA needs install) | Yes (direct download) | | Leaked/test builds| No | Yes (rare but present) | | Multiple regions | Limited to device's region | All channels for a device |
Official Motorola no longer provides direct firmware downloads for consumers since ~2016 (used to via motorola-global-portal.custhelp.com). LoLinet fills the gap.
| Alternative | Problem | |-------------|---------| | Motorola OTA servers | Only provide incremental updates, not full firmware. | | RSD Lite official | Requires a Motorola service login (not public). | | Firmware.center | Often outdated, missing carrier builds. | | Google Drive random links | High risk of bricking due to tampered images. |
LoLinet remains the only consistently updated, complete, and uncorrupted source for Motorola firmware.
Navigate to: https://mirrors.lolinet.com/firmware/motorola/
Here’s the secret map:
| Folder | What’s inside | When to use |
|--------|--------------|--------------|
| $MODEL/ (e.g., rio/, berlin/) | Codename-specific builds | Start here — find your device’s codename (e.g., Moto G Power 2021 = "borneo") |
| official/ | Stock signed Motorola firmware | Unbricking, warranty return, OTA path |
| RF/ | "Release Factory" — pre-retail engineering builds | DANGER ZONE — often locked bootloaders, weird partitions |
| BLANKFLASH/ | Emergency EDL (Qualcomm 9008) files | Last resort for hard bricks (blank screen, no fastboot) |
Pro trick: Inside official/, look for SUBSIDY-DEFAULT (carrier unlocked) vs TMO (T-Mobile), RETUS (Retail US), RETLA (Latin America). Match your region or risk losing LTE bands.
Motorola firmware from LoLinet can be flashed manually. Open a command prompt inside the folder and run:
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot reboot-bootloader
sleep 5
fastboot flash radio modem.bin
fastboot flash bluetooth BTFM.bin (if present)
fastboot flash dsp dspso.bin (if present)
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash super super.img_sparsechunk.0
fastboot flash super super.img_sparsechunk.1
...and so on (follow the flashfile.xml order)
fastboot oem fb_mode_clear
fastboot reboot
But here’s the “work” simplification: LoLinet firmware includes flashfile.xml. Use Motorola’s RSD Lite (v6.2.4 or newer) or the Python-based fastboot enhancer to automate the entire sequence. RSD Lite reads the XML and flashes everything in the correct order, respecting partition sizes and slots (A/B devices).
When managing a LoLinet site, the Release Notes (RN) are your bible. Do not flash based on version numbers alone.