OpenROV. Update Software Image From SD Card

Size: px
Start display at page:

Download "OpenROV. Update Software Image From SD Card"

Transcription

1 OpenROV Update Software Image From SD Card This guide will walk you through the steps for update your software to the latest image. The steps are for computers running Microsoft Windows or Apple OSx. Written By: OpenROV 2017 openrov.dozuki.com Page 1 of 15

2 TOOLS: Computer with a USB and ethernet port (1) OpenROV (1) microsd Card (at least 4GB) (1) 2017 openrov.dozuki.com Page 2 of 15

3 Step 1 Introduction This guide will walk you through steps to burn the latest software image to a microsd card to be loaded onto your BeagleBone Black (BBB). You will need a microsd card that is at least 4 GB. We recommend a microsd card that is Class 10. Ensure that the SD card is not locked. The switch should be in the position as shown openrov.dozuki.com Page 3 of 15

4 Step 2 Download Image The first step is to download the most recent OpenROV image. As of October 7, 2015 the latest software image is You can download it from the product page of our website. You will want to download the ROV FLASH image. It is about 400 MB in size. Please also read the release notes. The next part "Burn Image to microsd Card" is different for Windows and OSx so please move to the appropriate section. Step 3 Burn Image to microsd Card (Windows) There are 3 pieces of software that you need to download: 7-Zip SDFormatter Win32DiskImager 2017 openrov.dozuki.com Page 4 of 15

5 Step 4 Open the program "7-Zip File Manager". Navigate to the file that you downloaded from our website. Right click on the file and "Extract files". Click "Ok" on the dialogue box that pops up. You should now have a folder that is around 2 GB openrov.dozuki.com Page 5 of 15

6 Step 5 Insert the SD card into your computer. Open "SDFormatter". "Drive" should be the letter of the drive of the SD card reader on your computer. Click on "Format" openrov.dozuki.com Page 6 of 15

7 Step 6 Open "Win32DiskImager". Select the.img file. Click "Write". Wait for the process to complete, about 5 minutes. Remove the SD card from your computer. Continue to the step title "Apply Image to BBB" openrov.dozuki.com Page 7 of 15

8 Step 7 Burn Image to microsd card (OSx) The first thing you need to do is extract the.img file. Download "The Unarchiver" from the App Store. Right click on the file you just downloaded and open with "The Unarchiver." You should now have another file that ends in.img and is just under 2 GB. If you prefer a Graphical User Interface rather than using the terminal as shown in the next few steps, you can follow this tutorial to use PiFiller openrov.dozuki.com Page 8 of 15

9 Step 8 Open "Terminal" on your computer. You will now run some commands. You will type them in and then press the return key on your keyboard. Type in: sudo bash Type in: diskutil list Record the disk numbers that you have. In this example there are two disks (disk0 and disk1). Insert the SD card into your computer. Type in: diskutil list Record the new disk number. In this example it is disk openrov.dozuki.com Page 9 of 15

10 Step 9 Type in: diskutil unmountdisk /dev/disk# disk# is the disk of the SD card. This will be the new disk that you recorded before. In this example the SD card is disk2. Step 10 Type in: dd if=/users/**********/desktop/####### of=/dev/rdisk# bs=2m The ********* is the username of the computer, ####### is the.img file name and rdisk# is the disk number of the SD card. This assumes the.img file is on your desktop. Once you press enter the cursor will move to a new line and flash. This process will take between 5-10 minutes and you will eventually get a string of result text. You can now remove the microsd card from your computer openrov.dozuki.com Page 10 of 15

11 Step 11 Apply Image to BBB Remove the BBB from your ROV. Insert the microsd card into your BBB. Plug the USB wire into the BBB to power it up. The USER LEDS will blink to show that the image is being applied to the BBB memory. The process takes about 15 minutes to complete. Once the flashing process is complete the 4 USER LEDS will stop flashing and be on. If the lights do not all go solid, unplug the USB cable and plug it back in and wait 15 minutes again. When this is complete, remove the USB cable from the BBB to power it off and remove the microsd card. Attach the BBB to your controller board. You will need to also update the firmware on the Ardunio. Please read all the way to the end of this guide openrov.dozuki.com Page 11 of 15

12 Step 12 Connect to ROV The ROV has a built in static IP address of , so to connect with it, your computer should have a similar address but with the last number set to something other then 1. " " for instance would work great. The subnet mask should be set to Windows Vista: go to control panel -> network and sharing center -> click on "manage network connections" on the left-hand bar. Then r-click on "local area network" -> l-click on properties -> l- click on "Internet Protocol Version 4" -> l-click on "properties" and select the option "use the following ip address" and enter in Windows 7: go to control panel > network and internet > network and sharing center > click on "change adapter settings" on the left-hand bar. Then r-click on "local area connection" > properties > l-click on "Internet Protocol Version 4" and click on properties. Select the option "use the following ip address" and enter in Windows 8: go to control panel > network and internet > network and sharing center > click on "change adapter settings" on the left-hand bar. Then r-click on "Ethernet" > properties > l-click on "Internet Protocol Version 4" and click on properties. Select the option "use the following ip address" and enter in OS X (Mac): Open System Preferences, click Network. Select "Edit Locations" from the Location drop down. Click the (+) and create a new location called "OpenROV". Select your ethernet adapter on the left and select Manually from the "Configure IPv4" drop down. Set the IP address to and subnet mask to Press Apply openrov.dozuki.com Page 12 of 15

