Difference between revisions of "VirtualBox Starting DVDK Virtual Machine"

From DAVE Developer's Wiki
Jump to: navigation, search
(Next Steps)
m
Line 8: Line 8:
  
 
= Starting the Virtual Machine =
 
= Starting the Virtual Machine =
 +
 +
The virtual machine image can be provided either in a .vbox file or a .ova file. The first is a ..., while the second is a .... Please follow the instructions
 +
 +
== From a .vbox file ==
  
 
# Decompress the DVDK compressed archive on your file system. You should see two files, with .vbox extension (the virtual machine definition) and .vdi extension (the actual virtual machine): <br><br>[[File: Dvdk decompressed.png|600px]]<br><br>
 
# Decompress the DVDK compressed archive on your file system. You should see two files, with .vbox extension (the virtual machine definition) and .vdi extension (the actual virtual machine): <br><br>[[File: Dvdk decompressed.png|600px]]<br><br>
Line 13: Line 17:
 
# Click on Machine and select Add <br><br>[[File: VirtualBox Manager Add.png|600px]]<br><br>
 
# Click on Machine and select Add <br><br>[[File: VirtualBox Manager Add.png|600px]]<br><br>
 
# Navigate your file system and select the .vbox file previously decompressed
 
# Navigate your file system and select the .vbox file previously decompressed
# Launch the virtual machine clicking on the start icon: <br><br>[[File:VirtualBox Manager Start.png|600px]]<br><br>
+
 
 +
 
 +
== From a .ova file ==
 +
 
 +
# Decompress the DVDK compressed archive on your file system. You should see two files, with .vbox extension (the virtual machine definition) and .vdi extension (the actual virtual machine): <br><br>[[File: Dvdk decompressed.png|600px]]<br><br>
 +
# Start the Oracle VM VirtualBox Manager <br><br>[[File: Screenshot-Oracle VM VirtualBox Manager.png|600px]]<br><br>
 +
# Click on Machine and select Add <br><br>[[File: VirtualBox Manager Add.png|600px]]<br><br>
 +
# Navigate your file system and select the .vbox file previously decompressed
 +
 
 +
 
 +
== Launching the VM ==
 +
# Now that the virtual machine is ready, launch it by clicking on the start icon: <br><br>[[File:VirtualBox Manager Start.png|600px]]<br><br>
 
# VirtualBox will open three message windows like the following, you can click "Ok" to close them<br><br>[[File:VirtualBox Info.png]]<br><br>
 
# VirtualBox will open three message windows like the following, you can click "Ok" to close them<br><br>[[File:VirtualBox Info.png]]<br><br>
 
# When the boot process is completed, you can login into the Ubuntu system<br><br>[[File:VirtualBox Login.png|600px]]<br><br>with the credentials provided with the development kit (you can find them into the '''README''' file contained in the kit distribution).
 
# When the boot process is completed, you can login into the Ubuntu system<br><br>[[File:VirtualBox Login.png|600px]]<br><br>with the credentials provided with the development kit (you can find them into the '''README''' file contained in the kit distribution).

Revision as of 08:53, 23 November 2012

Info Box
VirtualMachine.png Applies to DVDK

This page describes the basic procedure to start the DVDK virtual machine in VirtualBox.


200px-Emblem-important.svg.png

We assume that the VirtualBox package is already installed in the user's host machine

Starting the Virtual Machine[edit | edit source]

The virtual machine image can be provided either in a .vbox file or a .ova file. The first is a ..., while the second is a .... Please follow the instructions

From a .vbox file[edit | edit source]

  1. Decompress the DVDK compressed archive on your file system. You should see two files, with .vbox extension (the virtual machine definition) and .vdi extension (the actual virtual machine):

    Dvdk decompressed.png

  2. Start the Oracle VM VirtualBox Manager

    Screenshot-Oracle VM VirtualBox Manager.png

  3. Click on Machine and select Add

    VirtualBox Manager Add.png

  4. Navigate your file system and select the .vbox file previously decompressed


From a .ova file[edit | edit source]

  1. Decompress the DVDK compressed archive on your file system. You should see two files, with .vbox extension (the virtual machine definition) and .vdi extension (the actual virtual machine):

    Dvdk decompressed.png

  2. Start the Oracle VM VirtualBox Manager

    Screenshot-Oracle VM VirtualBox Manager.png

  3. Click on Machine and select Add

    VirtualBox Manager Add.png

  4. Navigate your file system and select the .vbox file previously decompressed


Launching the VM[edit | edit source]

  1. Now that the virtual machine is ready, launch it by clicking on the start icon:

    VirtualBox Manager Start.png

  2. VirtualBox will open three message windows like the following, you can click "Ok" to close them

    VirtualBox Info.png

  3. When the boot process is completed, you can login into the Ubuntu system

    VirtualBox Login.png

    with the credentials provided with the development kit (you can find them into the README file contained in the kit distribution).

Guest Additions Update[edit | edit source]

Once logged in, the system could suggest to update the Virtualbox Guest Additions package. You can follow the on-screen instructions to easily install the updated package.

Next Steps[edit | edit source]

  1. Check if your keyboard layout matches the Ubuntu keyboard settings. You can change the keyboard layout selecting System->Preferences->Keyboard from the top panel menù.
  2. Configure the Virtual Machine network interface: VirtualBox_Network_Configuration
  3. Start working with the development kit: Naon_Embedded_Linux_Kit_(NELK)