Difference between revisions of "EBC Exercise 06 Notes on VirtualBox"
From eLinux.org
| (9 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | [[Category: | + | [[Category:ECE497]] |
| + | {{YoderHead}} | ||
| − | Here's some things I learned installing VirtualBox. | + | Here's some things I learned installing VirtualBox. '''It's rather out of date.''' Please update it if you have something to add. |
| + | |||
| + | == TI's notes == | ||
| + | [http://processors.wiki.ti.com/index.php/How_to_Build_a_Ubuntu_Linux_host_under_VirtualBox Here] is how TI suggests setting up VirtualBox. | ||
| + | |||
| + | == My Notes == | ||
* Download from [http://www.virtualbox.org/wiki/Downloads here]. | * Download from [http://www.virtualbox.org/wiki/Downloads here]. | ||
* Install as usual. I made no changes on the '''Custom Setup''' page. I got the following message some 9 times. I clicked continue. | * Install as usual. I made no changes on the '''Custom Setup''' page. I got the following message some 9 times. I clicked continue. | ||
[[File:VBox_-_Install_Warning.png|300px]] | [[File:VBox_-_Install_Warning.png|300px]] | ||
| − | * | + | * Start VirtualBox. Click '''New'''. |
| − | * | + | [[File:VBox_-_New.png|300px]] |
| − | * | + | * Run the wizard and give your machine a name. |
| − | + | [[File:VBox_-_Create_New_Virtual_Machine.png|300px]] | |
| + | * I used 1024M for the memory size. Make sure your host computer has at least 2 times the real RAM as the virtual machine. | ||
| + | [[File:VBox_-_Memory_Size.png|300px]] | ||
| + | * Select '''Use existing hard disk''' and click [[File:VBox_-_Browse.png]] | ||
| + | [[File:VBox_-_Virtual_Hard_Disk.png|300px]] | ||
| + | * Click [[File:VBox_-_Add.png]]and select your virtual drive. | ||
| + | [[File:VBox_-_Select_disk_image.png|300px]] | ||
| + | * Click '''Select''', '''Next''', '''Finish'''. | ||
| + | * Click [[File:VBox_-_Start.png]] | ||
| + | * Got to the '''Devices''' menu and select '''Install Guest Additions...'''. | ||
| + | [[File:VBox_-_Additions.png|300px]] | ||
| + | * Select '''Applications:Accessoris:Terminal''' from the menu. | ||
| + | [[File:VBox_-_Terminal.png|300px]] | ||
| + | * cd to '''/media/cdrom0''' and run the file for your machine. | ||
| + | [[File:VBox_-_run_command_001.png|300px]] | ||
| + | * Reboot your virtual machine. | ||
| + | * You can now resize your virtual machine screen. | ||
| + | |||
| + | {{YoderFoot}} | ||
Latest revision as of 16:04, 16 July 2012
Embedded Linux Class by Mark A. Yoder
Here's some things I learned installing VirtualBox. It's rather out of date. Please update it if you have something to add.
TI's notes
Here is how TI suggests setting up VirtualBox.
My Notes
- Download from here.
- Install as usual. I made no changes on the Custom Setup page. I got the following message some 9 times. I clicked continue.
- Start VirtualBox. Click New.
- Run the wizard and give your machine a name.
- I used 1024M for the memory size. Make sure your host computer has at least 2 times the real RAM as the virtual machine.
- Select Applications:Accessoris:Terminal from the menu.
- cd to /media/cdrom0 and run the file for your machine.
- Reboot your virtual machine.
- You can now resize your virtual machine screen.
Embedded Linux Class by Mark A. Yoder