Changes between Version 1 and Version 2 of ppc_prog_overview/alt_OS


Ignore:
Timestamp:
Aug 3, 2006, 2:02:33 PM (18 years ago)
Author:
sgupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ppc_prog_overview/alt_OS

    v1 v2  
    22
    33There are many operating systems readily available for embedding on PowerPC that are supported by XPS. The general method for implementing custom operating systems in XPS is to build a '''Base Support Package''' (BSP). The Xilinx website provides a detailed list of Operating System Vendors it has partnered with (see the references section of this document), who provide ready-to-go BSPs. A BSP is essentially an EDK-compliant kernel, which lies in a special directory structure. EDK 8 comes pre-packaged with the standalone and xilkernel Operating Systems ready to go, which is highly convenient.[[BR]][[BR]]
    4 Because WARP has been created with open development and open access in mind, there are very few operating systems available that fit this requirement. Almost all of the Operating Systems vendors that have partnered with Xilinx, require either the purchasing of special software (as is the case with VxWorks and MontaVista Linux) or have an expensive license. The two free non-Xilinx operating systems available are as follows:
     4Because WARP has been created with open development and open access in mind, there are very few operating systems available that fit this requirement. Almost all of the Operating Systems vendors that have partnered with Xilinx, require either the purchasing of special software (as is the case with !VxWorks and !MontaVista Linux) or have an expensive license. The two free non-Xilinx operating systems available are as follows:
    55
    66 1. '''Linux/uClinux''' – Despite having plentiful amounts of open support (especially for networking applications), the OS requires a Linux host to conveniently download and build the kernel. The operating system has a large memory footprint that WARP may not support (at least for now), and is not a RTOS. There is some documentation available, however, in the reference section of this paper that details how to get Linux to run a Virtex-II Pro with embedded an embedded PowerPC 405 processor.