查看“MYZR虚拟机功能演示”的源代码
←
MYZR虚拟机功能演示
跳转至:
导航
、
搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
<div> = '''安装并配置开发环境(install and configure development environment)''' = ---- == '''安装并运行虚拟机系统(install and run the virtual machine system)''' == 建议使用我们提供的虚拟机系统作为开发主机,本节针对我们提供的虚拟机进行指导。<br> <span style="background:#CCCCCC">it is recommended to use our virtual machine as development host,guidance in this section is offered to our virtual machine</span><br> 如需要自己搭建开发环境的朋友,也请先按手册操作过一遍之后再自行搭建开发环境,以免在操作过程中浪费不必要的时间和精力。<br> <span style="background:#CCCCCC">for users who need to build development environment himself,please do all the operations as per the manual before buiding your own development environment,in order not to waste unneccessory time and engergy</span><br> === 准备虚拟机系统和软件(prepare system and software of virtual machine)=== 1)下载虚拟机系统<br> <span style="background:#CCCCCC">download system of virtual machine</span><br> 文件名:vm10-u12045-serv-amd64.rar<br> <span style="background:#CCCCCC">name of file: vm10-u12045-serv-amd64.rar</span><br> 这是安装配置好的Ubuntu 12.04.5 Server版的工作环境。<br> <span style="background:#CCCCCC">this is the working environment of Ubuntu 12.04.5 Server version which was installed and configured</span><br> 2)下载虚拟机软件<br> <span style="background:#CCCCCC">download software of virtual machine</span><br> 文件名:VMware-workstation-full-10.0.5-2443746.exe<br> <span style="background:#CCCCCC">name of file:VMware-workstation-full-10.0.5-2443746.exe</span><br> 这是虚拟机软件VMware workstation。<br> <span style="background:#CCCCCC">VMware workstation is the software of virtual machine </span><br> === 安装虚拟机(install virtual machine)=== 1)解压虚拟机系统<br> <span style="background:#CCCCCC">decompress system of virtual machine</span><br> 在Windows下解压vm10-u12045-serv-amd64.rar到当前文件夹。<br> <span style="background:#CCCCCC">decompress vm10-u12045-serv-amd64.rar to the current folder in Windows</span><br> 2)安装虚拟机软件<br> <span style="background:#CCCCCC">install software of virtual machine</span><br> 参照 vm10-u12045-serv-amd64 目录下的“00.vmware10安装”安装VMware-workstation-full-10.0.5-2443746.exe。<br> <span style="background:#CCCCCC">refer to “00.vmware10 installation ”in the directory of vm10-u12045-serv-amd64 to install VMware-workstation-full-10.0.5-2443746.exe</span><br> === 运行虚拟机系统(run virtual machine system)=== 1)启动VMware Workstation软件<br> <span style="background:#CCCCCC">start up VMware Workstation software</span><br> 2)装载虚拟机系统<br> <span style="background:#CCCCCC">load virtual machine system</span><br> 在VMware Workstation菜单栏依次操作:文件 -> 打开 -> 找到vm10-u12045-serv-amd64目录,选择“vm10-u12045-serv-amd64.vmx” -> 打开<br> <span style="background:#CCCCCC">operate in order on VMware Workstation menu:file -> open -> find vm10-u12045-serv-amd64 directory,select“vm10-u12045-serv-amd64.vmx” -> open</span><br> 3)启动虚拟机系统<br> <span style="background:#CCCCCC">start up virtual machine system</span><br> [[文件:MY-SAMA5 Linux-3.18_build_2.1.3.1.png|642px]]<br> 点击“开启此虚拟机”<br> <span style="background:#CCCCCC">click"start this virtual machine"</span><br> [[文件:MY-SAMA5 Linux-3.18_build_2.1.3.2.png]]<br> 选择“我已复制该虚拟机”<br> <span style="background:#CCCCCC">select"I have copied this virtual machine"</span><br> 4)登录虚拟机系统<br> <span style="background:#CCCCCC">login virtual machine system</span><br> 用户名:myzr<br> <span style="background:#CCCCCC">user name:myzr</span><br> 密码:myzr123<br> <span style="background:#CCCCCC">password:myzr123</span><br> == '''配置开发环境(configure development environment)''' == === 更新虚拟机系统的源列表(update source list of virtual machine system)=== $ sudo apt-get update <br> [[文件:MY-SAMA5 Linux-3.18_build_2.2.0.1.png|642px]]<br> 更新完成后如下图所示:<br> <span style="background:#CCCCCC">like what the following figures showed after update</span><br> [[文件:MY-SAMA5 Linux-3.18_build_2.2.0.2.png|642px]]<br> === 更新虚拟机系统(update virtual machine system)=== $ sudo apt-get -y dist-upgrade<br> [[文件:MY-SAMA5 Linux-3.18_build_2.2.2.1.png|642px]]<br> 上图是更新虚拟机系统后再执行更新命令的截图。<br> <span style="background:#CCCCCC">the above figures are the screenshots when update command is executed again after the update of virtual machine system</span><br> === 安装aptitude包管理工具和ia32-libs(install management tool of aptitude package and ia32-libs)=== 1)安装aptitude包管理工具<br> <span style="background:#CCCCCC">install management tool of aptitude package </span><br> $ sudo apt-get –y install aptitude <br> [[文件:MY-SAMA5 Linux-3.18_build_2.2.3.1.png|642px]]<br> 提示:上图为安装过aptitude后,再次执行安装命令的截图。<br> <span style="background:#CCCCCC">tips: the above figures are the screenshots when installation command is executed again after aptitude was installed</span><br> 2)使用aptitude安装ia32-libs<br> <span style="background:#CCCCCC">install ia32-libs with aptitude</span><br> $ sudo aptitude –y install ia32-libs <br> [[文件:MY-SAMA5 Linux-3.18_build_2.2.3.2.png|642px]]<br> 提示:上图为安装过aptitude和ia32-libs后,再次执行安装命令的截图。<br> <span style="background:#CCCCCC">tips: the above figures are the screenshots when installation command is executed again after aptitude and ia32-libs were installed</span><br> === 安装mkimage工具(install mkimage tool)=== $ sudo apt-get -y install uboot-mkimage <br> 提示:下图为安装过mkimage工具后,再次执行安装命令的截图。<br> <span style="background:#CCCCCC">tips: the following figures are the screenshots when installation command is executed again after mkimage tool was installed</span><br> [[文件:MY-SAMA5 Linux-3.18_build_2.2.4.1.png|642px]]<br> === 安装ncurses-dev(install ncurses-dev)=== make menuconfig对其具有依赖性质<br> <span style="background:#CCCCCC">make menuconfig is dependent to it in nature</span><br> $ sudo aptitude -y install ncurses-dev <br> [[文件:MY-SAMA5 Linux-3.18_build_2.2.5.1.png|642px]]<br> 提示:上图为安装过ncurses-dev工具后,再次执行安装命令的截图。<br> <span style="background:#CCCCCC">tips: the above figures are the screenshots when installation command is executed again after ncurses-dev tool was installed</span><br> == '''常用功能演示(demonstration of command functions)''' == 我们提供的虚拟机系统中已经配置好samba服务、tftp服务、nfs服务、GUI桌面等功能。具体可查看vm10-u12045-serv-amd64目录下03.* ~ 05.* 的文件。<br> <span style="background:#CCCCCC">functions such as samba service、tftp service、nfs service、GUI desktop and ect are configured in our virtual machine system,please refer to 03.* ~ 05.* in vm10-u12045-serv-amd64 direcotry for the details</span><br> === 在Windows与虚拟机系统之间复制文件(copy files between Windows and virtual machine system)=== 由于在开发过程中需要经常在Windows和虚拟机系统之间共享文件,所以这里对这种操作进行演示和说明。<br> <span style="background:#CCCCCC">since it is needed to share files between Windows and virtual machine system in the process of development,so here are demonstrations and isntructions for this kind of operations</span><br> 1)在windows下打开虚拟机系统的共享目录<br> <span style="background:#CCCCCC">open the shared content of virtual machine system in Windows</span><br> 说明:在虚拟机系统中“/home/myzr”被配置为有权限的、可通过网络访问的共享目录,访问路径为“虚拟主机名/myzr.d”或“虚拟主机IP/myzr.d”。<br> <span style="background:#CCCCCC">instruction:“/home/myzr”is configured as shared content which is authorizable and accessable by network in the virtual machine system,the access path is “name of virtual host/myzr.d”or“IP of virtual host/myzr.d”</span><br> 打开windows的“计算机或我的电脑”,在地址栏输入“\\u12045\myzr.d”(注意:windows系统下路径使用的是反斜杠)。<br> <span style="background:#CCCCCC">open "computer or my computer" in Windows,enter “\\u12045\myzr.d”in the address column(note:path is \ in Windows system)</span><br> [[文件:MY-SAMA5 Linux-3.18_build_2.3.1.1.png|642px]]<br> 2)输入虚拟机系统的用户名和密码(myzr : myzr123)<br> <span style="background:#CCCCCC"> enter user name and password of virtual machine system(myzr : myzr123)</span><br> [[文件:MY-SAMA5 Linux-3.18_build_2.3.1.2.png|642px]]<br> 3)输入正确的用户名和密码点击确定后共享目录即可访问<br> <span style="background:#CCCCCC">click shared content to visit after entering correct user name and password</span><br> 即可在Windows和虚拟机系统之间复制文件。<br> <span style="background:#CCCCCC">to copy files between Windows and virtual machine system</span><br> [[文件:MY-SAMA5 Linux-3.18_build_2.3.1.3.png|642px]]<br> </div>
返回至
MYZR虚拟机功能演示
。
导航菜单
个人工具
登录
命名空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
[-_-]
NXP平台:
MYZR-IMX6-EK200
MYZR-IMX6-EK200(EN)
MYZR-IMX6-EK314
MYZR-IMX6-EK314(EN)
MYZR-IMX6-EK336
MYZR-IMX6-EK336(EN)
MYZR-IMX6-EK140
MYZR-IMX6-EK140(EN)
MYZR-IMX6-EK140P
MYZR-IMX6-EK140P(EN)
MYZR-IMX8M-EK300
MYZR-IMX8M-EK300(EN)
MYZR-IMX8M-EVK
MYZR-IMX8Mmini-EK240
MYZR-IMX8Mmini-EK240(EN)
MYZR-IMX28-EK142
MYZR-IMX28-EK142(EN)
MYZR-LS1012A-EK200
MYZR-LS1012A-EK200(EN)
Rockchip平台:
MYZR-RK3288-EK314
MYZR-RK3288-EK314(EN)
MYZR-RK3399-EK314
MYZR-RK3399-EK314(EN)
Allwinner平台:
MYZR-R16-EK166
MYZR-R16-EK166(EN)
Microchip平台:
MYZR-SAMA5-EK200
MYZR-SAMA5-EK200(EN)
网关产品:
GW200
GW300
GW310/GW311
ST平台:
MYZR-STM32-EK152
所有页面
工具
链入页面
相关更改
特殊页面
页面信息