13 You will need to open Network and change the Location to OpenROV (and press Apply) when you're using your ROV. When you're done, you will want to change the location back to Automatic so your internet works normally. Step 13 Connect the Ethernet cable to the topside box and your computer. Connect the USB cable from the topside box and your computer. The ROV will power on. Wait 1-2 minutes for it to boot up. Step 14 Open Google Chrome web-browser. If you do not have the latest version of Google Chrome, you can go here to get it. It's a free download. In the status bar at the top, type :8080, which is the IP address of the OpenROV. Press 'enter' and wait seconds. Soon the OpenROV Cockpit should appear openrov.dozuki.com Page 13 of 15

14 Step 15 Upload Firmware In Cockpit, press the "Settings" button in the upper right-hand side of the screen, and press "Upload firmware from SD card to Arduino" The micro SD card should NOT be in the ROV. The title of the button is not correct. Press "Show Details". Then press "Apply new firmware". This process takes 5-10 minutes. Step 16 Once the upload is successful unplug the USB cable from your computer to power the ROV off. Plug the USB back in to turn the ROV on. You may need to program and calibrate the thrusters before they respond properly to commands (hardware version 2.6 and below). Congratulations, you now have the latest software image installed! 2017 openrov.dozuki.com Page 14 of 15

15 This document was last generated on :14:21 PM openrov.dozuki.com Page 15 of 15

Guide 2 - Software. OpenROV. Guide 2 - Software. Written By: OpenROV openrov.dozuki.com Page 1 of 17

Guide 2 - Software. OpenROV. Guide 2 - Software. Written By: OpenROV openrov.dozuki.com Page 1 of 17 OpenROV Guide 2 - Software Written By: OpenROV 2017 openrov.dozuki.com Page 1 of 17 INTRODUCTION These are the instructions for putting together your Pro Camera-HD Upgrade. You can purchase this product

More information

BeagleBone Black: Installing Operating Systems

BeagleBone Black: Installing Operating Systems BeagleBone Black: Installing Operating Systems Created by Justin Cooper Last updated on 2017-12-05 07:31:58 PM UTC Guide Contents Guide Contents Overview Choosing an Operating System Angstrom Download

More information

BeagleBone Black: Installing Operating Systems

BeagleBone Black: Installing Operating Systems BeagleBone Black: Installing Operating Systems Created by Justin Cooper Last updated on 2014-01-17 11:30:27 AM EST Guide Contents Guide Contents Overview Choosing an Operating System Angstrom Download

More information

Network Camera Firmware Upgrade Quick Guide

Network Camera Firmware Upgrade Quick Guide Network Camera Firmware Upgrade Quick Guide 09-2018 / v1.0 1 CONTENTS I Introduction... 3 II How to Upgrade Firmware for Network Camera... 4 III Download App... 11 2 I Introduction To strengthen the security

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

Upgrading to the Raspberry Pi 3B or Pi 3B+ 1

Upgrading to the Raspberry Pi 3B or Pi 3B+ 1 Upgrading to the Raspberry Pi 3B or Pi 3B+ 1 By Sandy McCauley April 30, 2018 Part 1: Before you commit to doing this NOTE: This is NOT a KNK USA-published procedure. Any questions should be directed to

More information

By: Yushi Wang Partners: Shen Yue and Yubing Xu Group 6. How to Setup Pandaboard ES Software Environment for UAV Project

By: Yushi Wang Partners: Shen Yue and Yubing Xu Group 6. How to Setup Pandaboard ES Software Environment for UAV Project Application Notes By: Yushi Wang Partners: Shen Yue and Yubing Xu Group 6 How to Setup Pandaboard ES Software Environment for UAV Project Installation of Ubuntu Official tutorial can be found: http://omappedia.org/wiki/ubuntu_pre-built_binaries_guide

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

Experiments 1 How to set up Raspberry Pi B+ The little computer you can cook into DIY tech projects

Experiments 1 How to set up Raspberry Pi B+ The little computer you can cook into DIY tech projects Experiments 1 How to set up Raspberry Pi B+ The little computer you can cook into DIY tech projects The Raspberry Pi is a computer about the size of a credit card. The darling of the do-it-yourself electronics

More information

USB 3.0 Docking Station

