Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

mjones

About

Username
mjones
Joined
Visits
818
Last Active
Roles
Member, Administrator, Moderator
Points
25
Badges
0

Comments

  • Hi @sanguine8082 It appears that he wiki instructions were still referring to installing the old loader which is not compatible with the LOGI Pi 2.  I have updated the wiki to correctly make and install the V2 loader: git clone https://github…
  • HI @nickw Thanks for pointing that out.  I will add this to the accepted answer.  I hope it's smooth sailing from here!   I have also updated the wiki page with more detailed instructions for Pi-2: http://valentfx.com/wiki/index.php?title=LOG…
  • Hi Amanda, The LOGI module is shipped with the Omnivision OV7670 camera sensor and the datasheet can be found here:  http://www.voti.nl/docs/OV7670.pdf  or you can get the latest drectly from omnivision after filling out their form: http://www.ovt…
  • Thanks for you insights John.  Nice work on your own JTAG loader!  How fast were you able to get it to run?  Were you using the FTDI->JTAG interface using the FTDI MPSSE? I believe the papilio loader is a wrapper that is upon the xc3sprog loade…
  • Hi @peepo Very good question.  I have the Xilinx USB II cable, Digilent HS2.   I have found that the HS2 is actually more reliable than the Xilinx USB II for general programming of FPGA and flash.  I don't use chipscope or EDK, but HS2 is supp…
  • Great to hear!  
  • Hi @caro Sounds fun!  You will want to have a look at the logi wishbone example in the repository to get a feel for how you might want to build the co-processing applicaiton.  You can tie the accellerator to the wishbone bus which can then be eas…
  • Hi @morrisford The instructions in the Pong Chu book for simulations work when using xilinx ISE.  Pong has a really good overview of the basic constructs used in the simulation, which vary slightly between verilog and vhdl.   Pong Chu Chapter…
  • Ahhh, yes the done pin could be an issue.  The schematic on your referenced link is unreadable for what Pin 22 is doing on the LCD.  Do you know what pin 22 functions as on the LCD? What happens if you disconnect the pin 22 pin from your wire conn…
  • Dang.  Well it appears that it is not the FPGA pins that are the problem - other than possibly the PRGB pin.  It could also be a pull-up/down on the board that is the problem which would be seen in the following "DC" test.   Next step you would ne…
  • Do not short pin1/2 of the JTAG header (J5) this shorts 3.3V to gnd.   Short Pins 1/2 of P6 as shown in the image.  What happens with the LCD when you do this?
  • It is hard to say what the current problem is.   It might be possible to run things but it will take careful inspections of pins states on the FPGA and the TFT display.  Even if the pins are not being used on the TFT there may still be conflict wi…
  • Awesome!  Hope they treat you well!  Keep us posted on your progress.  
    in LOGI-PI-2 Comment by mjones May 2015
  • @jpiat which CS pin are you using to communicate with the FPGA?   @peepo How will you use the FPGA if you cannot comunicate between the FPGA and the Rpi? The biggest killer here would be the shared use of the PRGB pin.  It is the reset for the…
  • HI @caro It appears that the cblas library should be able to build using gcc.  They have a makfile in the download package they list here: http://www.netlib.org/blas/#_cblas  You should be able to simply run the make file after transferring to…
  • Yes, the chip did successfully program - then tries to configure itself, but fails of mode pin is not set correctly. The manual probably needs to be updated.  I think the older version boards mode pins were defaul slave config.  We have changed to…
  • Hi @Randyrtx  I am not sure why it would give this error.  I just tested on my side with no problems using a digilent HS2 cable.   Have you changed the MODE solder jumper on the bottom of the board?  It should not be soldered for self config. …
  • Hi @SquareOne  We are making progress on the board with a newer version that will support daisy chained modules.  We are not sure how we are going to release the cameras at this point along with some other new product.  I can give you design files i…
  • The previous linked image was actually for the V1 boards.  I have updated it to the new image which supports the V2 board.  http://valentfx.com/doc/logi-image/logibone/logibone_150429_ubuntu-14.04-console-armhf-2014-08-13.img.zip Note that I ju…
  • Keeps us posted on your experience - hope the new changes come in handy. Keep us posted if we miss any of the needed documentation.   Cheers!
  • Hi Matt, Sorry for the confusion.  And yes it is confusing!  The R1.5.1 and V2 are the same.  We were not aware E14 was going to call them V2 and the PCBs were already designed.  I am making changes to documentation that will align with the E14 in…
  • Hi There, I don't have any information regarding specific regions and the relative pricing per region.  I know that some regions require higher costs due to the regional duties and taxes, but I do not know if Taiwan has these.  You will need to co…
    in LOGI-PI-2 Comment by mjones May 2015
  • Looks good peepo! We have some older mechanical designs which we put in teh mechanical logi repo - most of which are outdated now: https://github.com/fpga-logi/logi-mechanical the current LOGI-Pi design fits all of the Rpi variants and thus …
    in LogiPi Case Comment by mjones May 2015
  • As an update.  We just met with E14.  The planned "re-launch" date is May19th.  E14 plans to have boards ready for shipment no later than this date.  We will plan on having all docs/images/drivers fully updated by this time as well.   Hope this he…
    in LOGI-PI-2 Comment by mjones May 2015
  • Hi @edtyler  Glad to hear that the price has been corrected.  We shpped last week a large number of "v2" boards.  I just checked the tracking and they were received last night at the distribution center and will be sent to the local distributions ce…
    in LOGI-PI-2 Comment by mjones May 2015
  • Thanks for sharing peepo.  Indeed synthesizing code into hardware has many more pitfalls and requires more attentions to the coding/synthesis process that that of software (generally speaking).   A good podcast I just finished listening to from em…
  • @peepo Thanks for the update!  
    in LOGI-PI-2 Comment by mjones April 2015
  • Jonathan has created new images with updated loader for the "V2" LOGI boards.  The images are backwards compatible with the V1 boards as well.  We will be updating the links in the wiki as well.   PS Seeed studio has stated that they shipped the f…
    in LOGI-PI-2 Comment by mjones April 2015
  • Hi @peepo Sorry I overlooked that the project was spartan3 specific. The example he was using utilizes all of the spartan3 primitives and thus cannot be built on the spartan 6.    There is a spartan6 version of the picoblaze/uart example proje…
  • Here is the uart project that was linked on the gadget factory blog post:http://forum.gadgetfactory.net/index.php?/topic/2128-xilinx-vhdl-uart-example/#entry14616 Did you go through his linked youtube vidoes?  Based upon the titles Jack walks y…