Changes between Version 6 and Version 7 of Tutorials/k0SDR/Tutorial13
- Timestamp:
- Sep 9, 2015, 4:35:38 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial13
v6 v7 43 43 {{{ 44 44 XMD% source zedboard_load.tcl 45 bit file - cr_top_spec_sense_rx.bit 46 elf file - eth_fmcomms_spec_sense.elf 45 47 Programming Bitstream -- cr_top_spec_sense_rx.bit 46 Fpga Programming Progress ............10.........20.........30.........40....... ..50.........60.........70.........80.........90........Done48 Fpga Programming Progress ............10.........20.........30.........40....... ..50.........60.........70.........80.........90........Done 47 49 Successfully downloaded bit file. 48 50 … … 53 55 2 03727093 6 XC7Z020 54 56 55 0 57 56 58 JTAG chain configuration 57 59 -------------------------------------------------- … … 76 78 Connected to "arm" target. id = 64 77 79 Starting GDB server for "arm" target (id = 64) at TCP port no 1234 80 Downloading 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 94 Download Progress..10.20.30.40.50.60.70.80.90.Done 95 Setting PC with Program Start Address 0x00100000 78 96 XMD% 79 97 }}} … … 81 99 Open another terminal and run the startdhcp shell script, which configures the Ethernet interface to Zedboard, and starts DHCP server on the node. 82 100 {{{ 101 root@node1-2:~# ./startdhcp.sh 102 * Starting ISC DHCP server dhcpd [ OK ] 103 root@node1-2:~# 83 104 }}} 84 105 85 In the same terminal launch minicom to listen to the serial data sent byZedboard.106 Launch minicom to display serial data sent by the Zedboard. 86 107 {{{ 108 root@node1-2:~# minicom 109 110 Welcome to minicom 2.7 111 112 OPTIONS: I18n 113 Compiled on Jan 1 2014, 17:13:19. 114 Port /dev/ttyACM0, 12:30:47 115 116 Press CTRL-A Z for help on special keys 117 87 118 }}} 88 119 … … 91 122 At the XMD prompt, start the processor by typing "con" 92 123 {{{ 124 XMD% con 125 Processor started. Type "stop" to stop processor 126 127 RUNNING> XMD% 93 128 }}} 94 129