You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wasm3/platforms/embedded/fomu/.env

18 lines
237 B
Bash

fomu-reset () {
wishbone-tool 0xe0006000 0xac
}
fomu-reload () {
fomu-reset
dfu-util -e
}
fomu-load-dbg () {
dfu-util -e
wishbone-tool -s gdb
}
fomu-gdb () {
riscv64-unknown-elf-gdb $1 -ex 'target remote localhost:1234'
}