USB 3.0 Docking Station USB 3.0 Docking Station User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2 Features...

More information

RETROPIE INSTALLATION GUIDE

RETROPIE INSTALLATION GUIDE RETROPIE INSTALLATION GUIDE CONTENTS THE FOLLOWING GUIDE WILL COVER THE INSTALLATION, SETUP AND CONFIGURATION OF THE RASPBERRY PI, RASPBIAN OS AND RETROPIE Author: http://rpiarcadebuild.wordpress.com/

More information

APP-108 Firmware, Calibration SD Card Rev. 1.4 APPLICATION NOTE MCS-TOUCH OPERATING SYSTEM UPDATE

APP-108 Firmware, Calibration SD Card Rev. 1.4 APPLICATION NOTE MCS-TOUCH OPERATING SYSTEM UPDATE APP-108 Firmware, Calibration SD Card Rev. 1.4 APPLICATION NOTE Revision History APP-108- Rev 1.4 MCS-TOUCH OPERATING SYSTEM UPDATE Date Author Revision Description 10-12/14-15 DEW Rev. 1.3 SD Card, Firmware,

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 2013-07-08 12:15:38 PM EDT Guide Contents Guide Contents Overview You Will Need Downloading

More information

INSTALLING WINDOWS ON YOUR MAC USING BOOT CAMP C188 TUTORIAL Fall, 2016

INSTALLING WINDOWS ON YOUR MAC USING BOOT CAMP C188 TUTORIAL Fall, 2016 INSTALLING WINDOWS ON YOUR MAC USING BOOT CAMP C188 TUTORIAL Fall, 2016 1. Back up your computer to an external drive, and plug in your computer. You will also need a blank USB drive of at least 16GB in

More information

Your Own Virtual Playground. CS 1585 :: Doug McGeehan

Your Own Virtual Playground. CS 1585 :: Doug McGeehan Your Own Virtual Playground CS 1585 :: Doug McGeehan Overview Follow these steps on your personal laptop or home PC. 1. 2. 3. 4. 5. Open this URL in your browser: http://tiny.cc/dsl-vm Download and Install

More information

MINI CLOCK CAMERA HD HIDDEN CLOCK DVR SKU: MiniClockCamHD

MINI CLOCK CAMERA HD HIDDEN CLOCK DVR SKU: MiniClockCamHD THANK YOU FOR PURCHASING THE MINI CLOCK CAMERA HD HIDDEN CLOCK DVR MINI CLOCK CAMERA HD HIDDEN CLOCK DVR SKU: MiniClockCamHD Please read this manual before operating the mini clock camera HD and keep it

More information

How to Dual-Boot OS X and Ubuntu

How to Dual-Boot OS X and Ubuntu How to Dual-Boot OS X and Ubuntu Nailen Matschke - nailen@caltech.edu 10/3/2015 What you need: 1. A USB drive with at least 2 GB of space, that you don t mind wiping 2. A copy of Ubuntu (available here),

More information

My Digital Downloader Instruction Guide *WINDOWS*

My Digital Downloader Instruction Guide *WINDOWS* My Digital Downloader Instruction Guide *WINDOWS* My Digital Downloader is a desktop application to help you manage the download of your audio content. Without My Digital Downloader, when you download

More information

Click Here to Begin OS X. Welcome to the OS X Basics Learning Module.

Click Here to Begin OS X. Welcome to the OS X Basics Learning Module. OS X Welcome to the OS X Basics Learning Module. This module will teach you the basic operations of the OS X operating system, found on the Apple computers in the College of Technology computer labs. The

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

Lab Install Windows 8

Lab Install Windows 8 Introduction In this lab, you will install Windows 8.1 and 8.0. Recommended Equipment A computer with a blank hard disk drive Windows 8.1 and 8.0 installation DVD or USB flash drive Step 1: Starting the

More information

SiaBerry OS. Quick Start Guide v An Operating System for Using Siacoin on Raspberry Pi 3. By Kete Tefid

SiaBerry OS. Quick Start Guide v An Operating System for Using Siacoin on Raspberry Pi 3. By Kete Tefid SiaBerry OS An Operating System for Using Siacoin on Raspberry Pi 3 Quick Start Guide v 1.2.2 By Kete Tefid kete@siaberry.com Table of Contents Prerequisites...1 Step 1: Getting the OS...1 Step 2: Preparing

More information

Note: You must already be enrolled and issued with a Username and Password

Note: You must already be enrolled and issued with a Username and Password Diploma of Management and Diploma of International Business Student Login: Note: You must already be enrolled and issued with a Username and Password www.hs.edu Start here Select your course Enter Username

More information

TSM800 / TSM1330 Update Instructions

TSM800 / TSM1330 Update Instructions TSM800 / TSM1330 Update Instructions Contents Contents... 1 Automatic Updates... 1 Manual Update to the Latest Version of N2KView... 2 Manual Update of the Complete Operating System... 3 Automatic Updates

