Skip to main content

Modular Vision Genio700/510

This page contains the instructions to flash the eMMC/internal SSD on a SECO Modular Vision board with Genio700 or Genio510. This board flashing procedure follows the generic instructions, with some additional steps.

info

The instructions provided below refers to the usage of genio-flash tool under Linux OS, the same instructions can be applied to Windows.

Software Requirements

Installation instructions for Windows/Linux are available from MediaTek.

Instructions

These are the instruction to be followed in order to flash Clea OS on device eMMC/internal SSD of the Modular Vision with Genio700 or Genio510 SOC:

  • Decompress the .tar.gz Misc. Artifacts bundle, e.g. using $ tar -xzvf <file_name>.tar.gz.

  • There are multiple ways to set the device into the Serial Download mode:

    • Running the following command from Linux:
      # i2ctransfer -y -f 3 w2@0x40 0x02 0x01
    • Running the following command from U-Boot:
      => i2c dev 3; i2c mw 0x40 0x02 0x01 1
    • If the device doesn't reach U-Boot and you cannot do the options above, please contact the Technical Support.
    important

    Do not run them yet.

  • Connect the Modular Vision to the Host PC via the device's USB-C conenctor.

  • Start flashing the image with one of the following commands on host PC:

    • For 7" device:

      $ genio-flash --load-dtbo seco-e58-e83.dtbo --load-dtbo seco-e58-lvds-wsvga-fn0700t130a.dtbo
    • For 10.1" device:

      $ genio-flash --load-dtbo seco-e58-e83.dtbo --load-dtbo seco-e58-lvds-wxga-g101ean02.dtbo
    • For 15.6" device:

      $ genio-flash --load-dtbo seco-e58-e83.dtbo --load-dtbo seco-e58-lvds-fhd-g156han04.dtbo
  • Set the device into the Seria Download mode with one of the commands above.

  • Check that the flashing procedure starts and proceeds without errors.

  • You can check the output of the serial debug port (e.g. via minicom) connecting the serial cable.

  • Once the flashing procedure has finished, the board will boot into the system.