Difference between revisions of "VMWareImage"

From HBMobile
Jump to navigationJump to search
 
Line 4: Line 4:
  
 
This sounds like a good idea, if you ask me... Not being a GumStix employee, it wasn't on the top of my list of things to do. But.. now that development of Goliath and Jowles is starting up in earnest, I figured it was time to make it easy on myself and others.
 
This sounds like a good idea, if you ask me... Not being a GumStix employee, it wasn't on the top of my list of things to do. But.. now that development of Goliath and Jowles is starting up in earnest, I figured it was time to make it easy on myself and others.
 +
 +
Before you can use the development image, you should probably know a bit about linux development and you should probably also have a [http://gumstix.com/ Gumstix] Verdex based development system. The focus of our development is on the Verdex and the Goliath boards, but at the time of this writing, the GumStix team is still working out the bugs in the Goliath hardware, and many of us are working with ConsoleLCD-VX boards to get some base level display development done. More info about getting such a system can be found at the [[GettingTheConsoleLCDVXWorking|Getting the ConsoleLCD-VX Working]] page.
 +
 +
=Using The "Official" HBMobile Development Image=
 +
 +
Note that the word "Official" is in quotes here because, like many other aspects of the Homebrew Mobile Phone Club, there's nothing actually official about it. The image comes without warranty or official support, and it may not be useful to you at all. In fact, it might give you a terrible rash. That being said however,  we hope it will be useful and will try to answer support questions directed towards the Homebrew Mobile Phone Club mailing list.
 +
 +
==Download the VMWare Server and/or Player software==
 +
 +
The good people at [http://vmware.com/ VMWare] have made their virtualization software available as a free download. There are two versions of the free software: server and player. The VMWare player seems to have much better support for USB devices, while the Server is useful for developing your own custom VMWare images. Either can be used to download and compile the source code for GumStix Linux, but you'll need the VMWare Player communicate with the GumStix system via a USB port. Ergo, we recommend installing the Player and If you know you're going to build your own development image, install the Server as well.
 +
 +
You can find the download images at [http://vmware.com/download/ the VMWare Download site].
 +
 +
==Download the Homebrew Mobile Phone Club Developers' Image==
 +
 +
At some point we're going to post an "official" image somewhere, most likely as the torrent of a ZIP file. We haven't done that yet, so your best bet is to post some email to the SVHMPC mailing list asking about it. I'll eventually get tired of seeing the postings and put a torrent up somewhere.
 +
 +
But seriously... we don't have an "official" build yet, but we're "real close now."
 +
 +
==Tell the VMWare Server (or Player) about the Image==
 +
 +
Actually I haven't gotten this far into the process, so I don't know exactly what to tell you yet.
 +
 +
==Enjoy!==
 +
 +
Once you've booted the image, it should automatically log in as user "mobo". You should also find an informational README.HTML file on the desktop. Some good hints include:
 +
 +
* To get a terminal, click on the "Applications" button in the upper left corner of the screen, drag down to the "System" sub-menu, then drag over and then down to the "Terminal" menu item.
 +
* To perform a command as '''root''', put the word <code>sudo</code> before the command. The system will ask you for your password which is "hbmobile" (without the quotes.)
 +
* To open a web browser, click on the Firefox logo (the orange and blue thing) just to the right of the "Applications" button in the top left corner of the screen.
 +
* The system is setup with several virtual desktops. The Ctrl-Alt-Left Arrow and Ctrl-Alt-Right Arrow move between screens.
 +
 +
=Creating Your Own "Official" HBMobile Development Image=
 +
 +
This is a brief overview of how to build your own "Official" HBMobile Development Image.
 +
 +
==Install the VMWare Server software==
 +
 +
If you haven't done so already, visit the [http://vmware.com/download/ the VMWare Download site] and retrieve the installer for the VMWare Server. Please note that you're expected to agree to a EULA and request a license string before the software will run (though there's no fee associated with this license.)
 +
 +
==Download the Xubuntu 7.04 Feisty Fawn Linux Install Disk==
 +
 +
You're free to choose a completely different distribution if you want, but I've turned into quite the Debian/Ubuntu fan lately, so the instructions here will apply to those who like (X)Ubuntu. I'm using Xubuntu because it seems slightly "zippier" than the full Ubuntu distro on virtualized hardware. You can download an ISO image from [http://www.xubuntu.org/get the Xubuntu download page].
 +
 +
==Start the VMWare Server and Create a New Image==
 +
 +
# After launching the VMWare Server, you'll be asked what VMWare host you want to be connected to. '''select LocalHost'''.
 +
# Start the VM creation process by selecting the '''File >> New >> Virtual Machine...''' menu item.
 +
# When queried whether to use a "Typical" or "Custom" VM configuration, '''select Custom'''.
 +
# When queried which class of Guest Operating System you'll be installing, '''select Linux''' from the radio button selection and '''Other Linux 2.6.x kernel''' from the drop down selection list.
 +
# Choose a meaningful name. I name my images like: '''XUnnn_HBMOBILEyyy''' where nnn is the version of Xubuntu and yyy is the version of the image I'm working with.
 +
# The new VM wizard will ask if you wish to "Make this virtual machine private." I usually select the default, which is to make it private.
 +
# It will also ask which user to run the VM as. I choose the default, '''User that powers on the Virtual Machine'''.
 +
# I don't have two processors in my laptop, but I imagine it would be nice to utilize them both if the VM migrated to a machine that did, so when the wizard asks the number of virtual processors, I '''select Two'''.
 +
# You are free to give the VM as much memory as you think it needs. I generally '''select 256Mb when creating the images'''.
 +
# I have encountered minor problems when using bridged networking, so I usually '''select network address translation (NAT)'''.
 +
# For an I/O Adapter Type, I '''select a LSI Logic SCSI''' type.
 +
# Next, I tell the wizard I want to '''Create a new virtual disk'''.
 +
# The disk should be a '''SCSI (Recommended)''' type.
 +
# I usually '''select the default size, which is 8.0 Gb on my machine'''. But most importantly, '''uncheck the Allocate all disk space now''' check-box. Otherwise, the virtual disk it creates will be difficult to compress.
 +
# I like to name the Disk file the same name as the virtual machine and place it in the same folder with the VM.
 +
 +
==Mount and Install Linux from the Xubuntu Disk Image==
 +
 +
# Open the Virtual Machine Settings dialog box with the '''VM >> Settings...''' menu item.
 +
# '''Highlight the CD-ROM (IDE 1:0) device''' in the device list on the Hardware tab.
 +
# '''Select the "Use ISO Image" radio button''' in the Connection section of the dialog.
 +
# '''Enter the path to Xubuntu ISO image you downloaded earlier''' or click the browse button and select it with the file chooser.
 +
# '''Click OK'''
 +
# In the main VMWare Server Console, '''click the green "Start" button'''. It may take several minutes, but the Xubuntu LiveCD / Install desktop should come up.
 +
# On the left side of the screen is a column of icons. '''Double-click the "Install" icon''' at the bottom.
 +
# Xubuntu can be configured with several languages and keyboard settings. The options I chose were:<blockquote><ul><li>English Language Install</li><li>In a time zone near Los Angeles</li><li>US English / US English keyboard layout</li><li>Do a Guided partitioning on SCSI (0,0,0)</li><li>Do not import existing user accounts</li></ul></blockquote>
 +
# When the wizard asks for information about me, I enter:<blockquote><ul><li>What is your name? '''Homebrew Mobile Phone Developer'''</li><li>What name do you want to use to log in? '''mobo'''</li><li>Choose a password... '''hbmobile'''</li><li>name of this computer? '''sheriff-mobo'''</li></ul></blockquote>
 +
# '''Hit the "Install" button''' on the "Ready to Install" dialog. At this point, the disk will spin and the lights will blink and in about 45 minutes (depending on how beefy your host system is) the install will be complete.

Revision as of 22:27, 9 October 2007

Intro

One aspect of Embedded development that is sub-optimal is that you sometimes have to install a number of arcane packages (okay... okay... so GCC 4.1.1 is _not_ arcane) and configure your host system in somewhat weird ways. For instance, one thing I noticed about GumStix development on Ubuntu is that you have to link /bin/sh to /bin/bash (the default is for it to be linked to /bin/dash). Last year at eTel Benoit Schilling mentioned that the QT guys distribute a VMWare image with all the tools properly configured to do QT development so you can try it out without making permanent changes to your development system.

This sounds like a good idea, if you ask me... Not being a GumStix employee, it wasn't on the top of my list of things to do. But.. now that development of Goliath and Jowles is starting up in earnest, I figured it was time to make it easy on myself and others.

Before you can use the development image, you should probably know a bit about linux development and you should probably also have a Gumstix Verdex based development system. The focus of our development is on the Verdex and the Goliath boards, but at the time of this writing, the GumStix team is still working out the bugs in the Goliath hardware, and many of us are working with ConsoleLCD-VX boards to get some base level display development done. More info about getting such a system can be found at the Getting the ConsoleLCD-VX Working page.

Using The "Official" HBMobile Development Image

Note that the word "Official" is in quotes here because, like many other aspects of the Homebrew Mobile Phone Club, there's nothing actually official about it. The image comes without warranty or official support, and it may not be useful to you at all. In fact, it might give you a terrible rash. That being said however, we hope it will be useful and will try to answer support questions directed towards the Homebrew Mobile Phone Club mailing list.

Download the VMWare Server and/or Player software

The good people at VMWare have made their virtualization software available as a free download. There are two versions of the free software: server and player. The VMWare player seems to have much better support for USB devices, while the Server is useful for developing your own custom VMWare images. Either can be used to download and compile the source code for GumStix Linux, but you'll need the VMWare Player communicate with the GumStix system via a USB port. Ergo, we recommend installing the Player and If you know you're going to build your own development image, install the Server as well.

You can find the download images at the VMWare Download site.

Download the Homebrew Mobile Phone Club Developers' Image

At some point we're going to post an "official" image somewhere, most likely as the torrent of a ZIP file. We haven't done that yet, so your best bet is to post some email to the SVHMPC mailing list asking about it. I'll eventually get tired of seeing the postings and put a torrent up somewhere.

But seriously... we don't have an "official" build yet, but we're "real close now."

Tell the VMWare Server (or Player) about the Image

Actually I haven't gotten this far into the process, so I don't know exactly what to tell you yet.

Enjoy!

Once you've booted the image, it should automatically log in as user "mobo". You should also find an informational README.HTML file on the desktop. Some good hints include:

  • To get a terminal, click on the "Applications" button in the upper left corner of the screen, drag down to the "System" sub-menu, then drag over and then down to the "Terminal" menu item.
  • To perform a command as root, put the word sudo before the command. The system will ask you for your password which is "hbmobile" (without the quotes.)
  • To open a web browser, click on the Firefox logo (the orange and blue thing) just to the right of the "Applications" button in the top left corner of the screen.
  • The system is setup with several virtual desktops. The Ctrl-Alt-Left Arrow and Ctrl-Alt-Right Arrow move between screens.

Creating Your Own "Official" HBMobile Development Image

This is a brief overview of how to build your own "Official" HBMobile Development Image.

Install the VMWare Server software

If you haven't done so already, visit the the VMWare Download site and retrieve the installer for the VMWare Server. Please note that you're expected to agree to a EULA and request a license string before the software will run (though there's no fee associated with this license.)

Download the Xubuntu 7.04 Feisty Fawn Linux Install Disk

You're free to choose a completely different distribution if you want, but I've turned into quite the Debian/Ubuntu fan lately, so the instructions here will apply to those who like (X)Ubuntu. I'm using Xubuntu because it seems slightly "zippier" than the full Ubuntu distro on virtualized hardware. You can download an ISO image from the Xubuntu download page.

Start the VMWare Server and Create a New Image

  1. After launching the VMWare Server, you'll be asked what VMWare host you want to be connected to. select LocalHost.
  2. Start the VM creation process by selecting the File >> New >> Virtual Machine... menu item.
  3. When queried whether to use a "Typical" or "Custom" VM configuration, select Custom.
  4. When queried which class of Guest Operating System you'll be installing, select Linux from the radio button selection and Other Linux 2.6.x kernel from the drop down selection list.
  5. Choose a meaningful name. I name my images like: XUnnn_HBMOBILEyyy where nnn is the version of Xubuntu and yyy is the version of the image I'm working with.
  6. The new VM wizard will ask if you wish to "Make this virtual machine private." I usually select the default, which is to make it private.
  7. It will also ask which user to run the VM as. I choose the default, User that powers on the Virtual Machine.
  8. I don't have two processors in my laptop, but I imagine it would be nice to utilize them both if the VM migrated to a machine that did, so when the wizard asks the number of virtual processors, I select Two.
  9. You are free to give the VM as much memory as you think it needs. I generally select 256Mb when creating the images.
  10. I have encountered minor problems when using bridged networking, so I usually select network address translation (NAT).
  11. For an I/O Adapter Type, I select a LSI Logic SCSI type.
  12. Next, I tell the wizard I want to Create a new virtual disk.
  13. The disk should be a SCSI (Recommended) type.
  14. I usually select the default size, which is 8.0 Gb on my machine. But most importantly, uncheck the Allocate all disk space now check-box. Otherwise, the virtual disk it creates will be difficult to compress.
  15. I like to name the Disk file the same name as the virtual machine and place it in the same folder with the VM.

Mount and Install Linux from the Xubuntu Disk Image

  1. Open the Virtual Machine Settings dialog box with the VM >> Settings... menu item.
  2. Highlight the CD-ROM (IDE 1:0) device in the device list on the Hardware tab.
  3. Select the "Use ISO Image" radio button in the Connection section of the dialog.
  4. Enter the path to Xubuntu ISO image you downloaded earlier or click the browse button and select it with the file chooser.
  5. Click OK
  6. In the main VMWare Server Console, click the green "Start" button. It may take several minutes, but the Xubuntu LiveCD / Install desktop should come up.
  7. On the left side of the screen is a column of icons. Double-click the "Install" icon at the bottom.
  8. Xubuntu can be configured with several languages and keyboard settings. The options I chose were:
    • English Language Install
    • In a time zone near Los Angeles
    • US English / US English keyboard layout
    • Do a Guided partitioning on SCSI (0,0,0)
    • Do not import existing user accounts
  9. When the wizard asks for information about me, I enter:
    • What is your name? Homebrew Mobile Phone Developer
    • What name do you want to use to log in? mobo
    • Choose a password... hbmobile
    • name of this computer? sheriff-mobo
  10. Hit the "Install" button on the "Ready to Install" dialog. At this point, the disk will spin and the lights will blink and in about 45 minutes (depending on how beefy your host system is) the install will be complete.