Changes between Version 3 and Version 4 of Tutorials/k0SDR/Tutorial13


Ignore:
Timestamp:
Sep 8, 2015, 7:00:07 PM (9 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial13

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