More information

Using the Microsoft Photos app to Clip Videos

Using the Microsoft Photos app to Clip Videos Using the Microsoft Photos app to Clip Videos Installing the Microsoft Photos app for Windows 10 The Windows 10 operating system does not support Windows Moviemaker. Instead, the ITC recommends using the

More information

Manual Install Ubuntu Server From Usb Drive

Manual Install Ubuntu Server From Usb Drive Manual Install Ubuntu 12.04 Server From Usb Drive The following sections describe how to install Ubuntu in UEFI mode, either if you use the manual partitioning ("Something else"), the difference is that

More information

O ptima S aver P i. User Guide. January 2017 Version 1.0

O ptima S aver P i. User Guide. January 2017 Version 1.0 O ptima S aver P i User Guide January 2017 Version 1.0 T able O f C ontents Page 1. What is OptimaSaverPi -------------------------- 2 2. Why OptimaSaverPi -------------------------- 2 3. Requirement --------------------------

More information

Quick Guide. Full Install on Hog 4 OS Consoles Jan 4, 2017

Quick Guide. Full Install on Hog 4 OS Consoles Jan 4, 2017 Quick Guide High End Systems Full Install on Hog 4 OS Consoles Jan 4, 2017 Rev C PAGE 1/5 You may occasionally need to do a full install of the Hog 4OS on your console. A full install is not typically

More information

IP Cam EdiLife Quick Installation Guide

IP Cam EdiLife Quick Installation Guide IP Cam EdiLife Quick Installation Guide 08-2018 / v1.0 CONTENTS l. Product Information... 3 I-1 System Requirements... 3 II Camera Setup... 4 II-1 Hardware Setup... 4 II-2 EdiLife App... 6 II-2-1 Android

More information

Silex SD-320AN-03 Serial Server

Silex SD-320AN-03 Serial Server GE Healthcare Silex SD-320AN-03 Serial Server Firmware Upgrade Instructions 2106794-001 Revision B Silex SD-320AN-03 Serial Server English 2018 General Electric Company. All Rights Reserved. Publication

More information

Part # Quick-Start Guide. SpeedStream 4200 Modem PPPoE Modem Router

Part # Quick-Start Guide. SpeedStream 4200 Modem PPPoE Modem Router Part # 007-0-00 Quick-Start Guide SpeedStream 00 Modem PPPoE Modem Router Before you begin, Verify that the following items came with your DSL kit: Step > Install Line Filters 7 SpeedStream Device Documentation

More information

Firmware install with Windows XP

Firmware install with Windows XP Firmware install with Windows XP Step 1. Go to our website www.midnitesolar.com and Left Click on Firmware. Step 2. Left Click on Download Firmware. Step 3. Read the Notes in red first and then Left Click

More information

Raspberry Pi Setup Tutorial

Raspberry Pi Setup Tutorial Raspberry Pi Setup Tutorial The Raspberry Pi is basically a miniature linux- based computer. It has an ARM processor on it, specifically the ARM1176JZF- S 700 MHz processor. This is the main reason why

More information

How to Set-up the Ethernet Adapter

How to Set-up the Ethernet Adapter How to Set-up the Ethernet Adapter How to setup the Ethernet Adapter Step 1 The computer's Ethernet port needs to be configured with a static IP address. Usually Ethernet ports are set up for DHCP, which

More information

APPLICATION NOTE. Configuring LON Communications over IP using the i.lon 600

APPLICATION NOTE. Configuring LON Communications over IP using the i.lon 600 APPLICATION NOTE Configuring LON Communications over IP using the i.lon 600 Configuring IP Network Devices Part II: Transmission of LON over IP Using the i.lon 600 Network Devices: i.lon SmartServer (System

More information

Getting Started with Energia for MSP432 LaunchPad

Getting Started with Energia for MSP432 LaunchPad May 9, 2018 Getting Started with Energia for MSP432 LaunchPad This tutorial is intended for installing and getting started with Energia for Texas Instrument SimpleLink MSP432P401R LaunchPad development

More information

Broadband DSL Quick Start Set Up Guide

Broadband DSL Quick Start Set Up Guide Broadband DSL Quick Start Set Up Guide Index What s in the box?............................. 1 Applying the DSL filters......................... 2 What devices must be filtered.................... 3 Connecting

More information

Ubuntu Install Instructions Mac Usb In Windows 7 Using

Ubuntu Install Instructions Mac Usb In Windows 7 Using Ubuntu Install Instructions Mac Usb In Windows 7 Using Burning from Windows, Burning from Mac OS X, Burning from Ubuntu, Burning from Kubuntu For instructions, please see HowToMD5SUM and HowToSHA256SUM.

More information

Manual Format Flash Drive For Mac And Pc Use Same

Manual Format Flash Drive For Mac And Pc Use Same Manual Format Flash Drive For Mac And Pc Use Same Two Methods:WindowsMac OS X You can also format a flash drive to change the file storage system to make the drive compatible with of your screen notifying

More information

INSTRUCTIONS FOR UPDATING THE NAVIGATION SYSTEM

INSTRUCTIONS FOR UPDATING THE NAVIGATION SYSTEM INSTRUCTIONS FOR UPDATING THE NAVIGATION SYSTEM This document describes the procedure for updating the map software 1) PREPARING YOUR USB STICK Tip : We recommend using a USB stick with a minimum 16 GB

