In this video, I will be covering DM385 IPNC RDK out of box demo-- Here, I'll be showing flashing the uboot using prebuilt binaries available in RDK--

Size: px
Start display at page:

Download "In this video, I will be covering DM385 IPNC RDK out of box demo-- Here, I'll be showing flashing the uboot using prebuilt binaries available in RDK--"

Transcription

1 MANISHA AGRAWAL: Hi. My name is Manisha Agrawal. I am with Texas Instruments Video Security team. In this video, I will be covering DM385 IPNC RDK out of box demo-- Part 3. Here, I'll be showing flashing the uboot using prebuilt binaries available in RDK-- running IPNC using NFS filesystem-- runtime configuring the camera and video parameters using Web browser on Internet Explorer-- playing the IPNC streamed video on VLC player. And finally, I will also show how to boot the camera from SD card. For this, you will need a Linux machine with Ubuntu or above, a Windows machine-- XP or 7-- and DM385 IP network camera. Let's begin flashing the nand using the prebuilt binaries available in RDK. Here the assumption is that your camera is already flashed with some version of first stage and second stage uboot. And hence, you are able to see the second stage uboot prong after you hit Enter-- seeing this DM385 on your Teleterm console. To flash the camera from the prebuilt binaries, you need to come to your Linux machine under directory binaries of the installed RDK package. Go to the directory, DM385 nand. Under that, you will see two for the directories, depending on the camera type that you have. Go to the directory AR331 if you have a [INAUDIBLE] camera.

2 If you have Panasonic sensor camera, then go to the directory MN Copy these binaries to your TFTP server location. Now, instructions to flash the nand from uboot is handy in this file update dot txt, available under folder binaries. Simply copy/paste those instructions from update dot txt to the Teleterm console running on the Windows machine for updating the first stage, second stage uboot, kernel, and updating the file system. Now, if the TFTP server IP address is not updated in your camera, you need to update the IP address of the TFTP server by typing this command-- see if there's enrollment [INAUDIBLE]. Type dhcp to get the IP address to camera. Now copy from the update dot txt one instruction at a time. And paste it on your Teleterm console. With this, you are done updating your first stage, second stage uboot, kernel, and file system on a working camera using prebuilt binary. Now you need to update the bootargs and boot commands. Again, you can copy that from update dot txt. For low power boot command for Panasonic sensor, just copy these instructions. And paste it to your Teleterm console. For UBIFS spaced bootargs and dhcp boot mode, copy this instruction. Now, I will cycle the camera. Now with this, camera is updated with the latest binaries and running same without any issues. Now, since camera is up and running, let's see how to access the streams from the Internet Explorer and runtime configures various parameters of the camera.

3 For this, first get the IP address of the camera. To note the IP address, type ifcon fig. And it will print the IP address of the camera. Copy this. Open the IP Explorer. Type the IP address of the camera I show on my screen. It will ask you if you would like to install the software. Press Install. After installation, you will see the main login screen. Enter the username as admin-- a-- d-- m i n. Password is four times-- 9 and submit. Now you can change video's parameters of the camera runtime from here. Left Panel allows you to navigate to the other screen. I will go through a few menu options here. You can read IPNC RDK GUI guide dot PDF to understand in detail various options and features to configure camera runtime. For example, in video settings, you can select the Stream Type if you want to run single streaming tools-- streaming or tri-streaming. By default, it is tri-streaming. You can select the Codec Combo that you want the streams to be--

4 of type. So, default type is primary stream is of type H dot 264. Secondary stream is also of type H dot 264. And third stream is of type MJ PEG. In this option resolution, you can change the resolution of various streams. Currently, only 1080p D1 as primary and secondary stream is supported. And third stream is always of type MJ PEG 1080p. You can select the Frame Rate options for individual streams here separately. So, the default's frame rate is 30 FPS at 10 megabits per second. And rate control is of type variable bit rate. You can change it to 60 FPS for the primary stream. Similarly, you can configure the Frame Rate, Bit Rate, or Rate Control for the secondary stream and for third stream. Go to the Advanced Feature. You can configure a face detection on or off. You can change the Region of Interest settings-- change the Confidence Level, and Direction. Face recognition is not supported on DM385. So you can ignore the settings. Say Configure. You can also turn on motion detection feature by pressing OK. You can change video's advanced feature of camera runtime. Like the two-way settings, you can turn off or on or to Exposure or to White Balance. Similarly, there are other options that you can set runtime. All these settings that you see here get stored in nand partition 5 of IPNC camera.

5 So, next time when you power cycle the camera, it runs from those settings that you configured last time from the Web browser. So, if you want to reset the settings, you need to type flash underscore erase all dev mtd5 on your Teleterm console after you log in as root. Let's now look at playback of these streams streaming from the IP network camera on VLC player. For this, you will need to download the VLC player. To download this player, go to www dot videolan dot org. Click on Download VLC. And this will download the VLC player on your Windows machine. Double click on the downloaded executable. This will open up a window. Click on Run. To open the stream, go to Media. Open network stream. And copy this link to play H dot 264 first stream on VLC player. And paste it over here. This will start playing the streams on VLC player. The link to be copied on VLC player is also documented in Section 3.4 RTSP streaming demo in VLC section of RDK install guide. So you can copy this one your VLC player after replacing this with the IP address of the camera. And you know how to get the IP address of the camera. For that, just go to your Teleterm console.

