Changes between Version 14 and Version 15 of OFDMReferenceDesign/SDK


Ignore:
Timestamp:
Aug 22, 2012, 10:46:03 AM (12 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OFDMReferenceDesign/SDK

    v14 v15  
    131131
    132132 Here, {{{'old_project_name'}}} will be the name of the hardware project that you imported from-- not necessarily the name of the hardware project in your current workspace. This name is populated in the properties for your software project under C/C++ Build->Settings->Tool Settings Tab->Xilinx ELF Check->Options->Hardware Specifications. You can manually update that string, or you can simply right click on your software project and {{{'Change Referenced BSP'}}} then simply hit {{{'OK'}}}. That's enough for the SDK to reach into the BSP and update that field with the proper string.
     133
     134----
     135
     136== Creating the OFDM SDK Projects ==
     137
     138The process for creating the SDK projects discussed above is involved. We wrote it up here: [wiki:OFDMReferenceDesign/SDK/SDK_Project_Creation SDK_Project_Creation]. These notes are mostly for our future reference in creating new ref designs, but they will be useful if you want to create a custom project with a similar structure (i.e. a workspace with multiple software projects all referencing a common src folder).