Multi-channel h.264 hd multimedia system (54 pages)
Summary of Contents for Z3 Technology Z3-DM8168-RPS
Page 1
User Instructions Multi-Channel H.264 HD Multimedia System High Definition Video Processor Module DM8168 Rapid Prototyping System Model Name: Z3-DM8168-RPS DOC-USR-0008-01 Manual Version 2.0.7 Software Version 1.04.05 January 29, 2013 Before attempting to connect or operate this product, please read these...
Page 2
Updated Footer 2.0.5 12/27/12 Updated Section 7 Build Procedure 2.0.6 1/2/13 Minor updates to all sections 2.0.7 1/29/13 Format, Table of Contents ___________________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N 8 ST, STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
Z3-DM8168-RPS V2.0.7 1. General Description The Z3-DM8168-RPS development system consists of both hardware and software. The hardware provided includes one Z3-DM8168-MOD system on module card and an example carrier or application board, the Z3- DM8168-APP, which provides advanced video input capabilities with dual channel HDMI or component input at up to 1080p each.
Page 5
An example application board, Z3-DM8168-APP-02, is available from Z3 Technology and is included with the Z3-DM8168-RPS system. This application board uses the I/O expansion capability of the Z3-DM8168- MOD to implement additional functions not present in the base module. The Z3-DM8168-APP-02 application board has two HDMI inputs, two YPbPr component inputs, two analog stereo audio inputs, an SD card jack, 2 bi-color LEDs for status and a JTAG header to access the module’s on-board MSP430 processor.
Whether the end application requires encode or decode media from storage or streaming, the readily available, production-ready Z3-DM8168-MOD will simplify the overall system design, reducing time to market and costs. ___________________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N 8 ST, STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
The maximum continuous power consumption by the whole DM8168-MOD system during normal operation should be less than 18W, with up to 12W dissipated by the main processor. Please plan the cooling strategy appropriately. ___________________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N 8 ST, STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
Z3-DM8168-RPS V2.0.7 5. Serial Interface Control Serial Connection to PC Plug-in a supplied serial cable from the Z3-DM8168-RPS to your PC Set up Teraterm on the PC for 115k, 8, N, 1, N, 1ms/char, 50ms/line Connect to the proper COM port...
Connect the Ethernet cable from the Z3-DM8168-RPS unit directly to the PC Disable all wireless connections For a client PC to access the Z3-DM8168-RPS factory default settings, set the IP address of the PC to 192.168.81.XX (The default IP address of the Z3-DM8168-RPS is 192.168.81.68) Open Firefox or Internet Explorer 8 (or above) as your web browser Type the IP address of the Z3-DM8168-RPS into the web browser (eg: http://192.168.81.68) and the...
** Please see section 5.3 which contain the information for each of the parameters ** 6.4 Decode Menu System Menu Control (Decode) **Please see section 5.5 which contain the information for each of the parameters** ___________________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N 8 ST, STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
9. Set the PC IP address to 192.168.1.110 – This is the default address the 8168-RPS streams to. 10. Connect 12V Power supply to the Z3-DM8168-MOD. *Before powering up the Z3-DM8168-RPS system, make sure the Brite-View Box is running. ___________________________________________________________________________________________ Z3 Technology, LLC ♦...
Page 17
*Please note that you must type in “rtp://” before you enter your computer’s static IP address. 15. Open VLC. 16. Under Media, press “Open File” and open the SDP file (provided by Z3 Technology on your Z3 Server Account). 17. You should now see video playing on VLC.
Page 18
CONFIDENTIAL Z3-DM8168-RPS V2.0.7 The Z3-DM8168-RPS encoder can also be controlled via the web-interface. Type the IP address into a web- browser and the following should appear: ___________________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N 8 ST, STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
Component. Below is a screenshot of a terminal console of the system running as a decoder. To change the mode to encode mode, press “0” and then select option “1”. The Z3-DM8168-RPS decoder can also be controlled via the web-interface. Type the IP address into a web- browser and the following should appear: ___________________________________________________________________________________________ Z3 Technology, LLC ♦...
“images” directory will be created at the project level. All images and executables will be located in the "images" directory, ready to be transferred to the target. ___________________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N 8 ST, STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
Select the file with the variables that was just edited. 8.) When you get the u-boot prompt again, enter the commands below. This will enable mounting the ___________________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N 8 ST, STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
(such as "z3-dm8168-1.0.0-20110209 as shown above"), then create symbolic links as shown below so that the target default settings can find the images: ___________________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N 8 ST, STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
Page 24
"z3-env". Every time you start a new shell you should set the environment by running “source z3-env”. Among other things, this will set the environment variables $PRJROOT and $ROOTFS to the appropriate paths. ___________________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N 8 ST, STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
7) Unmount filesystems umount /mnt/ubifs umount /tmp/mynfsmnt Reboot the board and stop at the u-boot prompt. In U-Boot then enter the commands: ___________________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N 8 ST, STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
Page 26
CONFIDENTIAL Z3-DM8168-RPS V2.0.7 Z3-DM8168-MOD# setenv bootcmd run nand_boot_ubifs Z3-DM8168-MOD# saveenv ___________________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N 8 ST, STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
For Fedora Core, use the following command to install the needed packages: sudo yum install bison flex mtd-utils mtd-utils-ubi lzo-devel libuuid-devel pcre-devel ___________________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N 8 ST, STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
Fourth: verify PC is fast enough and has enough DDR to decode compressed video o Fifth: verify VLC version is 1.1x or later No SDP file o Check your Z3 server account ___________________________________________________________________________________________ Z3 Technology, LLC ♦ 100 N 8 ST, STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702...
Need help?
Do you have a question about the Z3-DM8168-RPS and is the answer not in the manual?
Questions and answers