LincOS System Upgrade Process

LincOS System Upgrade Process

Manual system upgrades allow you to update to the latest version while preserving your existing data. Note: Only forward version upgrades are supported. Downgrades to earlier versions are not supported.

The manual upgrade process for the LincOS system is as follows:

1. Download the firmware and create a bootable USB drive

  1. On your personal computer, visit the following page to download the firmware: https://www.lincos.ai/en/lincos-download/
  2. On the page, select the LincOS tab and click Download Now to download the firmware.
  3. Use the downloaded .iso file to create a bootable USB drive.
  • On Windows, use Rufus to create the bootable drive

    • Visit the official website: https://rufus.ie/, download and run Rufus (a portable app, no installation required).
    • Insert your USB drive.
    • Under "Boot selection", click "Select" and load the .iso image file.
    • Partition scheme: usually choose GPT (for UEFI)
    • File system: default to FAT32 or NTFS
    • Click “Start” and wait for the process to complete.

image-20250612173235057

2. Perform the flashing operation

  • Insert the prepared bootable USB drive into the device and restart it.
  • When the boot menu appears, press Enter to select LincOS [EFI/GRUB]

u-open

  • After the system finishes booting, log in using the following account credentials:

    Username: root
    Password: lincstation

image-20250611155528885

  • After logging in, run the following commands:
bash

# Step 1: List all recognized block devices (e.g., HDDs, USB drives, partitions)
lsblk

# Step 2: Navigate to system directory
cd /run/live/medium/live

# Step 3: Upgrade the system while preserving data
./upgrade 
  • As prompted, enter the number corresponding to the /dev/mmcblkX device under "Available devices" (e.g., 1, 2, etc.), then press Enter.

    burn-migrate

  • The system will begin flashing. When you see the message “System migration completed. Please reboot and test!”, the process is complete. You may now remove the USB drive and reboot the device.

image-20250611160414158

3.Restart the device

  • Remove the USB drive (if the USB drive is not removed, the device will continue to boot from it during the next restart).
  • Power off the device by unplugging it, then reconnect the power cable and press the power button to restart. (Alternatively, you can restart the device by entering the reboot command in the command line.)
  • When the boot menu appears again, press Enter to select LincOS-BuiltIn.

emmc-open

  • Once the device has successfully started and the following screen appears, it indicates that the system has been flashed successfully.

burn-finish

  • After the system finishes booting, log in using the following account credentials:

Username: root
​ Password: lincstation

burn-finish-login

  • This completes the entire system flashing process. Welcome to LincOS!
Scroll to Top