I found that with some bitfiles:
LogiPi caused Raspberry Pi to reboot when commanded to shutdown via ssh.
is this a bug?
I did not yet isolate which pin(s) had this effect, SPI pins not tested, so at least one of remainder.
no wires or other devices are attached:
~:"
#NET "SYS_SDA" LOC = "P98" | IOSTANDARD = LVTTL; #Shared with Arduino SDA
#NET "SYS_SCL" LOC = "P97" | IOSTANDARD = LVTTL; #Shared with Arduino SCL
#NET "SYS_TX" LOC= "P83" | IOSTANDARD = LVTTL; #Pi output FPGA input #Shared with Arduino TX
#NET "SYS_RX" LOC= "P82" | IOSTANDARD = LVTTL; #Pi input FPGA output #Shared with Arduino RX
#NET "RP_GPIO_GCLK" LOC = "P95" | IOSTANDARD = LVTTL;
#NET "RP_GPIO_GEN2" LOC = "P81" | IOSTANDARD = LVTTL;
#NET "RP_GPIO_GEN3" LOC = "P80" | IOSTANDARD = LVTTL;
Comments
its a variation on: http://www.pyroelectro.com/tutorials/fpga_vga_resistor_dac/software.html
probably not enough to go on?
I'll have a go at a reduced testcase and post,
but clues as to which pin might be the cause?
i'll forward link to RPi:
http://www.raspberrypi.org/forums/viewtopic.php?f=44&t=104178
tx!
~:"
is this a bug?"
logi-pi has bitfile loaded, which is sending data across RPi GPIO pins,
I would not expect this to effect shutdown, but it does.
have reported to RPi lists:
http://www.raspberrypi.org/forums/viewtopic.php?f=44&t=104178
rpdom suggests SDA pin may be responsible on older models.