共7条
1/1 1 跳转至页
请问如何用usb启动vxworks(目标机pcpenium)?

应该是不行的。在sysLib.c中有如下的语句:
#ifdef INCLUDE_USB
/*
* Since the Pentium BSPs do not rely on pciAutoCfg, sysUsbOhciInit
* must be called to update the MMU mapping for the ohci device.
* Please Note: INCLUDE_USB is not supported for boot_rom images.
*/
sysUsbOhciPciInit ();
#endif /* INCLUDE_USB */
/*
* Since the Pentium BSPs do not rely on pciAutoCfg, sysUsbOhciInit
* must be called to update the MMU mapping for the ohci device.
* Please Note: INCLUDE_USB is not supported for boot_rom images.
*/
sysUsbOhciPciInit ();
#endif /* INCLUDE_USB */
共7条
1/1 1 跳转至页