(June 18, 2015 in my WIN7 notebook successfully installed, vmware version 10.0.0,http://www.vxdev.com/html/44/624.htm URL Download compressed file compression package password: www.vxdev.com)
Recent period of time in learning VxWorks, although installed Tornado development environment, but for VxWorks, what is wind core ah, what is the driver ah, how always ah, completely do not understand. See there are many on the internet on the installation of VxWorks on the VMware post, so I tried to try, but to tell the truth, now the VxWorks understanding or outside the threshold.
This article references: http://www.vxdev.com/html/44/624.htm
The following installation environment is described below:
VMware 6.5+tornado 2.2 for Pentium
To install the required files:
Ios for VMware
Vxworks BSP for VMware
1. Create a new virtual machine
File->new->virtual machine->custom->new-workstation 5-> need to ask me to install the operating system >other (other), Specifies the virtual machine name and save location--menu processor--memory 128MB corresponds to vxworks enough to use Host-only network connection->io Adapter Select buslogic-> Create virtual hard disk-type selection IDE ( Recommended)-Disk space settings 0.25GB (256MB) enough, and tick immediately allocate disk space, and finalize the virtual machine configuration
2. Select the ISO file (ISO for VMware) you want to start
.
2.1 Last virtual-connection configuration file
.
2.2 This time start, will definitely prompt start failure, cannot find the boot file, we need to modify the boot configuration as CD-ROM, restart the virtual machine, press and hold F2, enter the BIOS,
2.3 As prompted, press the "-" key on your keyboard to keep the CD-ROM drive at the forefront.
2.4 At this time to start the virtual machine, you can see the familiar boot interface, is also half the success.
3.vxworks BSP for VMware compilation
3.1 Download VxWorks BSP for VMware files, of course, everyone is interested, you can configure yourself, here I give you a change
3.2 Copy the extracted VMware folder to the appropriate directory in the Tornado workspace, where I copy it to C:\Tornado2.2\target\config\
3.3 Start tornado, new Bootloader project, here I named VMware, in fact, the name can be casual.
3.3 Modifying the board-level support package for a project
3.4 New project complete, start configuration project
3.5 adding Target shell support to a project
3.6 Build all, generate the VxWorks file
4. Through the FTP server, the host side of the VxWorks download to the target board of RAM, (FTP server There are many kinds, where the use of tornado comes with)
4.1 To C:\Tornado2.2\host\x86-win32\bin directory, locate Wftpd32.exe, open FTP server, select Security->users/rigths, create a new user, target, Password Target,home directory is set to: C:\Tornado2.2\target\proj\Vmware\default\
4.2 Configure the Log log output of FTP, tick the corresponding option
4.3 Configuring VMware's VM1 NIC, IP setting is 192.168.102.1, why configured to 192.168.102.1, you can view the Config.h file in VMware
5. Start the virtual machine and wait 7 seconds for it to start automatically
At this point, the installation of VxWorks on VMware is basically over, and here's how to debug VxWorks on VMware via tornado:
Open Tornado->tools->target Server->config and create a configuration:
2. Then launch, the corresponding target appears in the window Bar of tornado.
At this point, start the shell and you can start debugging VxWorks.
"Go" install VxWorks on VMware 5.5