fpga-logi / logi-tools

Software tools (video stream and other), should not be platform (spi, logibone, etc) specific
20 stars 22 forks source link

inconsistent responses. #3

Open peepo opened 9 years ago

peepo commented 9 years ago

first time loaded fine, I do nothing, just load again.

pi@RPi2-SPIdisplay ~ $ sudo logi_loader_2 logipi_top.bit Compiled for LOGI-PI Board variant is LOGIPI_R1.5 bit file size : 341548 bitstream loaded, check done led pi@RPi2-SPIdisplay ~ $ sudo logi_loader_2 logipi_top.bit Compiled for LOGI-PI Cannot detect LOGI-PI with I2C_LOADER, switching to old bit-bang loader Board variant is LOGIPI_R1.0 bit file size : 341548 FPGA did not answer to prog request, init pin not going high bitstream loaded, check done led

using RPi2 with LPi2

fpga-logi-fam commented 9 years ago

Do you have to reboot to get it to work again ? From the loader output, it seems that the design you loaded in the FPGA does not initialize the i2c pins as 'Z' causing the i2c bus to be messed up. Le 14 août 2015 12:13, "Jonathan Chetwynd" notifications@github.com a écrit :

first time loaded fine, I do nothing, just load again.

pi@RPi2-SPIdisplay ~ $ sudo logi_loader_2 logipi_top.bit Compiled for LOGI-PI Board variant is LOGIPI_R1.5 bit file size : 341548 bitstream loaded, check done led pi@RPi2-SPIdisplay ~ $ sudo logi_loader_2 logipi_top.bit Compiled for LOGI-PI Cannot detect LOGI-PI with I2C_LOADER, switching to old bit-bang loader Board variant is LOGIPI_R1.0 bit file size : 341548 FPGA did not answer to prog request, init pin not going high bitstream loaded, check done led

using RPi2 with LPi2

— Reply to this email directly or view it on GitHub https://github.com/fpga-logi/logi-tools/issues/3.

peepo commented 9 years ago

I have not yet got a good handle on the inconsistencies, cf camera. from my position of ignorance, it would seem to be helpful if code was commented. loader is a critical piece of work. when testing one can waste a lot of time. I'll try to add some further examples as I find them.