StarLite Mk V - installing/recovering firmware with external programmer

2 min. readlast update: 11.06.2025

Requirements

Before you begin, make sure you have the following items ready:

  • An additional laptop or PC to run commands

  • FPC cable

  • CH341A USB programmer

  • Debug board

  • PH0 screwdriver

  • Thermal compound (if needed)

Tools


1. Prepare the Device

Place the StarLite Mk V on a soft, protected surface to prevent scratching.
Step 1


2. Remove the MicroSD Tray

Use a SIM pin or paperclip to eject and remove the MicroSD card tray.
MicroSD Tray


3. Separate the Backplate

Using a plastic pick, gently wedge it between the display and backplate to begin separating the two pieces. Work slowly around the edges.
Opening Device
Step 3b


4. Lift the Backplate Carefully

Once loosened, lift the backplate to about 90° — there are two ribbon cables connecting it to the mainboard. Disconnect these gently before fully removing the backplate.
Ribbon Cables
Ribbon Cables 2

Once removed, you’ll see the components underneath.
Components


5. Disconnect the Battery

Start by disconnecting the battery connector from the mainboard.

⚠️ Important: Do not skip this step.
Battery Disconnect
Battery Cable


6. Remove the Heatsink

Remove the five black Phillips screws securing the heatsink.
Heatsink Screws

Gently pull the heatsink straight upward to avoid spreading thermal paste.
Heatsink Removal


7. Assemble the Programmer

Connect the programmer, debug board, and FPC cable as shown below.
Programmer Setup


8. Locate the Debug Connector

Find the debug connector on the mainboard (PCBA).
Debug Connector


9. Connect the Programmer

Attach the free end of the FPC cable to the debug connector.
Connection


10. Connect to Your Secondary Laptop/PC

Plug the CH341A USB programmer into your additional computer.

Note: Make sure the programmer isn’t resting directly on your laptop — place it on a non-conductive surface (e.g. a mouse pad).
Connected Setup


11. Install Flashrom

On your external laptop/PC, open a terminal and install Flashrom with:

sudo apt install flashrom

12. Download the Firmware

Firmware files are available on our GitHub Repository.

For example, for the StarLite Mk V, navigate to the .rom file here and download it.

🔍 Tip: Always use the latest version of the firmware for your model.


13. Flash the Firmware

Run the following command, replacing the version number with your downloaded file:

sudo flashrom -p ch341a_spi -w ~/Downloads/24.07.rom
Was this article helpful?