[Cryptech-Commits] [sw/libhal] 01/01: Debian Jessie hangs with bs=128, Kosagi forum tells us that the magic solution is to change to bs=32.

git at cryptech.is git at cryptech.is
Fri Jul 17 13:34:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository sw/libhal.

commit 53bff0b94832da75e37bea3e94e051f24fdec560
Author: Rob Austein <sra at hactrn.net>
Date:   Fri Jul 17 15:28:18 2015 +0200

    Debian Jessie hangs with bs=128, Kosagi forum tells us that the magic
    solution is to change to bs=32.
---
 utils/load_novena_fpga | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/load_novena_fpga b/utils/load_novena_fpga
index 512d1c5..eae938e 100755
--- a/utils/load_novena_fpga
+++ b/utils/load_novena_fpga
@@ -18,7 +18,7 @@ echo 0 > /sys/class/gpio/gpio135/value
 echo 1 > /sys/class/gpio/gpio135/value
 
 echo "Configuring FPGA from $1"
-dd if="$1" of=/dev/spidev2.0 bs=128
+dd if="$1" of=/dev/spidev2.0 bs=32
 
 echo "Turning on clock to FPGA"
 eim_peek_poke --write 0x020c8160 0x00000d2b



More information about the Commits mailing list