6 Press Enter. And then type ifcon fig. Just use this. And replace it to over here. And finally, copy this link to play the first stream on your player. Copy this link to play this H dot 264 secondary stream on your player, and so on. You can also change fields in media player settings for low latency playback, as I mentioned in Section of IPNC RDK install guide. Note that the settings are documented for version 2 dot 0 dot 3 of VLC player and hence may not be applicable to the later versions of VLC player if you have downloaded [INAUDIBLE]. So far, you learned how to run out-of-box demo with UPIFS filesystem. Now, if you are needing to modify some software or adding some feature to RDK and want to incrementally run or test a feature, you may want to run IPNC with NFS-based filesystem. With that, you need to have NFS server installed in your Linux [INAUDIBLE]. How to install NFS server on Ubuntu Linux host machine is documented in Section of IPNC RDK install guide. Just copy this instruction on your Linux host machine. And this will install the NFS server on your machine. For my machine, you are seeing the instruction that this is already the newest version, as I already have NFS server installed on my machine. Next, you need to do is to export the target file system path in the next host machine where the file system is mounted.

7 For that, refer to Section of IPNC RDK install guide. Refer to Step 3. So, you need to open etc exports file as root. And copy/paste this in that file. After modifying the path, export the backup filesys installed in your Linux machine. So, I have updated etc exports file with path of the filesys in my Linux host machine. Do the changes. Save the file. And close it. After that, export the file system by running this instruction s root on your Linux host machine. Once exported the file system, start NFS service using this command-- s root. With this, the NFS server is turning on Linux machine. And now you can access the files running on Linux machine from your IPNC camera after modifying the bootargs as documented in IPNC RDK install guide. For that, refer to section 3.1 of IPNC RDK install guide. And go to the section of bootarg settings. Copy these bootargs in your Teleterm console after second stage uboot prompt. After modifying this NFS root path, export the path in your Linux host machine. Here, you need to update the address with your NFS server IP address and the location of your target file system running on Linux host machine. Modify the eth address. Export the MAC address of your IPNC camera.

8 And modify IP equals to-- with DHCP if you're running in a DHCP mode. If you are running in a static IP mode, you need not modify this address. I copied the bootargs from the RDK install guide to note that and updated NFS root with the location of my machine. I also updated the eth address and the IP as per my settings. Now copy/paste that to your Teleterm console after second stage uboot prompt. And then type Boot. With this, your camera is now running with binaries on the filesystem on your Linux host machine. Finally, I will show how to boot from SD card. For that, you need a SD card with 1GB or above size. A flash card reader/writer that can be plugged on your Linux host machine. To format SD card, you will need first stage uboot, which is MLO. Second stage uboot binary, kernel binary-- and the tar vol for file system. I am showing here the prebuilt binaries of a [INAUDIBLE] RDK package for Panasonic sensor. So, you have separate tar vol for full feature or the low power application. To create tar vol of your own file system, make sure you are at the level target filesys. At this level, type sudo, tar, cvfz-- name of the tar vol that you want to give. And create two [INAUDIBLE] folders under this directory. So, that is dot forward slash star.

9 Press Enter. This will create the tar vol of the file system under that directory. Now copy it to the location where all other binaries for the SD card are located. Plug the SD card reader to your Linux machine. Take where the card mounted. For that, you can see ls, dev, sd, star. So, I see on my machine it is mounted to SDB. So, first thing is to unmount these partitions. Once you have unmounted those partitions, if any existed on your SD card, you need to format the SD card. There is a script-- mskd-ti814x.sh-- available under location I RDK utils sd script. Copy that script to the folder where all other binaries are. Now type this command-- sudo-- name of the script-- name [INAUDIBLE] for this device-- first stage uboot-- then name of the second stage uboot binary-- [INAUDIBLE] image-- and finally, name of the filesys tar vol. Press Enter. It will ask to continue or not.

10 Make sure that you are giving the right device name. If you accidentally give the name of your Linux machine, then it will format your entire Linux machine. So, be very sure that you are giving the device name for the card. To ensure the name of the device, I do a list dev sd star before plugging in the flashcard reader/writer. So, before plugging, it just shows me dev sda. After plugging the sd card reader/writer when I do ls slash dev slash sd star, I do see additionally the SDB. This confirms that the card reader/writer will not take the name-- the SDB. With this, it has completed formatting of the SD card. To run the camera from SD card, take the [INAUDIBLE] port and short the JP two pins as shown on my screen. Next, insert the SD card in IPNC camera as shown on my screen. [INAUDIBLE] the connection remains seen as shown in the hardware setup Section of RDK out-of-box demo video Part 2. Now, to run the camera from SD card, you need to update the boot command in bootargs. For that, go to the RDK install guide. And refer to Section To boot from SD card, the boot command should have this instructions. Now, there is a bug in IPNC RDK install guide of version 3.2. For Panasonic sensor boot command for SD boot, here this MMC rescan scan 0 fatload mmc 0 is not updated. So what you need to do is to just replace this part of the Panasonic sensor boot command with the highlighted portion of the boot command for ft [INAUDIBLE]

11 sensor. This is how the boot command for Panasonic sensor should look finally. Copy this. And paste in your Teleterm console. After that, copy those bootargs to your Teleterm console after updating the eth address with your EMAC address off the IPNC camera and the IP [INAUDIBLE]. Paste to your Teleterm console. And enter boot. With this, the camera is now booting from SD card. This concludes Part 3 of out-of-box demo. Thank you for watching this video.

Getting Started Guide. Installation and Setup Instructions. For version Copyright 2009 Code 42 Software, Inc. All rights reserved

Getting Started Guide. Installation and Setup Instructions. For version Copyright 2009 Code 42 Software, Inc. All rights reserved Installation and Setup Instructions For version 06.11.2009 Copyright 2009 Code 42 Software, Inc. All rights reserved About This Guide This guide shows you how to install, activate and back up with CrashPlan

More information

Linux. For BCT RE2G2. User Guide. Document Reference: BCTRE2G2 Linux User Guide. Document Issue: Associated SDK release: 1.

