|
3 weeks ago | |
---|---|---|
.cargo | 5 months ago | |
experiments | 1 month ago | |
libasync | 3 weeks ago | |
libboard_zynq | 3 weeks ago | |
libconfig | 3 months ago | |
libcoreio | 5 months ago | |
libcortex_a9 | 1 month ago | |
libregister | 3 months ago | |
libsupport_zynq | 1 month ago | |
nix | 3 weeks ago | |
openocd | 3 months ago | |
szl | 1 month ago | |
.gitignore | 1 year ago | |
Cargo.lock | 3 weeks ago | |
Cargo.toml | 5 months ago | |
README.md | 3 months ago | |
armv7-none-eabihf.json | 1 year ago | |
default.nix | 3 weeks ago | |
remote_run.sh | 3 months ago | |
shell.nix | 1 month ago | |
xbuild_writable_lockfile.diff | 4 months ago |
Supported features:
Supported boards:
nix-shell --command "cargo xbuild --release -p experiments"
Currently the ELF output is placed at target/armv7-none-eabihf/release/experiments
nix-shell --command "cargo xbuild --release -p experiments"
cd openocd
openocd -f zc706.cfg
nix-shell --command "cd experiments && cargo xbuild --release --no-default-features --features=target_coraz7"
cd openocd
openocd -f cora-z7-10.cfg
openocd -f zc706.cfg -c "pld load 0 blinker_migen.bit; exit"