mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
m1rc3/norruption/: next round of tests, just resetting without power-cycling
This commit is contained in:
26
m1rc3/norruption/loop4
Executable file
26
m1rc3/norruption/loop4
Executable file
@@ -0,0 +1,26 @@
|
||||
#!/bin/sh
|
||||
|
||||
reset()
|
||||
{
|
||||
jtag <<EOF
|
||||
cable milkymist
|
||||
detect
|
||||
instruction CFG_OUT 000100 BYPASS
|
||||
instruction CFG_IN 000101 BYPASS
|
||||
pld reconfigure
|
||||
EOF
|
||||
}
|
||||
n=0
|
||||
while true; do
|
||||
n=`expr $n + 1`
|
||||
echo ===== $n =====
|
||||
|
||||
reset
|
||||
sleep 2
|
||||
|
||||
make -C ../../m1/jtag-boot boot
|
||||
|
||||
sleep 8
|
||||
echo echo === $n === `date` >/dev/ttyUSB0
|
||||
sleep 2
|
||||
done
|
||||
Reference in New Issue
Block a user