Changes between Version 4 and Version 5 of Exercises/13_4/IntroToSDK/w2


Ignore:
Timestamp:
Dec 5, 2012, 12:01:53 PM (11 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Exercises/13_4/IntroToSDK/w2

    v4 v5  
    27271. Three projects have now been populated in the "Projects" area of the import window. Make sure all of these are checked. Do not check "Copy projects into workspace" because these projects are already in the SDK_workspace folder. Click "Finish."
    28281. The three projects now appear in the "Project Explorer" on the left of the screen:
    29  * The "*_hw_platform" contains all of the necessary hardware-specific information for the project. This includes any custom FPGA cores that the project may have. This comes from the Xilinx Platform Studio (XPS) tool. Instructions for using this tool to generate hardware platform information for the SDK is available in the [wiki:Exercises/13_4/IntroToXPS/v2]
     29 * The "*_hw_platform" contains all of the necessary hardware-specific information for the project. This includes any custom FPGA cores that the project may have. This comes from the Xilinx Platform Studio (XPS) tool. Instructions for using this tool to generate hardware platform information for the SDK is available in the [wiki:Exercises/13_4/IntroToXPS/v2 Introduction to XPS (v2)] exercise.
    3030 * The "*_bsp" is a "Board Support Package" and it contains the software drivers for the peripherals contained in the hardware platform.
    3131 * The "*_example" project is the top-level software project that you will modify to add a print of "Hello World" to the UART.