Flashing the System onto M2WE Using a TF Card
Important Warning
- FLY-FAST system does not support migration to M2WE using this method!
- This operation will flash a completely new system image onto the M2WE, not migrate the system, and will erase all data on the device.
Preparation
Before you begin, please ensure you have the following items:
- M2WE: The product that needs to have the image flashed.
- TF Card: Capacity not less than 16GB, high-speed card is recommended.
- FLY Host Machine: A host machine compatible with M2WE.
- System Image: A pre-downloaded M2WE-specific system image file.
- Ethernet Cable (Recommended): For connecting the host machine to the router to ensure a stable network connection.
- SSH Tool:
MobaXterm, used to connect to the host machine and execute commands.
Operating Steps
Step 1: Download the System Image
- Visit the official FLYOS download page:
- Click the
Download Filebutton on the page.
- In the pop-up
Select Download Fileinterface:- Select the system version corresponding to your host machine from the
Chip Typedropdown menu.

- Select the system version corresponding to your host machine from the
- Based on your preference, choose to download the image file in either
7Z(compressed package) orEXE(Windows installer) format. - After downloading, extract the file to obtain the final
.imgformat image file.
Step 2: Connect via SSH and Upload the Image
- Connect the host machine to the router using an Ethernet cable.
- Open
MobaXtermor another SSH tool and connect to your host machine over the network. - Directly drag and drop the system image file prepared in Step 1 (e.g.,
FlyOS-Fast-H618-v1.3.2.img) into the/data/directory in the file browser area of MobaXterm, and wait for the upload to complete.
Step 3: Identify the TF Card Device
- In the SSH terminal, execute the following command to view all storage devices:
lsblk
- Locate the device corresponding to the M2WE based on its capacity (usually between 14GB to 16GB), the default is
/dev/mmcblk1. Please ensure the device name is correct, otherwise it may cause data loss.
Step 4: Perform the Flashing Process
- Execute the following command to start flashing (please replace the image filename and device name in the command with the actual names you are using):
Example:
dd if=/data/your_system_image_filename.img of=/dev/your_tf_card_device_name bs=4M status=progressdd if=/data/FlyOS-Fast-H618-v1.3.2.img of=/dev/mmcblk1 bs=4M status=progress
- Patiently wait for the flashing to complete until the terminal indicates that the process is finished and returns to the command prompt. Progress information will be displayed during the process.

Step 5: Finalize the Setup
- After flashing is complete, execute the shutdown command to safely power off the host machine:
poweroff - Remove the TF card from the host machine.
- Power on the device again, and it will now boot into the new system.
Loading...