Changes between Version 6 and Version 7 of OFDMReferenceDesign/SDK


Ignore:
Timestamp:
May 3, 2012, 4:10:30 PM (12 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OFDMReferenceDesign/SDK

    v6 v7  
    7676
    7777
    78 '''Running the design'''[[BR]]
    79 ''brief instructions, to be elaborated soon''[[BR]]
     78'''Running the design''' ''Brief instructions, to be elaborated soon''[[BR]]
    8079Program the FPGA:
    8180 * Connect the JTAG cable
     
    9190 * Software should now be running (FPGA Board hex displays on, Radio Board Rx LEDs on, PLL unlocked LEDs off)
    9291 * Connect serial cable (57600bps) to monitor STDOUT
     92
     93'''Iterating on software''' ''Brief instructions, to be elaborated soon''[[BR]]
     94FPGA only needs to be configured once; software iterations only require re-running the code[[BR]]
     95 * Make desired changes to source code
     96 * Verify compilation succeeds (watch for {{{'elfcheck passed'}}})
     97 * Click on the desired project, Run->Run; if prompted "Target processor is currently in use", click Yes.
     98
     99'''Debugging software''' ''Brief instructions, to be elaborated soon''[[BR]]
     100 * Same preparation as running software
     101 * Choose Run->Debug (instead of Run->Run) to enter debug mode