Changes between Version 5 and Version 6 of Tutorials/k0SDR/Tutorial13


Ignore:
Timestamp:
Sep 9, 2015, 4:23:18 PM (9 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial13

    v5 v6  
    4040}}}
    4141
    42 Program the FPGA with cr_top_spec_sense_rx.bit
     42To program the Zedboard, use the script zedboard_load.tcl
    4343{{{
    44 XMD% fpga -f cr_top_spec_sense_rx.bit
     44XMD% source zedboard_load.tcl
    4545Programming Bitstream -- cr_top_spec_sense_rx.bit
    4646Fpga Programming Progress ............10.........20.........30.........40.........50.........60.........70.........80.........90........Done
     
    5454
    55550
    56 XMD%
    57 }}}
    58 
    59 Connect XMD to the ARM processor
    60 {{{
    61 XMD% connect arm hw
    62 
    6356JTAG chain configuration
    6457--------------------------------------------------
     
    8679}}}
    8780
    88 Source ps7_init_tx_rx.tcl. This file contains initialization procedures for the ARM processor and programmable logic. Run ps7_init and ps7_post_config
    89 {{{
    90 XMD% source ps7_init_tx_rx.tcl
    91 XMD% ps7_init
    92 XMD% ps7_post_config
    93 XMD%
    94 }}}
    95 
    96 Download ELF file to be run on the ARM core.
    97 {{{
    98 }}}
    99 
    100 Open another terminal and run the startup shell script, which configures the Ethernet interface that connects to Zedboard, and starts DHCP server on the node.
     81Open another terminal and run the startdhcp shell script, which configures the Ethernet interface to Zedboard, and starts DHCP server on the node.
    10182{{{
    10283}}}