CONFIDENTIAL
Z3-DM368-ZDVR V1.03.01
___________________________________________________________________________________________
Z3 Technology, LLC
♦
100 N 8
th
ST, STE 250
♦
Lincoln, NE 68508-1369 USA
♦
+1.402.323.0702
24
7.2 prompt <string>
This can be used to change the current prompt. The prompt string is issued by the command interpreter to
indicate that it is ready to accept commands. The user is allowed to send commands immediately after
receiving the prompt.
The default system prompt is the string “ = ”. This makes it clear when the Z3-DVR system is loaded and
ready.
7.3 storage <block_device> | RELEASE
The storage command selects the specified device or partition as the target device to write to. All
operations involving media will refer to files selected by “storage”. The storage command mounts the
requested partition (such as /dev/sda) to a reserved space in the file system where the remaining
commands can access by default.
The string “USB” can be used as an alias for /dev/sda.
A storage command with “RELEASE” as a parameter will cause the storage partition previously selected to
be un-mounted. This command completes with “+Released” to indicate that the device was successfully
released and it is safe to remove it.
A storage command without any arguments will return the block device name if one has already been
successfully mounted, or report that no device is mounted. If “storage” reports no device is mounted, the
user can assume they can safely remove USB devices or SD cards from the board.
Any storage target specified by a previous storage command is released and therefore it is no longer a
storage target.
Command Syntax:
storage
storage <block_device>
storage RELEASE
Parameters:
block_device
The name of the storage device to receive the recorded A/V files. The following names can be
specified:
USB
A mass storage media device connected to the USB bus.
<device>
The name of a valid partition on a block device, such as “sda1” or “mmcblk0p1”.