
Matchstiq-Z1 Getting Started Guide
ANGRYVIPER Team
8.2
Standalone Mode
All artifacts (.so, .bit.gz) for any applications or tests that need to be located on the SD card must be on the ATLAS
partition in the
opencpi/xilinx13_3/artifacts
folder. All of the helper utilities such as
ocpirun
and
ocpihdl
are
already located on the SD card and do not need to be copied over to the SDR platform.
1. Ensure the USB to Ethernet adapter (as needed) is plugged into the micro-USB port of the front panel and
connected to a network configured for DHCP.
2. Ensure a micro-USB to USB cable is connected between the Matchstiq-Z1’s serial port and development host.
3. Apply power to the Matchstiq-Z1
4. Use a serial terminal application to establish a serial connection, for example:
$ screen /dev/matchstiq_z1_0 115200
5. After a successful boot to PetaLinux, login to the system, using “
root
“ for user name and password.
Figure 5: Successful Boot
6.
WARNING:
Applications (including XML-only ones) fail if there is not an IP address assigned to the platform,
even when in “standalone mode.” When the Ethernet port is not connected to a network configured with
DHCP, a temporary IP address must be set:
$ ifconfig eth0 192.168.244.244
7. Setup the OpenCPI environment on remote system
Each time the SDR is booted, the OpenCPI environment must be setup. By sourcing the
mysetup.sh
script,
the remote system’s environment is configured for OpenCPI.
. There are no arguments required for this script.
$ source /mnt/card/opencpi/mysetup.sh
4
This script calls the
zynq_setup.sh
script, which should not be modifiable by the user.
18