Using a TF Card to Flash the M2WE System
Important Warning
- The FLY-FAST system cannot be migrated to M2WE through this method!
- This operation will burn a brand new system image onto the M2WE, not a system migration, and will erase all data on the device.
Preparation
Before starting, please ensure you have the following items ready:
- M2WE: The product requiring the system image.
- TF Card: Capacity no less than 16GB, high-speed card recommended.
- FLY Host Computer: The host computer compatible with M2WE installation.
- System Image: Pre-downloaded system image file dedicated to M2WE.
- Ethernet Cable (Recommended): For connecting the host computer to the router to ensure a stable network connection.
- SSH Tool:
MobaXterm, used to connect to the host computer and execute commands.
Steps
Step 1: Download the System Image
- Visit the official FLYOS download page:
- Click the
Download Filebutton on the page.Loading... - In the pop-up
Select Download Fileinterface:- Select the system version corresponding to your host computer from the
Chip Typedropdown menu.
Loading... - Select the system version corresponding to your host computer from the
- Based on your preference, choose to download the image file in
7Z(archive) orEXE(Windows installer) format. - After downloading, extract it to obtain the final image file in
.imgformat.
Step 2: Connect via SSH and Upload the Image
- Connect the host computer to the router using an Ethernet cable.
- Open
MobaXtermor another SSH tool and connect to your host computer over the network. - Drag and drop the system image file prepared in Step 1 (e.g.,
FlyOS-Fast-H618-v1.3.2.img) directly into the/data/directory in MobaXterm's file browser area. Wait for the file upload to complete.Loading...
Step 3: Identify the TF Card Device
- Execute the following command in the SSH terminal to view all storage devices:
lsblkLoading...
- Locate the device name corresponding to the
M2WEbased on its capacity (typically 14G-16G). The default is/dev/mmcblk1. Make absolutely sure the device name is correct to avoid data loss.
Step 4: Execute the Flashing Process
- Run the following command to start the flashing process (Ensure you replace the image filename and device name in the command with the ones you are actually 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=progressLoading...
- Wait patiently for the flashing process to complete until the terminal indicates completion and returns the command prompt. Progress information will be displayed during the process.
Loading...
Step 5: Complete the Setup
- After flashing is complete, execute the shutdown command to safely power off the host computer:
poweroff
- Remove the TF card from the host computer.
- Power the device back on to start the new system.
Loading...