Linux. For BCT RE2G2. User Guide. Document Reference: BCTRE2G2 Linux User Guide. Document Issue: Associated SDK release: 1. Linux For BCT RE2G2 User Guide Document Reference: BCTRE2G2 Linux User Guide Document Issue: 1.05 Associated SDK release: 1.04 Author: D Robinson Contents Introduction... 3 Environment Setup... 3 Required

More information

Pengwyn Documentation

Pengwyn Documentation Pengwyn Documentation Release 1.0 Silica October 03, 2016 Contents 1 Introduction 3 1.1 Platforms................................................. 3 1.2 Hardware requirements.........................................

More information

GIGABYTE. Software Reference Guide for MP30 (APM) Platform R01. Document Version:

GIGABYTE. Software Reference Guide for MP30 (APM) Platform R01. Document Version: GIGABYTE Software Reference Guide for MP30 (APM) Platform R01 Document Version: R01 1 CONTENTS BASICS SECTION... 3 1.1 Equipment and tools list... 3 1.2 How to make Ubuntu OS image to SD card... 5 1.3

More information

MCAM335x Linux User's Guide

MCAM335x Linux User's Guide Pag. 1 of 17 MCAM335x Linux User's Guide Pag. 2 of 17 Contents MCAM335x Linux User's Guide... 1 About this Manual... 4 Installation... 4 Introduction... 4 Prerequisites... 4 Install LSP packages... 5 U

More information

IS-BL800 User's Manual

IS-BL800 User's Manual IS-BL800 User's Manual Ver 1.0 Sentry360 2015 Table of Contents 1. Overview... 3 1.1 Features... 3 1.2 Package Contents... 4 1.3 Dimensions... 5 1.4 Connectors... 6 1.5 microsd Card Slot / Default Button...

More information

Getting Started with BeagleBoard xm

Getting Started with BeagleBoard xm Getting Started with BeagleBoard xm by Getting Started with BeagleBoard-xM 1. Beagleboard-xM BeagleBoard.org ก Texas Instruments DM3730 1 GHz ก ARM Cortex-A8 (DSP) (PowerVR) (RAM) 512 MB Serial Port, USB

More information

QVS-AVH-164D/3TB QUICK SETUP GUIDE

QVS-AVH-164D/3TB QUICK SETUP GUIDE QVS-AVH-164D/3TB QUICK SETUP GUIDE LOG IN Once boot up process has been completed the login screen appears, to access Menus select a user and provide the password. The DEFAULT User is ADMIN and the DEFAULT

More information

EAN-ARM-Application-Development

EAN-ARM-Application-Development PN: EAN-ARM-Application-Development 6/29/2018 SightLine Applications, Inc. Contact: Web: sightlineapplications.com Sales: sales@sightlineapplications.com Support: support@sightlineapplications.com Phone:

More information

FS-IP6360-V User Manual. Ver 1.0

FS-IP6360-V User Manual. Ver 1.0 FS-IP6360-V User Manual Ver 1.0 Sentry360 2016 Table of Contents 1. Overview...3 1.1 Features... 3 1.2 Package Contents... 4 1.3 Dimensions... 5 1.4 Installation... 6 1.5 Function Cables... 7 1.6 Connectors...

More information

Oxalis Getting Started

Oxalis Getting Started Oxalis Getting Started Document: Document: Getting Started Content of the document: Version: 001 First steps to power up, the board, to run uboot, Creator: ANT/MSB build kernel and boot linux. Date: 01.12.2018

More information

User Guide Linux for AT91CAP9-STK Version 1.1. User Guide LINUX FOR AT91CAP9-STK VERSION: 1.1 1/11

User Guide Linux for AT91CAP9-STK Version 1.1. User Guide LINUX FOR AT91CAP9-STK VERSION: 1.1 1/11 User Guide LINUX FOR AT91CAP9-STK VERSION: 1.1 1/11 History of Changes Revision Issue Date Descripion Author Ver 1.0 2009-04-24 First version of the document Olivier Arnal Ver 1.1 2009-04-27 Minor modification

More information

Linksys WRT54G v5.0 & 5.1 & 6.0

Linksys WRT54G v5.0 & 5.1 & 6.0 Log in / create account Go Main Page Community portal Current events Recent changes Random page Help Donations Linksys WRT54G v5.0 & 5.1 & 6.0 From DD-WRT Wiki Contents 1 How To Flash 2 Other Notes How

More information

SLS-ENVR2016 Network Video Recorder V2.2.2 Quick Setup Guide

SLS-ENVR2016 Network Video Recorder V2.2.2 Quick Setup Guide SLS-ENVR2016 Network Video Recorder V2.2.2 Quick Setup Guide The SLS-ENVR2016 series NVR is an intelligent and compact appliance that provides a network interface to monitor, record and playback video

More information

Installing + Configuring

Installing + Configuring Installing + Configuring Install and Recover with TFTP Introduction This document is designed to help you install the Commotion software if the Install on a Ubiquiti Device instructions did not work, or

More information

LTIB for i.mx28, a step-by-step guide

LTIB for i.mx28, a step-by-step guide LTIB for i.mx28, a step-by-step guide Note: This guide shows how to get a target system building and running on an i.mx28 EVK board. Install LTIB Configure and build First time configuration LTIB configuration

More information

IS-BX-12 User Manual

IS-BX-12 User Manual IS-BX-12 User Manual Ver 1.0 Sentry360 2014 Table of Contents 1. Overview...3 1.1 Features... 3 1.2 Package Contents... 4 1.3 Dimensions... 4 1.4 Connectors... 5 1.5 Light Sensor... 6 2. Camera Cabling...6

More information

Lab2 - Bootloader. Conventions. Department of Computer Science and Information Engineering National Taiwan University

