| 42 | Program the FPGA with cr_top_spec_sense_rx.bit |
| 43 | {{{ |
| 44 | XMD% fpga -f cr_top_spec_sense_rx.bit |
| 45 | Programming Bitstream -- cr_top_spec_sense_rx.bit |
| 46 | Fpga Programming Progress ............10.........20.........30.........40.........50.........60.........70.........80.........90........Done |
| 47 | Successfully downloaded bit file. |
| 48 | |
| 49 | JTAG chain configuration |
| 50 | -------------------------------------------------- |
| 51 | Device ID Code IR Length Part Name |
| 52 | 1 4ba00477 4 Cortex-A9 |
| 53 | 2 03727093 6 XC7Z020 |
| 54 | |
| 55 | 0 |
| 56 | XMD% |
| 57 | }}} |
| 58 | |
| 59 | Connect XMD to the ARM processor |
| 60 | {{{ |
| 61 | XMD% connect arm hw |
| 62 | |
| 63 | JTAG chain configuration |
| 64 | -------------------------------------------------- |
| 65 | Device ID Code IR Length Part Name |
| 66 | 1 4ba00477 4 Cortex-A9 |
| 67 | 2 03727093 6 XC7Z020 |
| 68 | |
| 69 | -------------------------------------------------- |
| 70 | Enabling extended memory access checks for Zynq. |
| 71 | Writes to reserved memory are not permitted and reads return 0. |
| 72 | To disable this feature, run "debugconfig -memory_access_check disable". |
| 73 | |
| 74 | -------------------------------------------------- |
| 75 | |
| 76 | CortexA9 Processor Configuration |
| 77 | ------------------------------------- |
| 78 | Version.............................0x00000003 |
| 79 | User ID.............................0x00000000 |
| 80 | No of PC Breakpoints................6 |
| 81 | No of Addr/Data Watchpoints.........4 |
| 82 | |
| 83 | Connected to "arm" target. id = 64 |
| 84 | Starting GDB server for "arm" target (id = 64) at TCP port no 1234 |
| 85 | XMD% |
| 86 | }}} |
| 87 | |
| 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% |