More information

PrintMe Mobile 3.0 User s Guide

PrintMe Mobile 3.0 User s Guide PrintMe Mobile 3.0 User s Guide Overview of contents About PrintMe Mobile System Requirements Printing Troubleshooting About PrintMe Mobile PrintMe Mobile is an enterprise solution that enables mobile

More information

Table of Contents. Manual Overview

Table of Contents. Manual Overview Table of Contents Manual Overview D-Link reserves the right to revise this publication and to make changes in the content hereof without obligation to notify any person or organization of such revisions

More information

PRO 1080P COVERT SPY PEN QUICK START GUIDE

PRO 1080P COVERT SPY PEN QUICK START GUIDE Before Operating make sure to charge the pen through the USB charger/pc for 8Hrs How to Charge the Battery: Connect the Hidden Camera to a PC or USB power supply Initially charge device for 8 hours to

More information

AX88179/AX88178A Mac OS X Driver Installation Guide

AX88179/AX88178A Mac OS X Driver Installation Guide AX88179/AX88178A Mac OS X Driver Installation Guide Revision 1.00 Sep. 10 th, 2012 1 Revision Date Description 1.00 2012/09/10 Initial release. AX88179/AX88178A Revision History 2 Contents 1. Introduction...

More information

Evangel euniversity [ANGEL ACCESS AND HELP GUIDE]

Evangel euniversity [ANGEL ACCESS AND HELP GUIDE] Evangel euniversity [ANGEL ACCESS AND HELP GUIDE] How to access your ANGEL account, what your computer needs to run ANGEL, and how to get ANGEL Technical and User support. Table of Contents How to Access

More information

Remote Access for End User Reference Guide for EpicConnect Access

Remote Access for End User Reference Guide for EpicConnect Access PRESBYTERIAN HEALTHCARE SERVICES Remote Access for End User Reference Guide for EpicConnect Access Version 1.0 12/27/2013 This remote access end user reference guide provides an overview of how to install

More information

MBB100 / DSM800 Update Instructions

MBB100 / DSM800 Update Instructions MBB100 / DSM800 Update Instructions Contents Contents... 1 Automatic Updates... 1 Manual Update to the Latest Version of N2KView... 2 Manual Update of the Complete Operating System... 3 Automatic Updates

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

GV Director Restoring USB Image / Frame and Panel Installation

GV Director Restoring USB Image / Frame and Panel Installation IMPORTANT NOTE: If you have already been provided this update package via USB by a Grass Valley service representative, please skip ahead and begin on page 4. Requirements: 16 GB USB FLASH OR LARGER Mouse

More information

TROUBLESHOOTING : 1. Set up your wireless router via wired connection. 2. Please make sure your adapter is set to obtain IP automatically

TROUBLESHOOTING : 1. Set up your wireless router via wired connection. 2. Please make sure your adapter is set to obtain IP automatically 1. Set up your wireless router via wired connection 2. Please make sure your adapter is set to obtain IP automatically 3. Please confirm web browser did not set up Proxy 3-1. In Internet Explorer, on the

More information

STOP! Read these instructions before connecting the PR3 to your Computer

STOP! Read these instructions before connecting the PR3 to your Computer Windows 10 Installation Instructions for the PR3 NOTE: If Windows 10 installed the drivers for the PR3, these instructions are not needed. These instructions are only to be used if Windows 10 did not automatically

More information

Mimo Vue with BrightSign Built-in

Mimo Vue with BrightSign Built-in Mimo Vue with BrightSign Built-in Manual and Specifications MBS-1080C / MBS-1080C-POE MBS-1080 / MBS-1080-POE - Touch - - Non-Touch - MBS-1080C-OF / MBS-1080C-OF-POE MBS-1080-OF / MBS-1080-OF-POE Please

More information

Mac Os Manual For Pc Iso Image Directory >>>CLICK HERE<<<

Mac Os Manual For Pc Iso Image Directory >>>CLICK HERE<<< Mac Os Manual For Pc Iso Image Directory So happens that I have tried this using the DVD, pendrive and also copying the ISO file to the desktop and to the "Documents" folder as My equipment is a mid 2011

More information

Manual Format Flash Drive Mac And Pc Large Files