Lab2 - Bootloader. Conventions. Department of Computer Science and Information Engineering National Taiwan University Lab2 - Bootloader 1 / 20 Cross-compile U-Boot. Connect to Raspberry Pi via an USB-TTL cable. Boot Raspberry Pi via U-Boot. 2 / 20 Host Machine OS: Windows Target Machine Raspberry Pi (2 or 3) Build Machine

More information

Performing Administrative Tasks

Performing Administrative Tasks This chapter describes how to perform administrative tasks using Cisco CMX. Users who are assigned administration privileges can perform administrative tasks. Cisco CMX User Accounts, page 1 Backing Up

More information

IS-DM240, V User Manual. Ver 1.0

IS-DM240, V User Manual. Ver 1.0 IS-DM240, V User Manual Ver 1.0 Sentry360 2014 Table of Contents 1. Overview... 3 1.1 Features... 3 1.2 Package Contents... 4 1.3 Dimensions... 6 1.4 Switch / Connector Definition... 7 2. Camera Cabling...

More information

Deploying Cisco UCS Central

Deploying Cisco UCS Central This chapter includes the following sections: Obtaining the Cisco UCS Central Software from Cisco, page 1 Using the Cisco UCS Central OVA File, page 2 Using the Cisco UCS Central ISO File, page 4 Logging

More information

OMAP3530 has 256MB NAND flash in PoP (PoP: Package-On-Package implementation for Memory Stacking) configuration.

