As featured by Apple

Libretech-flash-tool

4.7 rating from 60,000+ reviews
Over 1 million downloads
Download on the App Store

A simple, powerful and customisable world clocks app.

Why people love World Time Widget.

World Clocks at a Glance

See the time in any city instantly. Add clocks for the places and people that matter most to you.

Today Widget & Complications

Check world times without opening the app. Glance at your Today widget or Apple Watch complication.

Meeting Planner

Find the best time to meet across time zones. Schedule calls and meetings without the headache.

Beautiful & Customisable

Choose from multiple themes and layouts. Make the app look exactly the way you want it.

Apple Watch App

Your world clocks on your wrist. See times at a glance with a dedicated Apple Watch app and complications.

iPhone, iPad & Watch

Works beautifully across all your Apple devices. Your clocks sync seamlessly via iCloud.

Download on the App Store

Libretech-flash-tool

To get started, clone the repository directly from the Libre Computer Project GitHub :

Displays the exact dd or write command it is about to execute, giving users a final chance to verify the target device. How to Install and Use LFT libretech-flash-tool

Note: This process downloads the bootloader from Libre Computer's servers and writes it to the card's raw blocks. Critical Use Cases Booting from SSD or USB To get started, clone the repository directly from

To prepare a blank MicroSD card for booting, use the bl-flash command. For example, to flash a bootloader for the AML-S905X-CC (Le Potato) to a device at sdb : sudo ./lft.sh bl-flash aml-s905x-cc sdb Use code with caution. For example, to flash a bootloader for the

The LibreTech Flash Tool is an open-source script ( lft.sh ) that simplifies the deployment of firmware and operating systems onto Libre Computer hardware. It is particularly vital for Amlogic-based boards (like "Le Potato") and Rockchip-based boards (like "Renegade") because these devices often require a specific bootloader to be written to raw sectors of the storage medium before they can boot. Key Features

Before flashing, you must identify the correct board model and target disk (e.g., /dev/sda or /dev/mmcblk0 ): ./lft.sh board-list List connected drives: ./lft.sh dev-list 3. Flashing a Bootloader

git clone https://github.com/libre-computer-project/libretech-flash-tool.git cd libretech-flash-tool Use code with caution. 2. Identifying Your Device