Manual Format Flash Drive Mac And Pc Large Files Manual Format Flash Drive Mac And Pc Large Files Two Methods:WindowsMac OS X You can also format a flash drive to change the file storage system to make the drive exfat allows you to store files larger

More information

Privacy and Security in Online Social Networks Department of Computer Science and Engineering Indian Institute of Technology, Madras

Privacy and Security in Online Social Networks Department of Computer Science and Engineering Indian Institute of Technology, Madras Privacy and Security in Online Social Networks Department of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 04 Tutorial 1, Part 1 Ubuntu Hi everyone, welcome to the first

More information

Scratch 2.0 Wireless Programming Guide for Vortex

Scratch 2.0 Wireless Programming Guide for Vortex Scratch 2.0 Wireless Programming Guide for Vortex DF4Scratch Service Vortex is a programmable robot developed by DFRobot. Based on the Arduino developing platform, Vortex is equipped with Atmega328 Arduino

More information

WSDA User Guide

WSDA User Guide User Guide Version 8500-0029 rev. 006 WSDA -1000 User Guide www.microstrain.com Little Sensors, Big Ideas. 2012 by 459 Hurricane Lane, Suite 102 Williston, VT 05495 Phone 802-862-6629 Fax 802-863-4093

More information

Tutorial How to upgrade firmware on Phison S9 controller MyDigitalSSD using a Windows PE environment

Tutorial How to upgrade firmware on Phison S9 controller MyDigitalSSD using a Windows PE environment Tutorial How to upgrade firmware on Phison S9 controller MyDigitalSSD using a Windows PE environment Version 1.6 This tutorial will walk you through how to create a bootable USB drive to enter into a WINPE

More information

K9 Series Firmware Update Guide

K9 Series Firmware Update Guide K9 Series Firmware Update Guide This Guide provides how to download and install a new version of the firmware (operating software) for K9 Series DVR. 제품사진 Requirements To update the firmware on the K9

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 Connect the power adaptor first and

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

Install New External Hard Drive Windows 7 Upgrade After Installing >>>CLICK HERE<<<

Install New External Hard Drive Windows 7 Upgrade After Installing >>>CLICK HERE<<< Install New External Hard Drive Windows 7 Upgrade After Installing You can re-use a drive when performing a major upgrade or move it to a new computer. Find your Windows install disc or, if you don't have

More information

Cruzer flash drive NOT detected by Windows PC

Cruzer flash drive NOT detected by Windows PC Cruzer flash drive NOT detected by Windows PC My Cruzer flash drive is NOT detected when plugged in to my PC. What do I do? SOLUTION 1 - Verify if minimum operating system requirements are met. Operating

More information

Apple Server Diagnostics User Guide. For Version 3X109

Apple Server Diagnostics User Guide. For Version 3X109 Apple Server Diagnostics User Guide For Version 3X109 KKApple Inc. 2011 Apple Inc. All rights reserved. Under the copyright laws, this manual may not be copied, in whole or in part, without the written

More information

Faculty Tutorial: Export/Import a Test

Faculty Tutorial: Export/Import a Test Faculty Tutorial: Export/Import a Test Purpose: To demonstrate to faculty members how to export a test from one course, and then import it into another course. This process can also be used for Surveys

More information

Mac Os X Manually Mount Usb Drive Command Line

Mac Os X Manually Mount Usb Drive Command Line Mac Os X Manually Mount Usb Drive Command Line Connect the USB drive to the Mac and launch Disk Utility, then select that USB drive behavior for the command line), then hit the RETURN key to start making

More information

MCS-TOUCHSCREEN Auto Disk Clean up

MCS-TOUCHSCREEN Auto Disk Clean up APP093 - MCS-Touchscreen Error 16 Auto Diskcleanup Procedure Micro Control Systems APPLICATION NOTE APP-093 MCS-TOUCHSCREEN Auto Disk Clean up Revision History Date Author Revision Description 07/31/2014

More information

SD HDMI...

SD HDMI... Index What s in the Box... 14 Features and Controls... 14 Removing the Battery... 15 Reformatting the Micro SD card... 16 Rotating Lens... 16 External Microphone... 16 HDMI... 16 Battery... 16 Mounting

More information

Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD using a Windows PE environment

Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD using a Windows PE environment Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD using a Windows PE environment Version 8.1 This tutorial will walk you through how to create a bootable USB drive to enter into a WINPE

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

Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD

Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD Version 1.4 This tutorial will walk you through how to create a bootable USB drive and how to apply the newest firmware 4.6 to your

More information

NB16WV-02 VOIP Setup Guide (for Generic)

NB16WV-02 VOIP Setup Guide (for Generic) NB16WV-02 VOIP Setup Guide (for Generic) Configuring your NB16WV-02 for VOIP Service The following steps will take you through the process of setting up your VOIP connection. Step 1: Checking Computer

More information

Network Projector Operation Guide