OMAP3530 has 256MB NAND flash in PoP (PoP: Package-On-Package implementation for Memory Stacking) configuration. 1 of 7 04/18/09 15:39 BeagleBoardNAND From elinux.org This page is about using (booting/running from) NAND (http://en.wikipedia.org/wiki/flash_memory#nand_flash) memory on BeagleBoard. Parts of this page

More information

Zephyr Kernel Installation & Setup Manual

Zephyr Kernel Installation & Setup Manual Zephyr Kernel Installation & Setup Manual Zephyr kernel is a small footprint Single address space OS, i.e, it combines application specific code with a custom kernel to create a monolithic image that gets

More information

SLS-ENVR16 Network Video Recorder V2.1 Quick Setup Guide

SLS-ENVR16 Network Video Recorder V2.1 Quick Setup Guide SLS-ENVR16 Network Video Recorder V2.1 Quick Setup Guide The SLS-ENVR16 series NVR is an intelligent and compact appliance that provides a network interface to monitor, record and playback video from up

More information

Installation Guide. Signagelink TM Android Edition.

Installation Guide. Signagelink TM Android Edition. Signagelink TM Android Edition Installation Guide www.signagelink.com This document, 2012, SignageLink.Com., is designed for the sole use of our clients and no portion of it may be copied, published, or

More information

GETTING STARTED GUIDE. Cisco Small Business. NSS2000 Series Network Storage System

GETTING STARTED GUIDE. Cisco Small Business. NSS2000 Series Network Storage System GETTING STARTED GUIDE Cisco Small Business NSS2000 Series Network Storage System 2008 Cisco Systems, Inc. All rights reserved. OL-17953-01 Contents Chapter 1: Introduction 1 Benefits 1 About this Guide

More information

Labs instructions for Enabling BeagleBone with TI SDK 5.x

Labs instructions for Enabling BeagleBone with TI SDK 5.x Labs instructions for Enabling BeagleBone with TI SDK 5.x 5V power supply µsd ethernet cable ethernet cable USB cable Throughout this document there will be commands spelled out to execute. Some are to

More information

Security Management System Configuring Secondary Storage Access from CMS

Security Management System Configuring Secondary Storage Access from CMS Security Management System Configuring Secondary Storage Access from CMS Introduction Security management system server software supports secondary recording feature, in which the camera streams are recorded

More information

IS-DM320, HB User Manual. Ver 1.0

IS-DM320, HB User Manual. Ver 1.0 IS-DM320, HB User Manual Ver 1.0 Sentry360 2014 Table of Contents 1. Overview... 3 1.1 Features... 3 1.2 Package Contents... 4 1.3 Dimensions... 5 1.4 Connectors... 6 2. Camera Cabling... 7 2.1 Connect

More information

Zadara Enterprise Storage in

Zadara Enterprise Storage in Zadara Enterprise Storage in Google Cloud Platform (GCP) Deployment Guide March 2017 Revision A 2011 2017 ZADARA Storage, Inc. All rights reserved. Zadara Storage / GCP - Deployment Guide Page 1 Contents

More information

ECEN 449: Microprocessor System Design Department of Electrical and Computer Engineering Texas A&M University

ECEN 449: Microprocessor System Design Department of Electrical and Computer Engineering Texas A&M University ECEN 449: Microprocessor System Design Department of Electrical and Computer Engineering Texas A&M University Prof. Sunil P. Khatri Lab exercise created and tested by: Abbas Fairouz, Ramu Endluri, He Zhou,

More information

400AP Application Note Uploading Firmware Images to 400AP NAND Flash Models

400AP Application Note Uploading Firmware Images to 400AP NAND Flash Models June 2014 400AP Application Note Uploading Firmware Images to 400AP NAND Flash Models Author: Thomas W. Heck, Sr. Design Engineer Janus Remote Communications Table of Contents Overview..................................................................................

More information

Q7M EVK (Q7M120

Q7M EVK (Q7M120 Q7M120-120-EVK (Q7M120 and Q7B120) BSP Linux User s Manual Disclaimers This manual has been carefully checked and believed to contain accurate information. Axiomtek Co., Ltd. assumes no responsibility

More information

Overview CMS2. Features. Minimum System Requirements (Single site mode) Preferred System Requirements (Multi-site mode) What is CMS2?

Overview CMS2. Features. Minimum System Requirements (Single site mode) Preferred System Requirements (Multi-site mode) What is CMS2? CMS2 1 Overview CMS2 What is CMS2? CMS2 is NUVICO s new central management software compatible with our EV2 (960H) Series, Hydra HD Series, EasyNet DVR, NVR Series, and our HDoCS HD-TVI series. CMS2 has

More information

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Created by Simon Monk Last updated on 2016-12-03 03:20:15 AM UTC Guide Contents Guide Contents Overview You Will Need Downloading

More information

U-Boot and Linux Kernel Debug using CCSv5

U-Boot and Linux Kernel Debug using CCSv5 U-Boot and Linux Kernel Debug using CCSv5 In this session we will cover fundamentals necessary to use CCSv5 and a JTAG to debug a TI SDK-based U-Boot and Linux kernel on an EVM platform. LAB: http://processors.wiki.ti.com/index.php/sitara_linux_training:_uboot_linux_debu

More information

ELE409 SPRING2018 LAB0

ELE409 SPRING2018 LAB0 ELE409 SPRING2018 LAB0 Getting familiar with the LXDE system Objectives: Pre-Lab: 1. Burn the linux system onto a micro-sd card 2. Get familiar with basic linux commands 3. Be able to communicate with

More information

Access Server: User's and Developer's Guide <<< Previous Next >>>

Access Server: User's and Developer's Guide <<< Previous Next >>> 1 of 14 12/9/2008 10:18 AM Access Server: User's and Developer's Guide > Chapter 2. Getting Started with Access Server Access Server can be controlled in three ways: by using the WWW

More information

Network IR PTZ Camera. User s Manual

Network IR PTZ Camera. User s Manual Network IR PTZ Camera User s Manual Outdoor Ver. 1.3 001C83XZZ1A3 Table of Contents 1. Overview... 2 1.1 Features... 2 1.2 Package Contents... 3 1.3 Dimensions... 4 1.4 Connectors... 5 2. Camera Cabling...

More information

Setup Instructions for Upgrading the Windows XP Panasonic CF-19 Toughbook to Windows 7

Setup Instructions for Upgrading the Windows XP Panasonic CF-19 Toughbook to Windows 7 Setup Instructions for Upgrading the Windows XP Panasonic CF-19 Toughbook to Windows 7 Installation Setup Please ensure that the Windows XP CF-19 Toughbook to be upgraded is plugged in but powered OFF

More information

Network Drawing. Computer Specs, I ve used. Installing a Network-Based Intrusion Detection

Network Drawing. Computer Specs, I ve used. Installing a Network-Based Intrusion Detection HS1 HS2 OK1 OK2 PS 1 2 3 4 5 6 7 8 9 101112 COL- ACT- STA.- CONSOLE SD Installing a Network-Based Intrusion Detection created by: Rainer Bemsel Version 1.0 Dated: Apr/10/2003 The purpose of this document

More information

About Backup and Restore, on page 1 Supported Backup and Restore Procedures, on page 3

About Backup and Restore, on page 1 Supported Backup and Restore Procedures, on page 3 About, on page 1 Supported Procedures, on page 3 Back Up Automation Data Using the GUI, on page 4 Restore Automation Data Using the GUI, on page 6 Schedule a Backup of Automation Data Using the GUI, on

More information

efolder BDR for Quest Rapid Recovery / VMware Continuity Cloud Guide

efolder BDR for Quest Rapid Recovery / VMware Continuity Cloud Guide efolder BDR for Quest Rapid Recovery / VMware Continuity Cloud Guide Accessing Continuity Cloud via VSphere Restore Your VM/Point in time restore Setting up Virtual Standby efolder BDR Guide for Veeam

More information

Bush Baby Stealth Fan Manual SKU: BBSFAN

Bush Baby Stealth Fan Manual SKU: BBSFAN Bush Baby Stealth Fan Manual SKU: BBSFAN 1 Version 1.1 THANK YOU FOR PURCHASING THE BBS FAN HIDDEN CAMERA Please read this manual before operating the camera and keep it handy. Your purchase should include:

More information

XLink Kai Raspberry Pi Beginners Tutorial

XLink Kai Raspberry Pi Beginners Tutorial XLink-Kai-Raspberry-Pi-Beginners-Tutorial.md XLink Kai Raspberry Pi Beginners Tutorial Hi! This tutorial will guide you through setting up XLink Kai on a Raspberry Pi to play multiplayer system link Xbox

More information

Videon Product Manual. Shavano Encoder

Videon Product Manual. Shavano Encoder Videon Product Manual Shavano Encoder Copyright 2018 Videon Central, Inc. All rights reserved. No part of this publication may be reproduced, distributed, or transmitted in any form or by any means, including

More information

QuickStart Guide for Managing Computers. Version

QuickStart Guide for Managing Computers. Version QuickStart Guide for Managing Computers Version 10.6.0 copyright 2002-2018 Jamf. All rights reserved. Jamf has made all efforts to ensure that this guide is accurate. Jamf 100 Washington Ave S Suite 1100

More information

Boot time Optimization of Automotive Grade Linux. Shilu SL & Renjith G 14-Jul-2016

Boot time Optimization of Automotive Grade Linux. Shilu SL & Renjith G 14-Jul-2016 Boot time Optimization of Automotive Grade Linux Shilu SL & Renjith G 14-Jul-2016 1 Agenda Importance of Fast Boot in AGL Setting up of targets Boot time optimization techniques Explaining with a live

More information

For my installation, I created a VMware virtual machine with 128 MB of ram and a.1 GB hard drive (102 MB).

For my installation, I created a VMware virtual machine with 128 MB of ram and a.1 GB hard drive (102 MB). HOWTO: ZeroShell WPA Enterprise by Paul Taylor ZeroShell can be obtained from: http://www.zeroshell.net/eng/ For my installation, I created a VMware virtual machine with 128 MB of ram and a.1 GB hard drive

More information

MicroZed Open Source Linux In System QSPI Programming Tutorial

MicroZed Open Source Linux In System QSPI Programming Tutorial MicroZed Open Source Linux In System QSPI Programming Tutorial Version 14.5.01 Revision History Version Description Date 14.5.00 Initial release August 13, 2013 Page 2 of 18 Table of Contents Revision

More information

1. Introduction Overview Product Information... 3

1. Introduction Overview Product Information... 3 1. Introduction... 3 1.1 Overview... 3 1.2 Product Information... 3 2. Device Connection... 3 2.1 Connection Diagram... 3 2.2 Wi-Fi Setting... 4 2.2.1 Set up WiFi by Mobile Phone... 4 2.2.2 WPS/QSS One

More information

SLS-ENVR16 Network Video Recorder V2.1.5 Quick Setup Guide

SLS-ENVR16 Network Video Recorder V2.1.5 Quick Setup Guide SLS-ENVR16 Network Video Recorder V2.1.5 Quick Setup Guide The SLS-ENVR16 series NVR is an intelligent and compact appliance that provides a network interface to monitor, record and playback video from

More information

Performing Maintenance Operations

Performing Maintenance Operations This chapter describes how to back up and restore Cisco Mobility Services Engine (MSE) data and how to update the MSE software. It also describes other maintenance operations. Guidelines and Limitations,

More information

Table of Contents Overview... 2 Camera Cabling... 8 System Requirements Access Camera Setup Video Resolution... 18

Table of Contents Overview... 2 Camera Cabling... 8 System Requirements Access Camera Setup Video Resolution... 18 Table of Contents 1. Overview... 2 1.1 Features... 2 1.2 Package Contents... 3 1.3 Dimensions... 5 1.4 Connectors (Indoor Only)... 6 1.5 Function Cables (Outdoor Only)... 7 2. Camera Cabling... 8 2.1 Power

More information

DUAL OS INSTALLATION

DUAL OS INSTALLATION Ex.No:15 Date: DUAL OS INSTALLATION Aim: To install and configure Ubuntu OS alongside Windows as installing dual OS. PROCEDURE: 1. Backup your Windows partition To open the Dell Backup and Recovery software

More information

SCM EVK (SCM120

SCM EVK (SCM120 SCM120-120-EVK (SCM120 and SCB120) BSP Linux User s Manual Disclaimers This manual has been carefully checked and believed to contain accurate information. Axiomtek Co., Ltd. assumes no responsibility

More information

A. Monitor Settings. 1. Right-Click on the desktop. Select Properties. 2. Change color quality to highest (32bit).

A. Monitor Settings. 1. Right-Click on the desktop. Select Properties. 2. Change color quality to highest (32bit). A. Monitor Settings 1. Right-Click on the desktop. Select Properties 2. Change color quality to highest (32bit). 1 B. Hardware Installation 1. Connector Instruction Open the cover to find the cable connectors

More information

AT91SAM9G45-EVK Linux. User Manual

AT91SAM9G45-EVK Linux. User Manual AT91SAM9G45-EVK Linux User Manual Revision History Rev Date Description 1.0 2011-02-10 Initial version Catalogue 1. BUILD THE DEVELOPMENT PLATFORM... 1 1.1Create the working directory... 1 1.2 Cross compilation

More information

Renaming/Moving Parameter Files

Renaming/Moving Parameter Files Part number: EAN-RenamingParamFile.docx Published: October 13, 2016 Copyright 2014-2016 SightLine Applications, Inc. Hood River, OR 97031 All Rights Reserved NOTES: The following instructions were written

More information

Linux Manually Mounting External Hard Drive Mac Terminal

Linux Manually Mounting External Hard Drive Mac Terminal Linux Manually Mounting External Hard Drive Mac Terminal After the cd /Volumes command when I type ls it shows me my hard drive name twice, with Filesystem Size Used Avail Capacity iused ifree %iused Mounted

More information

TCPConv 2. Technical Manual

TCPConv 2. Technical Manual TCPConv 2 Technical Manual DocRev7, August 16, 2013 Elatec GmbH Contents Contents 1 Introduction........................................ 3 1.1 Typical Scenario................................... 3 1.2

More information

Proactive-CCTV Server Installation Guide v1.0

Proactive-CCTV Server Installation Guide v1.0 v1.0 For Support Email: michael@proactive-cctv.com www.proactive-cctv.com 1. Getting Started Welcome to the Proactive-CCTV. Please Read Before Starting Installation Initial Setup & Requirements Operating

More information

D120-S3G User s Guide

D120-S3G User s Guide D120-S3G User s Guide GIGABYTE Technology Ltd. Network & Business Unit Table of Contents 1. How to connect console.page 3 to 5 2. Login into Web UI Page 6 to 11 3. GIGABYTE Management Console (IPMI web

More information

QuickStart Guide for Managing Computers. Version 9.73

QuickStart Guide for Managing Computers. Version 9.73 QuickStart Guide for Managing Computers Version 9.73 JAMF Software, LLC 2015 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software

More information

Watch what you love, anywhere. FDT WIFI CAMERA QUICK START GUIDE FD7901, FD7902.

Watch what you love, anywhere. FDT WIFI CAMERA QUICK START GUIDE FD7901, FD7902. Watch what you love, anywhere. FDT WIFI CAMERA FD7901, FD7902 www.fdt.us We want to say THANKS Thank you for purchasing an FDT camera! Please follow the instructions on this Quick Start Guide in order

More information

IS-DM260. User s Manual

IS-DM260. User s Manual IS-DM260 User s Manual Ver1.5 00P3NX103ZXSEA5 Table of Contents 1. Ov erview... 2 1.1 Features... 2 1.2 Package Contents... 3 1.3 Dimensions... 4 1.4 Installation (For Rugged Camera)... 5 1.5 Connectors...

More information

QuickStart Guide for Managing Computers. Version 9.32

QuickStart Guide for Managing Computers. Version 9.32 QuickStart Guide for Managing Computers Version 9.32 JAMF Software, LLC 2014 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software

More information

Appliance Guide. Version 1.0

Appliance Guide. Version 1.0 Appliance Guide Version 1.0 Contents Contents 1 Revision history 2 Getting Started 3 Getting to Know the R7-3000/5000/5000x 5 Getting to Know the R7-1000 6 Setting Up the Appliance 7 Logging in to the

More information

INSTALLING INSTALLING INSTALLING

INSTALLING INSTALLING INSTALLING Architect Version 6.0 Update 2 Release Notes April 2012 0898600-6.0-2 READ READ READ ME ME ME BEFORE BEFORE BEFORE INSTALLING INSTALLING INSTALLING THIS THIS THIS PRODUCT PRODUCT PRODUCT Disclaimer The

More information

SLS-ENVR4 Network Video Recorder V2.1 Quick Setup Guide

SLS-ENVR4 Network Video Recorder V2.1 Quick Setup Guide SLS-ENVR4 Network Video Recorder V2.1 Quick Setup Guide The SLS-ENVR4 series NVR is an intelligent and compact appliance that provides a network interface to monitor, record and playback video from up

More information

WAT-933&WAT-2400S User s Manual

WAT-933&WAT-2400S User s Manual WAT-933&WAT-2400S User s Manual Rev. 1.03 Watec Co., Ltd. 2018/6/11 Revision Record Rev. Date Changes Remarks 1.00 November 15, 2017 - - 1.01 January 25, 2018 New function added. - 1.02 April 10, 2018

More information

2 Bay 3.5 HDD SATA NAS Media Server Setting...20 Bonjour...21 TorrentFlux Maintenance...25 Disk Utility...25 RAID Setting...

2 Bay 3.5 HDD SATA NAS Media Server Setting...20 Bonjour...21 TorrentFlux Maintenance...25 Disk Utility...25 RAID Setting... Table of contents 1. Overview of the 2 Bay NAS...3 1.1 Introduction...3 1.2 System Requirement...3 1.3 Hardware Installation...3 1.4 Setup the client PC and 2 Bay NAS...3 1.4.1 Setup network configuration

More information

Track Two Building an Internet Radio with the TI Sitara AM3517 using LinuxLink

Track Two Building an Internet Radio with the TI Sitara AM3517 using LinuxLink Track Two Building an Internet Radio with the TI Sitara AM3517 using LinuxLink Session 1 How to assemble and deploy an initial BSP and setup the development environment with the matching SDK Audio streaming

More information

CHAPTER 7. Astlinux and Asterisk Installation on Embedded System

CHAPTER 7. Astlinux and Asterisk Installation on Embedded System CHAPTER 7 Astlinux and Asterisk Installation on Embedded System Introduction 1. Asterisk can be installed on number of operating systems but keeping embedded system in mind the operating system chosen

More information

exacqvision Virtual Appliance User Manual

exacqvision Virtual Appliance User Manual exacqvision Virtual Appliance User Manual Contents 1 Introduction... 2 2 Requirements... 2 3 Additional exacqvision Virtual Servers... 3 4 Installation... 3 5 exacqvision Web Service... 5 6 Upgrading Hardware...

More information

Super USB. User Manual. 2007, March

Super USB. User Manual. 2007, March Super USB User Manual 2007, March Windows98 Driver Install/Uninstall Driver Install: 1. Execute Win 98 UFD driver, then restart PC. 2. Plug Super USB into an available USB port. A new Removable Disk drive

More information

QuickStart Guide for Managing Computers. Version

QuickStart Guide for Managing Computers. Version QuickStart Guide for Managing Computers Version 10.2.0 copyright 2002-2018 Jamf. All rights reserved. Jamf has made all efforts to ensure that this guide is accurate. Jamf 100 Washington Ave S Suite 1100

More information

Filesharing. Jason Healy, Director of Networks and Systems

Filesharing. Jason Healy, Director of Networks and Systems Filesharing Jason Healy, Director of Networks and Systems Last Updated Mar 18, 2008 2 Contents 1 Name of Project Here 5 1.1 Introduction.............................. 5 1.2 Initial Setup..............................

More information

Full HD WDR Mini Dome IP Camera

Full HD WDR Mini Dome IP Camera Full HD WDR Mini Dome IP Camera User s Manual DN-16086 Ver. 1.0 Table of Contents 1. Overview... 2 1.1 Features... 2 1.2 Package Contents... 3 1.3 Dimensions... 4 1.4 Installation... 5 1.5 Connectors...

More information

INSTALLATION. Security of Information and Communication Systems

INSTALLATION. Security of Information and Communication Systems Security of Information and Communication Systems INSTALLATION Table of contents 1.Introduction...2 2.Installation...3 2.1.Hardware requirement...3 2.2.Installation of the system...3 2.3.Installation of

More information

Flash Drive Instructions Mac Formatting Mysqldb

Flash Drive Instructions Mac Formatting Mysqldb Flash Drive Instructions Mac Formatting Mysqldb Then follow the instructions in the link you provided or in emilycurious's answer Connect to your Mac the properly formatted hard drive or flash drive you

More information

Lab #5 Guide: Installing Ubuntu as a Virtual Machine

Lab #5 Guide: Installing Ubuntu as a Virtual Machine Lab #5 Guide: Installing Ubuntu as a Virtual Machine CTEC1863/2018F Operating Systems Mike Boldin Tools, Materials and Equipment Oracle VirtualBox software official site: https://www.virtualbox.org/wiki/downloads

More information

Ftp Command Line Commands Linux Example Windows Put

Ftp Command Line Commands Linux Example Windows Put Ftp Command Line Commands Linux Example Windows Put Examples of typical uses of the command ftp. This lists the commands that you can use to show the directory contents, transfer files, and delete files.

More information

Disk Imaging with Knoppix

Disk Imaging with Knoppix Introduction This document explains how to use the CD-ROM bootable version of Linux, named Knoppix, to make and restore images of computer hard drives. Knoppix makes a very good system recovery tool for

More information

User Manual. Microdigital IP-cameras with built-in Ivideon software. Cloud Video Surveillance

User Manual. Microdigital IP-cameras with built-in Ivideon software. Cloud Video Surveillance User Manual Microdigital IP-cameras with built-in Ivideon software Cloud Video Surveillance Table of Contents Ivideon: basic concepts 3 What is Ivideon? 3 What is an IP camera with built-in Ivideon software?

More information

IVTVision IP Camera Quickstart Guide

IVTVision IP Camera Quickstart Guide IVTVision IP Camera Quickstart Guide This document is supplemental to the quick start guide and software user manual software user manual shipped with your system. This document describes the camera configuration

More information

Full HD Multiple Streams Box IP Camera. User s Manual

Full HD Multiple Streams Box IP Camera. User s Manual Full HD Multiple Streams Box IP Camera User s Manual Ver. 1.7 001B06WXZ1A7 Table of Contents 1. Overview... 2 1.1 Features... 2 1.2 Package Contents... 3 1.3 Dimensions... 3 1.4 Connectors... 4 2. Camera

More information

Videon Product Manual

Videon Product Manual Videon Product Manual Greylock and Sorona Encoders/Decoders Document Number 10004134-R06 Copyright 2018 Videon Central, Inc. All rights reserved. No part of this publication may be reproduced, distributed,

More information

Matrix 500 Quick Installation Guide

Matrix 500 Quick Installation Guide Overview Matrix 500 features four serial ports, 10/100 Mbps Ethernet, USB port and SD socket for flash disk expansion. The preinstall Linux OS and GNU tool chain make Matrix 500 ready for your application

More information

RTSP Server User Guide For streaming video to other devices

RTSP Server User Guide For streaming video to other devices RTSP Server User Guide For streaming video to other devices Stream live CCTV video to Mobile Phones, Software and other devices using RTSP. The Real Time Streaming Protocol (RTSP) is a communication network

More information

Lab E2: bypassing authentication and resetting passwords

Lab E2: bypassing authentication and resetting passwords Lab E2: bypassing authentication and resetting passwords TTM4175 September 7, 2015 The purpose of this lab is to learn about techniques for bypassing the authentication and access control of Windows and

More information

NetQoS Multi-Port Collector Setup Guide

NetQoS Multi-Port Collector Setup Guide NetQoS Multi-Port Collector Setup Guide The NetQoS Multi-Port Collector is a powerful appliance that captures and processes data at an extremely high rate, making more data available for faster reporting

More information

OmniEye Inverter. SKU: OmniInverter. 1 Version 1.0

OmniEye Inverter. SKU: OmniInverter. 1 Version 1.0 OmniEye Inverter SKU: OmniInverter 1 Version 1.0 THANK YOU FOR PURCHASING THE OMNIINVERTER HIDDEN CAMERA Please read this manual before operating the camera and keep it handy. Your purchase should include:

More information

EM210 Burn Linux Image Manual. Catalogue

EM210 Burn Linux Image Manual. Catalogue EM210 Burn Linux Image Manual Catalogue 1. Make the SD Card used to burn image... 2 2. Burn the uboot by SD card... 7 3. Set SD booting mode... 11 4. Use sdfuse to burn system by SD card... 12 5. Use fastboot

More information

Lab: Setting up PL-App with a Raspberry Pi

Lab: Setting up PL-App with a Raspberry Pi Lab Topology Objectives Set up a Raspberry Pi board as a PL-App device Use PL-App Launcher to provision and discover PL-App devices Background Cisco Prototyping Lab is a set of hardware and software components

More information

TQ2440 Development Platform Manual

TQ2440 Development Platform Manual TQ2440 Development Platform Manual 0 Directory Directory... 1 Chapter 1 Introduction... 7 11Appearance of TQ2440 development platform... 7 12Hardware resource of TQ2440... 7 13Software introduction of

More information

Getting Started with PetaLinux SDK

Getting Started with PetaLinux SDK Getting Started with PetaLinux SDK November 26, 2009 Table of Contents Table of Contents...2 About This Guide...3 Related PetaLinux Documents...3 Getting Started...3 Prerequisites...3 Installation...4

More information

Thank you for buying the ZEPCAM Mobile Video Box. We hope you will enjoy our product as much as we enjoyed creating it.

Thank you for buying the ZEPCAM Mobile Video Box. We hope you will enjoy our product as much as we enjoyed creating it. Thank you for buying the ZEPCAM Mobile Video Box. We hope you will enjoy our product as much as we enjoyed creating it. Before starting please check: If the product or the packaging is not visibly damaged.

More information

1. LOGIN & CLASS PREPARATION

1. LOGIN & CLASS PREPARATION 1. LOGIN & CLASS PREPARATION At the end of this topic, you should be able to: 1 Know the hardware requirements for accessing GOALS system. 2 Know how to log into GOALS system. 3 Updating personal profile.

More information

Getting started with Raspberry Pi (and WebIoPi framework)

Getting started with Raspberry Pi (and WebIoPi framework) Getting started with Raspberry Pi (and WebIoPi framework) 1. Installing the OS on the Raspberry Pi Download the image file from the Raspberry Pi website. It ll be a zip file as shown below: Unzip the file

More information