File tree Expand file tree Collapse file tree 5 files changed +1717
-3
lines changed
Expand file tree Collapse file tree 5 files changed +1717
-3
lines changed Original file line number Diff line number Diff line change 33 /* Zedboard: 512 MB DDR3. Only use 63 MB for now, should be plenty for a bare-metal app.
44 Leave 1 MB of memory which will be configured as uncached device memory by the MMU. This is
55 recommended for something like DMA descriptors. */
6- /* CODE(rx) : ORIGIN = 0x00100000, LENGTH = 63M*/
7- CODE (rx) : ORIGIN = 0x00000000 , LENGTH = 192K
6+ CODE (rx) : ORIGIN = 0x00100000 , LENGTH = 63M
7+ /* CODE(rx) : ORIGIN = 0x00000000, LENGTH = 192K*/
88 UNCACHED (rx) : ORIGIN = 0x4000000 , LENGTH = 1M
99}
1010
Original file line number Diff line number Diff line change @@ -56,4 +56,5 @@ run binary:
5656 python3 {{ justfile_directory ()}} / scripts/ zynq7000-init.py
5757
5858 # Run the GDB debugger in GUI mode.
59- gdb-multiarch -q -x {{ justfile_directory ()}} / zynq/ gdb.gdb {{ binary}} -tui
59+ # gdb-multiarch -q -x {{justfile_directory()}}/zynq/gdb.gdb {{binary}} -tui
60+ probe-rs run --chip X7Z --protocol jtag --skip-reset {{ binary}}
You can’t perform that action at this time.
0 commit comments