Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Eval-Kit Contents

  • 12-24 V power supply 

  • Acrylic stand

  • USB-A (male to male) cable

  • Serial cable and serial adapter

Suggested Software

Access via Serial Interface

  1. Connect the baseboard to a computer using a serial cable and a serial adapter. 

  2. You will need a Tera Term application to communicate with the device.

  3. In Tera Term configure the serial connection in Setup-> Serial Port. Set the following settings:

    • Port: serial port, to which device is connected 

    • Speed: 115200 

    • Data: 8bit 

    • Parity: none 

    • Stop bits: 1 

  4. Plug the power connector in, the device will boot up, you should see the terminal output if settings are correct, and correct port is selected. 

Deploying Images

Linux

Yocto and Debian .imz images can easily be deployed with USB Image Tool.

  1. Choose and download the correct .imz file for your module and baseboard (these images already have the correct device tree pre-installed).

  2. Establish the Serial Connection.

  3. Connect the baseboard to your computer using provided USB-A (male to male) cable via the USB-OTG port (the one closer to the PCB) of the baseboard.

  4. Enter the U-Boot by holding the Esc button in the Tera Term while the device powers on. (You can use the reset button on the back of the baseboard).

  5. Execute the command, that will configure the USB-OTG port to emulate a USB-Mass-Storage device.

    u-boot=> ums 0 mmc 0
  6. Open USB Image Tool and activate the following settings on the Options tab:

    • Truncate oversize images in device mode

    • Fix GPT after Restore

  7. The device will appear on the left side of the window and, when selected, there should appear its information on the Device tab.

  8. Press the Restore button and choose the .imz image from your file system.

  9. After the process is complete, you now can unmount the device from computer. Press Ctrl+C in Tera Term window.

  10. Execute the command to restart the device.

    u-boot=> reset

Windows 10 IoT Enterprise (Trizeps 8 Mini)

How to deploy Windows 10 IoT Enterprise to Trizeps VIII Mini

  • No labels