Frederik Menke
1bc575d06c
We must wait for Marlin to boot before sending any commands. Otherwise it doesn't reply anymore.
7 lines
250 B
Makefile
7 lines
250 B
Makefile
build:
|
|
cargo build --target=armv7-unknown-linux-gnueabihf
|
|
|
|
rrun:
|
|
#scp -r ./src olimex@muele.local:red/
|
|
rsync -rvu --filter=':- .gitignore' ../red olimex@muele.local:
|
|
ssh olimex@muele.local "cd red; /home/olimex/.cargo/bin/cargo run;"
|