|
1 week ago | |
---|---|---|
.cargo | 4 months ago | |
experiments | 1 week ago | |
libasync | 2 months ago | |
libboard_zynq | 2 months ago | |
libconfig | 2 months ago | |
libcoreio | 4 months ago | |
libcortex_a9 | 1 week ago | |
libregister | 2 months ago | |
libsupport_zynq | 1 week ago | |
nix | 1 week ago | |
openocd | 2 months ago | |
szl | 1 week ago | |
.gitignore | 1 year ago | |
Cargo.lock | 1 week ago | |
Cargo.toml | 4 months ago | |
README.md | 2 months ago | |
armv7-none-eabihf.json | 1 year ago | |
default.nix | 1 week ago | |
remote_run.sh | 2 months ago | |
shell.nix | 1 week ago | |
xbuild_writable_lockfile.diff | 3 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"