From 09af951ef49bbfd4c6bd66c09bb1c0ca7f0c4712 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 4 Jul 2016 20:13:17 +0200 Subject: [PATCH] shut down rpi serial getty --- tb276.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tb276.sh b/tb276.sh index 4123f44..59083da 100755 --- a/tb276.sh +++ b/tb276.sh @@ -1,6 +1,10 @@ #!/bin/sh -xe + +sudo systemctl stop serial-getty@ttyAMA0.service + #ln -sf f32c/xram_acram_emu/project.svf project.svf -ln -sf f32c/xram_bram/project.svf project.svf +#ln -sf f32c/xram_bram/project.svf project.svf +rm project.svf && scp dpavlin@10.60.0.92:/rest/cvs/f32c/f32c/rtl/proj/altera/tb276/xram_bram/project.svf . sudo openocd -f raspberrypi-native.cfg -f tb276.ocd -- 2.20.1