IS200EXTBG1A模块控制器
或显示尚未安装java的消息,重新启动您的电脑并再次尝试启动Eclipse。当Eclipse加载时,将出现一个屏幕。选中Use this as the default and don't ask again(使用此作为默认设置,不再询问)。单击“确定”继续。转到帮助->软件更新->查找并安装。。。从主菜单中选择。您将看到以下屏幕:NRC_Dev_Env_Setup_Guide_v1.0状态:已发布10单击搜索要安装的新功能,然后单击下一步>按钮。将出现一个屏幕,允许您指定要访问的更新站点。单击新建远程站点,将出现以下屏幕:在名称字段中输入CDT,输入http://update.eclipse.org/tools/cdt/releases/new在URL字段中,然后按OK按钮。一旦按下OK,图1-2中的弹出窗口将消失,留下如图1-3所示的菜单。选中CDT左侧的复选框(图1-3),然后单击Next>按钮。这将导致出现图1-4所示的菜单。NRC_Dev_Env_Setup_Guide_v1.0状态:已发布11图1-1。功能更新图1-3。新更新站点图1-2。新更新站点NRC_Dev_Env_Setup_Guide_v1.0状态:已发布12图1-3。更新站点以访问检查CDT 2.0.2版的所有可用功能(图1-4),然后单击按钮Next>。系统将提示您阅读并接受许可协议。单击“我接受许可协议中的条款”,单击“下一步”>按钮,然后单击“完成”按钮。您将收到一条警告,提示您即将安装未签名的功能。单击“安装”按钮继续安装。然后将下载并安装C/C++插件。安装完成后,将提示您重新启动工作台。单击是继续。当Eclipse环境重新启动时,它就可以使用了。2.4.步骤4–安装完成要完成安装,请创建nrcswg userid,然后重新启动电脑2.4.1。nrcswg用户创建nrcswg用户帐户是为了最小化各种配置文件中使用的路径的自定义。所有通用文件将位于为此帐户创建的nrcswg目录下。要在/home/nrcswg下创建的目录结构如下所示:NRC_Dev_Env_Setup_Guide_v1.0状态:已发布13图1-4。安装/home/nrcswg |--target |--baselinefs |--workingfs |--kernel |--tftpboot |--nfs要创建nrcswg用户,请转到“系统设置”->“用户和组”。单击添加用户按钮,然后输入以下内容:1。用户名:nrcswg 2。密码:type_Password_here 3。确认密码:type_Password_here 4。取消选中“为用户创建专用组”选项5。单击“确定”继续。下一步是将您的开发帐户(而不是nrcswg帐户)添加到用户组。突出显示您的用户帐户,然后单击“属性”按钮。选择“组”选项卡并检查用户组。单击“确定”继续。应该修改nrcswg帐户,以便您可以从用户帐户获得写权限。打开终端窗口,以root用户身份登录,然后键入:1。cd。。2.chmod 770 nrcswg您现在应该在继续之前重新启动电脑。电脑重新启动后,以开发用户身份登录,打开终端,转到nrcswg目录(cd/home/nrcswg)并输入以下命令:1。mkdir目标2。cd目标3。mkdir baselinefs workingfs内核tftpboot工具tmp2.4.2。PXELINUX引导加载器设置PXE(预引导执行环境)允许目标使用DHCP服务器提供的信息引导通过网络检索的Linux映像,然后使用tftp检索映像。PXE是Intel“Wired for Management”计划的一部分。Wired for Management(WfM)计划支持仪器、将网络用作引导设备、远程唤醒和电源管理等功能。
or message indicating that java has not been installed, reboot your PC and try starting Eclipse again. When Eclipse loads, a screen will appear. Check Use this as the default and do not ask again. Click OK to continue. Go to Help -> Software Updates -> Find and Install... from the main menu. You will be presented with following screen: NRC_Dev_Env_Setup_Guide_v1.0 Status: Released 10 Click on the Search for new features to install and then click on Next> button. A screen will appear that allows you to specify the update sites to visit. Click on New Remote Site and the following screen will appear: Enter CDT in the Name field, enter http://update.eclipse.org/tools/cdt/releases/new in the URL field and press the OK button. Once you press OK, the pop-up in Figure 1-2 will disappear, leaving you with the menu shown in Figure 1-3. Check the box on the left side of the CDT (Figure 1-3) and then click on the Next> button. This will cause the menu shown in Figure 1-4 to appear. NRC_Dev_Env_Setup_Guide_v1.0 Status: Released 11 Figure 1-1. Feature Updates Figure 1-3. New Update Site Figure 1-2. New Update Site NRC_Dev_Env_Setup_Guide_v1.0 Status: Released 12 Figure 1-3. Update sites to visit Check all available features (Figure 1-4) for CDT version 2.0.2 and click the button Next>. You will be prompted to read and accept license agreement. Click on I accept the terms in the license agreements, click on the Next> button and then click on the Finish button. You will get a warning that you are about to install an unsigned feature. Click on the Install button to continue with the installation. The C/C++ plug-in will then be downloaded and installed. Once the installation is complete, you will be prompted to restart the workbench. Click Yes to continue. When the Eclipse environment restarts, it is ready for use. 2.4. Step 4 – Setup Completion To complete the setup, create the nrcswg userid and then reboot the PC. 2.4.1. The nrcswg user A nrcswg user account is created to minimize the customization of paths used in various configuration files. All common files will be located under the nrcswg directory created for this account. The directory structure to be created under /home/nrcswg is shown below: NRC_Dev_Env_Setup_Guide_v1.0 Status: Released 13 Figure 1-4. Install /home/nrcswg |--target |-- baselinefs |-- workingfs |-- kernel |-- tftpboot |-- nfs To create the nrcswg user, go to System Settings -> Users and Groups. Click on the Add User button, and enter following: 1. User Name: nrcswg 2. Password: type_password_here 3. Confirm Password: type_password_here 4. Uncheck the Create a private group for the user option 5. Click OK to continue The next step is to add your the development account (not the nrcswg account) to the users group. Highlight your user account, and than click the Properties button. Choose the Groups tab and check the users group. Click OK to continue. The nrcswg account should be modified in order for you to have write access from your user account. Open a terminal window, login as root, and type: 1. cd .. 2. chmod 770 nrcswg You should now reboot your PC before continuing. After the PC reboots, login as the development user, open a terminal, change to the nrcswg directory (cd /home/nrcswg) and enter the following commands: 1. mkdir target 2. cd target 3. mkdir baselinefs workingfs kernel tftpboot tools tmp 2.4.2. PXELINUX Boot Loader Set-up PXE (Preboot eXecution Environment) allows the target to boot a Linux image retrieved over a network using information supplied by a DHCP server and then using tftp to retrieve the image. PXE is part of an Intel initiative called Wired for Management. The Wired for Management (WfM) initiative enables such features as instrumentation, use of the network as a boot device, remote wake-up, and power management.