Burn System to M2WE Using TF Card
Important Warning
- FLY-FAST system does not support migrating to M2WE via this method.
- This operation will burn a brand new system image to the M2WE, not a system migration, and will erase all data on the device.
Preparation
Before starting, ensure you have the following items ready:
- M2WE: The product that needs the image burned.
- TF Card: Capacity no less than 16GB, high-speed card recommended.
- FLY Host Computer: The host computer that can install the M2WE.
- System Image: The pre-downloaded system image file specifically for the M2WE.
- Ethernet Cable (Recommended): Used to connect the host computer to the router, ensuring a stable network connection.
- SSH Tool:
MobaXterm, used to connect to the host computer and execute commands.
Operation Steps
Step 1: Download the System Image
- Visit the official FLYOS download page:
- Click the
Download Filebutton on the page.
Loading...
- In the
Select Download Filepopup window:- Select the system version corresponding to your host computer from the
Chip Typedropdown menu.
- Select the system version corresponding to your host computer from the
Loading...
- Choose to download the image file in
7Z(compressed archive) orEXE(Windows installer) format based on your preferences. - After downloading, decompress it to obtain the final
.imgformat image file.
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 within 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:
lsblk
Loading...
- Find the device name corresponding to the
M2WEbased on its capacity (usually 14G-16G). The default is/dev/mmcblk1. Ensure the device name is correct, otherwise data loss may occur.
Step 4: Execute the Burning Process
- Execute the following command to start the burning process (Make sure to replace the image file name and device name in the command with the ones you are actually using):
Example:dd if=/data/Your System Image File Name.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
Loading...
- Wait patiently for the burning to complete until the terminal indicates it has finished and returns to the command prompt. Progress information will be displayed during the process.
Loading...
Step 5: Complete Setup
- After the burning is complete, execute the shutdown command to safely turn off the host computer:
poweroff
- Remove the TF card from the host computer.
- Power cycle the device to start the new system.
Loading...