Network Projector Operation Guide Network Projector Operation Guide Table of contents Preparation...4 Connecting the projector with your computer...4 Wired connection... 4 Wireless connection (for selected models)... 5 QPresenter...8 Minimum

More information

Ubuntu Install Instructions Mac Usb In Windows 7 Via

Ubuntu Install Instructions Mac Usb In Windows 7 Via Ubuntu Install Instructions Mac Usb In Windows 7 Via Run Windows operating systems on your Mac with this simple install guide an Intel-based Mac computer outfitted with either an Apple or USB keyboard

More information

ixkir720 HD Key Fob Camera

ixkir720 HD Key Fob Camera IXIUM ixkir720 HD Key Fob Camera User Manual Contents Package Contents... 2 Before You Start... 2 Overview & Basic Setup... 3 Battery and Charging... 3 Inserting the Memory Card... 3 Reading the Memory

More information

Quick Start Guide Vodafone Mobile Connect USB Stick

Quick Start Guide Vodafone Mobile Connect USB Stick Quick Start Guide Vodafone Mobile Connect USB Stick Welcome 2 What can I do with it? 3 Set up your USB Stick 4 Run the software 5 Configuration 6 Make a connection 7 USB Stick status 7 Other settings 8

More information

How to upgrade the firmware

How to upgrade the firmware How to upgrade the firmware This document will detail how to update the firmware on DAP-1150. Ensuring the firmware remains up to date can assist with functionality / improved performances as well as adding

More information

Bush Baby Alarm Clock With WiFi Hidden Camera

Bush Baby Alarm Clock With WiFi Hidden Camera Bush Baby Alarm Clock With WiFi Hidden Camera SKU: BBWiFiAlarmClock 1 Version 1.1 THANK YOU FOR PURCHASING THE BBWIFIALARMCLOCK Please read this manual before operating the BBWiFiAlarmClock and keep it

More information

ETVR360CAMW-User Guide

ETVR360CAMW-User Guide ETVR360CAMW-User Guide TABLE OF CONTENTS 1. PARTS... 3 GETTING STARTED... 6 Charging the Battery... 6 Power On & Power Off... 6 Use Mode... 6 Independent Operation... 6 APP... 6 CONNECTING THROUGH WIFI...

More information

ELI Launcher Configuration

ELI Launcher Configuration ELI Launcher Configuration Future Designs, Inc., All Rights Reserved Important Legal Information Information in this document is provided solely to enable the use of Future Designs, Inc. (FDI) products.

More information

Manual Internet Explorer 10 Vista 32 Bits Window 8 >>>CLICK HERE<<<

Manual Internet Explorer 10 Vista 32 Bits Window 8 >>>CLICK HERE<<< Manual Internet Explorer 10 Vista 32 Bits Window 8 Learn about Windows 10, the latest devices, apps and games or find support. Internet Explorer. Download Internet Explorer 11 and make your web experience

More information

Neighborhood HiSpeed Quick Start Guide

Neighborhood HiSpeed Quick Start Guide Neighborhood HiSpeed Quick Start Guide Before you begin: Thank you for choosing Neighborhood HiSpeed. We have set up your HiSpeed service on the phone number identified in your Neighborhood Welcome kit.

More information

BaikalMiner Mini. Mining Algorithm Upgrade (X11/X13/X14/X15/Quark/Qubit) User s Guide.

BaikalMiner Mini. Mining Algorithm Upgrade (X11/X13/X14/X15/Quark/Qubit) User s Guide. BaikalMiner Mini Mining Algorithm Upgrade (X11/X13/X14/X15/Quark/Qubit) User s Guide Contents 1. Overview... 3 2. Firmware update... 3 2.1 Preparation for firmware update... 3 2.1.1 Configurationn a Mini

More information

EXERCISE SYSTEM GUIDE (v. 7.13)

EXERCISE SYSTEM GUIDE (v. 7.13) EXERCISE SYSTEM GUIDE (v. 7.13) Copyright 2016 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It may contain trade secrets and proprietary

More information

Getting Started Guide XC9010 Raspberry Pi Starter Kit

Getting Started Guide XC9010 Raspberry Pi Starter Kit Getting Started Guide XC9010 Raspberry Pi Starter Kit The Raspberry Pi has been designed as a computer that anyone can use. If you want to get started with a Raspberry Pi, but don t know where to start,

More information

Windows 8 For Windows

Windows 8 For Windows Manual Internet Explorer 10 Vista 32 Bit Windows 8 For Windows Malicious Software Removal Tool. For: Windows 10 32-bit and more. Download the latest Internet Explorer browser today. Upgrade your Internet

More information

ReadyNAS OS 6 Desktop Storage Systems

ReadyNAS OS 6 Desktop Storage Systems ReadyNAS OS 6 Desktop Storage Systems Hardware Manual Models: 102 104 312 314 350 East Plumeria Drive San Jose, CA 95134 USA March 2013 202-11206-02 v1.0 Support Thank you for selecting NETGEAR products.

