Changes between Version 5 and Version 6 of Tutorials/k0SDR/Tutorial13
- Timestamp:
- Sep 9, 2015, 4:23:18 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial13
v5 v6 40 40 }}} 41 41 42 Program the FPGA with cr_top_spec_sense_rx.bit 42 To program the Zedboard, use the script zedboard_load.tcl 43 43 {{{ 44 XMD% fpga -f cr_top_spec_sense_rx.bit44 XMD% source zedboard_load.tcl 45 45 Programming Bitstream -- cr_top_spec_sense_rx.bit 46 46 Fpga Programming Progress ............10.........20.........30.........40.........50.........60.........70.........80.........90........Done … … 54 54 55 55 0 56 XMD%57 }}}58 59 Connect XMD to the ARM processor60 {{{61 XMD% connect arm hw62 63 56 JTAG chain configuration 64 57 -------------------------------------------------- … … 86 79 }}} 87 80 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. 81 Open another terminal and run the startdhcp shell script, which configures the Ethernet interface to Zedboard, and starts DHCP server on the node. 101 82 {{{ 102 83 }}}