VxWorks 和虚拟盒子

VxWorks and Virtual Box

我正在设置一个带有 virtualbox 的虚拟机,vxworks 7 作为来宾。

我按照 windriver 文档中的指南进行操作,但我认为缺少某些内容。因此,我能够成功创建虚拟机,但我需要使用 tftp.

加载引导文件 vxWorks,(在多阶段引导应用程序中创建)

到目前为止一切顺利,但我不知道是否应该使用 tftp 加载引导映像。问题是我没有 ssh 访问权限,因此我无法调试任何应用程序。

我已尝试使用 vsb.vxconfig 文件中启用的所有 SSH 功能进行重建(IPNET_SSHOPENSSLSEC_CRYPTOUSER_MANAGEMENT 等) ssh 仍然不走运。有什么提示吗?

PXE TFTP 是一种原始协议,与 SSH2 完全无关。

documentation

6.3.2. PXE booting with NAT

PXE booting is now supported in NAT mode. The NAT DHCP server provides a boot file name of the form vmname.pxe if the directory TFTP exists in the directory where the user's VirtualBox.xml file is kept. It is the responsibility of the user to provide vmname.pxe.

%appdata%\.VirtualBox~/.VirtualBox 中创建一个名为 TFTP 的目录,然后将 .pxe 文件放入其中...然后在从 PXE 启动时加载该文件。该 TFTP 服务器的默认 IP 为 10.0.2.4.