Skip to content

Commit

Permalink
test_marble_family/first_readout.sh: fix usability bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ldoolitt committed Jul 18, 2024
1 parent cea64ff commit 60f9515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/test_marble_family/first_readout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo "Reading kintex 7 DNA for $IP"
python3 -m leep.cli leep://$IP:803 reg dna_high dna_low
echo "Connect Digilent 8 LED board to PMOD J12 and check if all them blink at different rate"
python3 -m leep.cli leep://$IP:803 reg led_user_mode=2
tt=$(mktemp quick_XXXXXX)
tt=$(mktemp /tmp/quick_XXXXXX)
python3 -m spi_test --ip $IP --udp 804 --otp --pages=1 --dump $tt
hexdump $tt | head -n 2
rm $tt

0 comments on commit 60f9515

Please sign in to comment.