forked from M-Labs/zynq-rs
document bitstream loading in readme and remove from zc706.cfg
This commit is contained in:
parent
63378f880c
commit
957228f134
|
@ -52,6 +52,12 @@ cd openocd
|
|||
openocd -f cora-z7-10.cfg
|
||||
```
|
||||
|
||||
### Loading a bitstream into volatile memory
|
||||
|
||||
```shell
|
||||
openocd -f zc706.cfg -c "pld load 0 blinker_migen.bit; exit"
|
||||
```
|
||||
|
||||
### Development Process
|
||||
|
||||
Clone this repo onto your development/build machine and the raspberry pi that controls the Xilinx 7000 board
|
||||
|
@ -89,5 +95,3 @@ c
|
|||
```
|
||||
Sometimes you might need to type `load` after `dr`.
|
||||
|
||||
Note, to exit `picocom` hit `ctrl-a x`
|
||||
|
||||
|
|
|
@ -41,7 +41,3 @@ targets $_TARGETNAME_1
|
|||
arm mcr 15 0 1 0 0 [expr [arm mrc 15 0 1 0 0] & ~0xd]
|
||||
targets $_TARGETNAME_0
|
||||
arm mcr 15 0 1 0 0 [expr [arm mrc 15 0 1 0 0] & ~0xd]
|
||||
|
||||
# uncomment the below to load up a bitstream onto the fpga
|
||||
#pld load 0 blinker_migen.bit
|
||||
#exit
|
||||
|
|
Loading…
Reference in New Issue