Skip to main content

Install System On eMMC/UFS

Resource Download

For image and flashing tool, please refer to download.

Enter Flash mode

Connect the Type-C data cable to the debug port and the PC. This will display four serial port devices on the PC. Open the last one in the sequence (Baud rate is 115200). Hold the FastBoot button and power on the board to enter flashing mode. At this point, data will output on the serial port. Run the fastboot devices command to detect the device.

name@your-pc:$ fastboot devices
14007211532C0033 fastboot

Image Installation

For Linux users:

  • Download the Linux platform flashing tool siengine_downloadtool_linux. After extracting, check the PDF document in the directory to understand the relevant content.
  • We provide a simple flashing script burn.sh for Linux users to download the Sirider S1 image. Please copy this script to the directory where the siengine_download_tool tool is located after extraction, and copy the files generated under SDK depoly/build to the same level directory. Run the following commands, and for more commands, please check the script content:
$ ./burn.sh all # Flash all LUNs
$ ./burn.sh lun0 # Flash a single LUN

For Windows users:

Download the Windows platform flashing tool siengine_downloadtool.

For more details, please refer to the document UG_SE1000_Download_Tool_User_Guide.pdf