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


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

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial13

    v6 v7  
    4343{{{
    4444XMD% source zedboard_load.tcl
     45bit file - cr_top_spec_sense_rx.bit
     46elf file - eth_fmcomms_spec_sense.elf
    4547Programming Bitstream -- cr_top_spec_sense_rx.bit
    46 Fpga Programming Progress ............10.........20.........30.........40.........50.........60.........70.........80.........90........Done
     48Fpga Programming Progress ............10.........20.........30.........40.......                                                                                                                                                             ..50.........60.........70.........80.........90........Done
    4749Successfully downloaded bit file.
    4850
     
    5355 2       03727093           6        XC7Z020
    5456
    55 0
     57
    5658JTAG chain configuration
    5759--------------------------------------------------
     
    7678Connected to "arm" target. id = 64
    7779Starting GDB server for "arm" target (id = 64) at TCP port no 1234
     80Downloading Program -- eth_fmcomms_spec_sense.elf
     81        section, .text: 0x00100000-0x0011faa7
     82        section, .init: 0x0011faa8-0x0011fabf
     83        section, .fini: 0x0011fac0-0x0011fad7
     84        section, .rodata: 0x0011fad8-0x00120df7
     85        section, .data: 0x00120df8-0x00121c37
     86        section, .eh_frame: 0x00121c38-0x00121c3b
     87        section, .mmu_tbl: 0x00124000-0x00127fff
     88        section, .ARM.exidx: 0x00128000-0x00128007
     89        section, .init_array: 0x00128008-0x0012800f
     90        section, .fini_array: 0x00128010-0x00128013
     91        section, .bss: 0x00128018-0x0012879b
     92        section, .heap: 0x0012879c-0x0012a79f
     93        section, .stack: 0x0012a7a0-0x0012fb9f
     94Download Progress..10.20.30.40.50.60.70.80.90.Done
     95Setting PC with Program Start Address 0x00100000
    7896XMD%
    7997}}}
     
    8199Open another terminal and run the startdhcp shell script, which configures the Ethernet interface to Zedboard, and starts DHCP server on the node.
    82100{{{
     101root@node1-2:~# ./startdhcp.sh
     102 * Starting ISC DHCP server dhcpd                                        [ OK ]
     103root@node1-2:~#
    83104}}}
    84105
    85 In the same terminal launch minicom to listen to the serial data sent by Zedboard.
     106Launch minicom to display serial data sent by the Zedboard.
    86107{{{
     108root@node1-2:~# minicom
     109
     110Welcome to minicom 2.7
     111
     112OPTIONS: I18n
     113Compiled on Jan  1 2014, 17:13:19.
     114Port /dev/ttyACM0, 12:30:47
     115
     116Press CTRL-A Z for help on special keys
     117
    87118}}}
    88119
     
    91122At the XMD prompt, start the processor by typing "con"
    92123{{{
     124XMD% con
     125Processor started. Type "stop" to stop processor
     126
     127RUNNING> XMD%
    93128}}}
    94129