CONFIDENTIAL
DOC-USR-0014-03
___________________________________________________________________________________________
Z3 Technology, LLC
♦
100 N 8
th
ST, STE 250
♦
Lincoln, NE 68508-1369 U.S.A.
♦
+1.402.323.0702
11
INSTALLING RELEASED MATERIALS
The software provided will allow you to re-create the pre-installed software of the DM8168-MOD starting
from the source code included.
On a PC running Linux, create a directory where the released materials are going to be located,
such as /home/z3/z3-netra:
# mkdir /home/z3/z3-netra
Copy the released tar archive to that directory.
# cp z3-dm8168-version.tar.bz2/home/z3/z3-netra
Untar the archive
# tar -xjf z3-dm8168-version.tar.bz2
A directory with the release name and a set of sub-directories should have been created as follows:
z3-dm8168-version/
build-tools
Contains some scripts that simplify the setup
filesys
Contains the root file system for the DM8168 target
kernels
The kernel source tree, w/ added support for the Z3-DM8168-MOD HW
images
Binary images needed by the target
toolchain
ARM compilers, binutils and other build tools
u-boot
The u-boot source tree, with support for the Z3-DM8168-MOD HW
z3apps
Optional software licensed by Z3 Technology
7.1
Building the Code
Follow the directions in Section 0. When the build completes successfully, an “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.