More information

Bush Baby Wi-Fi Wall Outlet Hidden Camera

Bush Baby Wi-Fi Wall Outlet Hidden Camera Bush Baby Wi-Fi Wall Outlet Hidden Camera SKU: BBWiFiWallOutlet 1 Version 1.1 THANK YOU FOR PURCHASING THE BBWIFIWALLOUTLET Please read this manual before operating the BBWIFIWALLOUTLET and keep it handy.

More information

etrac Guide System Requirements Global DMS, 1555 Bustard Road, Suite 300, Lansdale, PA , All Rights Reserved.

etrac Guide System Requirements Global DMS, 1555 Bustard Road, Suite 300, Lansdale, PA , All Rights Reserved. etrac Guide to System Requirements Version: 2.5 Published: 05/18/2015 Global DMS, 1555 Bustard Road, Suite 300, Lansdale, PA 19446 2015, All Rights Reserved. Table of Contents Minimum System Requirements...

More information

VEGA. Operation Manual T A B L E T P C. advent vega operation manaul_new.indd 1

VEGA. Operation Manual T A B L E T P C. advent vega operation manaul_new.indd 1 VEGA T A B L E T P C Operation Manual advent vega operation manaul_new.indd 1 advent vega operation manaul_new.indd 2 CONTENTS SETTING UP YOUR TABLET FOR THE FIRST TIME... 4 USING THE DEVICE S BUTTONS

More information

KD Max V5 Upgrade & Installation Guidance For upgrade users KD Max V5 Upgrade & Installation Guidance

KD Max V5 Upgrade & Installation Guidance For upgrade users KD Max V5 Upgrade & Installation Guidance KD Max V5 Upgrade & Installation Guidance 1 / 12 Contents Part 1: Upgrade keylock to KD Max V5.0...3 Part 2: System installation and configuration 6 Part 3: Installing KD Max V5.0. 8 Part 4: Activate your

More information

Quick Installation Guide for RHV/Ovirt

Quick Installation Guide for RHV/Ovirt Quick Installation Guide for RHV/Ovirt 2017 Chengdu Vinchin Technology Co. Ltd. All rights reserved. CONTENTS 1. Create New Virtual Machine...2 2. Install Backup Server ( as master)...5 3. Install Backup

More information

Networking the printer

Networking the printer Networking the printer General networking Networking overview A network is a collection of devices such as computers, printers, Ethernet hubs, wireless access points, and routers connected together for

More information

DI-704P Ethernet Broadband Router. Ethernet (Straight Through) Cable. 5V DC Power Adapter

DI-704P Ethernet Broadband Router. Ethernet (Straight Through) Cable. 5V DC Power Adapter 1 This product can be set up using any current Web browser, i.e., Internet Explorer or Netscape Navigator. DI-704P Ethernet Broadband Router and Print Server Before You Begin 1. If you purchased this router

More information

The Key Installation Guide

The Key Installation Guide The Key Installation Guide This guide covers the installation and registration of the Key. Important Notes This document describes the installation process for the Key. A reboot may be required after the

More information

Preparing SD card for Pi

Preparing SD card for Pi Preparing SD card for Pi Sarwan Singh Assistant Director(S) NIELIT Chandigarh Education is the kindling of a flame, not the filling of a vessel. - Socrates 1 sarwan@nielit Using NOOBS- New Out Of Box Software

More information

Tutorial - How to upgrade firmware on Phison S9 controller MyDigitalSSD using a Windows PE environment

Tutorial - How to upgrade firmware on Phison S9 controller MyDigitalSSD using a Windows PE environment Tutorial - How to upgrade firmware on Phison S9 controller MyDigitalSSD using a Windows PE environment Version 1.9 This tutorial will walk you through how to create a bootable USB drive to enter into a

More information

Computer Essentials Session 1 Lesson Plan

Computer Essentials Session 1 Lesson Plan Note: Completing the Mouse Tutorial and Mousercise exercise which are available on the Class Resources webpage constitutes the first part of this lesson. ABOUT PROGRAMS AND OPERATING SYSTEMS Any time a

More information

Asus_TFTP_Flash. tftp client is enabled in the default installation of WinXP

Asus_TFTP_Flash. tftp client is enabled in the default installation of WinXP For the Asus WL-500 series a few extra steps are available/needed when you do the initial flashing of your Asus WL-500 series router, compared to the general TFTP flash procedure. To avoid confusing the

More information

USBest Technology Inc.

USBest Technology Inc. UT163 USB2.0 Flash Disk Controller Mass Production Tool User Manual Version 1.1 DECEMBER 25, 2006 Technical Marketing Dept. Page 1 of 13 Copyright by, all rights reserved. System Requirements: 1. OS: Windows

More information