Z3 Technology Z3-HE2160-RPS User Instructions

Z3 Technology Z3-HE2160-RPS User Instructions

Rapid production starter kit

Advertisement

Quick Links

CONFIDENTIAL
DOC-USR-0097-05
User Instructions
H.265 Encoding System
Z3 C onfidential
Rapid Production Starter Kit
Z3-HE2160-RPS
Model Name:
DOC-USR-0168-01
Manual Version 1.0
August 7, 2018
Before attempting to connect or operate this product, please read these instructions carefully and save this manual for future use.
This document contains proprietary information of Z3 Technology, LLC ("Z3"). This document may not be used, reproduced, disclosed, or
disseminated to anyone without the prior written approval of an authorized representative of Z3. Z3 reserves the right to change this product at
any time and without notice. All product names, trademarks, trade names, service marks, or service names mentioned in this document are the
property of their respective owners.
Z3 Technology, LLC incorporates HDMI® technology. The terms of HDMI and HDMI High-Definition Multimedia Interface, and the HDMI Logo are
trademarks or registered trademarks of HDMI Licensing LLC in the United States and other countries.
1
____________________________________________________________________________________
Z3 Technology, LLC ♦ 100 N. 8th St. STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Z3-HE2160-RPS and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Z3 Technology Z3-HE2160-RPS

  • Page 1 Z3 Technology, LLC incorporates HDMI® technology. The terms of HDMI and HDMI High-Definition Multimedia Interface, and the HDMI Logo are trademarks or registered trademarks of HDMI Licensing LLC in the United States and other countries.
  • Page 2 CONFIDENTIAL DOC-USR-0097-05 Revision History Version Date Change Note Author 1.0.0 08/07/2018 Original Document Z3 C onfidential ____________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N. 8th St. STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
  • Page 3: Table Of Contents

    7.3 USB Update Process ....................17 8.0 APPENDIX A: Configuring the Wowza Server for RTMP ............17 APPENDIX B: Troubleshooting ............Error! Bookmark not defined. ____________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N. 8th St. STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
  • Page 4 Figure 43 Wowza Performance Settings ........... Error! Bookmark not defined. Figure 44 Wowza Security Settings ..........Error! Bookmark not defined. Z3 C onfidential ____________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N. 8th St. STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
  • Page 5: General Description

    The Z3-HE2160-MOD-xx is a compact OEM module which supports H.265 and H.264 High Profile encode at up to 2160p30. 58 mm Z3 C onfidential Figure 1 Z3-HE2160-MOD-xx Dimensions ____________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N. 8th St. STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
  • Page 6: Figure 2 Z3-He2160-Rps Dimensions And Interfaces

    Figure 2 Z3-HE2160-RPS Dimensions and Interfaces The Z3-HE2160-RPS software is based on the Linux OS. The kit comes with all of the low-level resources such as the Linux kernel, u-boot, tool chain and starter file system pre-integrated and configured. The software bundle also contains tools to allow the development of high-level applications using hardware-accelerated video processing.
  • Page 7: Figure 3 Z3-He2160-Rps Block Diagram

    CONFIDENTIAL DOC-USR-0097-05 The following figure shows a block diagram of the Z3-HE2160-RPS system. Z3 C onfidential Figure 3 Z3-HE2160-RPS Block Diagram ____________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N. 8th St. STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
  • Page 8: Quick Start Guide

    “RUNNING THE CODE YOU BUILT ON THE BOARD”, on page 14. Please Note: Actual version numbers for your Z3 product may differ from those pictured in this document. ____________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N. 8th St. STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
  • Page 9: Package Contents

    720p24, 720p23.98, 576i25, 480i30, and 480i29.97 Composite: 576i25, 480i29.97 Note: Interlaced inputs will be encoded as progressive by default; see section 7.2.1 for Encoding HEVC Interlaced Streams ____________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N. 8th St. STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
  • Page 10: Untarring And Building The Rps Code

    Copy the released tar archive to that directory (note: the name may slightly vary). # cp SW-CH1-00920-01_HE2160-RPS-20180803.tar.bz2 /home/z3/he2160 Untar the archive (name of tar file may slightly vary): # tar -xvjf SW-CH1-00920-01_HE2160-RPS-20180803.tar.bz2 ____________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N. 8th St. STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
  • Page 11: Figure 4 Sample Content Of Images Directory After Successful Build

    The result should be something like the following. Note that actual filenames, dates, and times will differ. Z3 C onfidential Figure 4 Sample Content of Images Directory after Successful Build ____________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N. 8th St. STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
  • Page 12: Code Overview

    Z3 demo application code and scripts The Z3 application code that comes with the Z3-HE2160-RPS is run from the serial_menu.lua script in z3apps/hevc_app/scripts/. This code calls the /opt/mcsenc binary, which initializes and runs the encoder. This binary is built from the z3apps/hevc_app/encode_app directory. The code for the binary resides in z3apps/hi35xx_app/encode_app.
  • Page 13 $PRJROOT/z3apps/hevc_app/encode_app The top-level file for the menu-driven application is mcsenc.cpp. Z3 C onfidential ____________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N. 8th St. STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
  • Page 14: Running The Code You Built On The Board

    (d) Select the “Default allocation size” option from the “Allocation unit size” dropdown menu. (e) Select the “Quick Format” check box and click “Start”. ____________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N. 8th St. STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
  • Page 15: Figure 6 Format Sd Card For Software Update

    (7) Insert the SD card and power on the system. (8) If you are monitoring the serial connection, you will see the following: Figure 7 Serial Output During Software Update ____________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N. 8th St. STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
  • Page 16: Via User Interface

    (2) Click the “Update device firmware” button from the System Setup tab. Click Here Figure 8 Updating the Device Firmware from the Web Interface Z3 C onfidential ____________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N. 8th St. STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
  • Page 17: Usb Update Process

    -You can check the netmask of the PC by typing ifconfig in Linux. - Are all firewalls on the network turned off? -Try connecting the PC directly to the board without any routers, etc. ____________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N. 8th St. STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
  • Page 18 When contacting Z3 Support for additional support, please use the “Download device logs” button on the user interface System Setup tab to capture logs of any issue you’d like to report and send the resulting file to Z3 Technology. Z3 Technology’s Express Limited Warranty will be void if the label on the hardware bearing the Serial Number is removed, tampered with or defaced.

Table of Contents