This branch is 203 commits behind M-Labs/zynq-rs:master
2020-09-25 15:55:08 +08:00
2020-09-09 15:01:39 +08:00
2020-09-09 21:30:56 +08:00
2020-09-09 19:36:25 +08:00
2020-09-09 20:13:13 +08:00
2020-09-25 15:55:08 +08:00
2020-09-09 20:10:05 +08:00
2020-09-09 19:36:25 +08:00
2020-09-09 20:10:05 +08:00
2020-01-16 02:13:11 +08:00
2020-09-09 14:57:03 +08:00
2020-06-04 19:57:52 +08:00

Build

nix-shell --command "cargo xbuild --release -p experiments"

Currently the ELF output is placed at target/armv7-none-eabihf/release/experiments

Debug

Running on the ZC706

nix-shell --command "cargo xbuild --release -p experiments"
cd openocd
openocd -f zc706.cfg

Running on the Cora Z7-10

nix-shell --command "cd experiments && cargo xbuild --release --no-default-features --features=target_cora_z7_10"
cd openocd
openocd -f cora-z7-10.cfg

Loading a bitstream into volatile memory

openocd -f zc706.cfg -c "pld load 0 blinker_migen.bit; exit"
Description
Bare-metal Rust on Zynq-7000
Readme 1.4 MiB
Languages
Rust 98.2%
Nix 1.1%
Linker Script 0.3%
HAProxy 0.2%
Diff 0.1%