*** tpb <[email protected]> has joined #f4pga | 00:00 | |
*** jacobk <[email protected]> has joined #f4pga | 01:09 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has joined #f4pga | 01:52 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has quit IRC (Remote host closed the connection) | 02:04 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has joined #f4pga | 02:05 | |
*** chexum <chexum!~quassel@gateway/tor-sasl/chexum> has quit IRC (Remote host closed the connection) | 04:37 | |
*** chexum <chexum!~quassel@gateway/tor-sasl/chexum> has joined #f4pga | 04:38 | |
*** TMM_ <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) | 04:41 | |
*** TMM_ <[email protected]> has joined #f4pga | 04:41 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has quit IRC (Remote host closed the connection) | 06:40 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has joined #f4pga | 06:41 | |
*** jn <jn!~quassel@user/jn/x-3390946> has quit IRC (Ping timeout: 268 seconds) | 07:56 | |
*** jn <jn!~quassel@2a02:908:1065:960:20d:b9ff:fe49:15fc> has joined #f4pga | 08:06 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has quit IRC (Remote host closed the connection) | 08:07 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has joined #f4pga | 08:08 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has quit IRC (Remote host closed the connection) | 09:48 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has joined #f4pga | 09:48 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has quit IRC (Remote host closed the connection) | 10:39 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has joined #f4pga | 10:40 | |
*** TMM_ <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) | 14:05 | |
*** TMM_ <[email protected]> has joined #f4pga | 14:05 | |
*** chexum <chexum!~quassel@gateway/tor-sasl/chexum> has quit IRC (Remote host closed the connection) | 16:26 | |
*** chexum <chexum!~quassel@gateway/tor-sasl/chexum> has joined #f4pga | 16:26 | |
F4PGASlackBridge | <dannie.stanley> Just getting started with F4PGA. I have an ARTY A7 35T. My dev machine is Debian Linux. I Followed the instructions for getting software installed and now I am trying to build and install the first example (https://f4pga-examples.readthedocs.io/en/latest/building-examples.html). This command fails: ```$ TARGET="arty_35" make download -C counter_test openFPGALoader -b arty_a7_35t | 17:42 |
---|---|---|
F4PGASlackBridge | /home/foo/git/external/f4pga-examples/xc7/counter_test/build/arty_35/top.bit unable to open ftdi device: -4 (usb_open() failed) JTAG init failed with: unable to open ftdi device``` More information: ```$ lsusb Bus 004 Device 007: ID 0403:6010 Future Technology Devices International, Ltd FT2232C/D/H Dual UART/FIFO IC ... $ sudo dmesg |grep -i usb ... usb 4-6: Detected FT2232H usb 4-6: FTDI USB Serial Device converter now | 17:42 |
F4PGASlackBridge | attached to ttyUSB1 $ ls -l /dev/ttyUSB1 crw-rw---- 1 root dialout 188, 1 Aug 12 13:38 /dev/ttyUSB1 $ getent group dialout dialout:x:20:foo``` | 17:42 |
F4PGASlackBridge | <dannie.stanley> I am able to attach to the usb port using picocom (I get data on the port) $ picocom -b 115200 --imap lfcrlf /dev/ttyUSB | 17:45 |
F4PGASlackBridge | <dannie.stanley> Any help is appreciated. | 17:56 |
*** chexum_ <chexum_!~quassel@gateway/tor-sasl/chexum> has joined #f4pga | 18:08 | |
*** chexum <chexum!~quassel@gateway/tor-sasl/chexum> has quit IRC (Ping timeout: 268 seconds) | 18:11 | |
*** chexum_ <chexum_!~quassel@gateway/tor-sasl/chexum> has quit IRC (Quit: No Ping reply in 180 seconds.) | 18:24 | |
*** chexum <chexum!~quassel@gateway/tor-sasl/chexum> has joined #f4pga | 18:28 | |
F4PGASlackBridge | <dannie.stanley> Thanks in advance, I also opened an issue for this: https://github.com/trabucayre/openFPGALoader/issues/245 | 18:30 |
*** cfriedt <[email protected]> has joined #f4pga | 18:55 | |
cfriedt | ahoy! | 18:55 |
F4PGASlackBridge | <mgielda> hi :) | 18:56 |
cfriedt | Filed this one: | 19:00 |
cfriedt | https://github.com/trabucayre/openFPGALoader/issues/246 | 19:00 |
cfriedt | I'm tempted to get the arty-a7-35t now just to see who can win this race :-) | 19:01 |
cfriedt | uh-oh - it apparently is failing with the arty-a7-35t too (a separate bug) | 19:27 |
F4PGASlackBridge | <dannie.stanley> That's me! :) | 19:27 |
* cfriedt waves at F4PGASlackBridge | 19:40 | |
*** chexum <chexum!~quassel@gateway/tor-sasl/chexum> has quit IRC (Remote host closed the connection) | 20:10 | |
*** chexum <chexum!~quassel@gateway/tor-sasl/chexum> has joined #f4pga | 20:10 | |
*** chexum <chexum!~quassel@gateway/tor-sasl/chexum> has quit IRC (Remote host closed the connection) | 20:31 | |
*** chexum <chexum!~quassel@gateway/tor-sasl/chexum> has joined #f4pga | 20:32 | |
F4PGASlackBridge | <dannie.stanley> I added a fix to my issue FYI cfriedt | 20:52 |
*** ec <ec!~ec@gateway/tor-sasl/ec> has quit IRC (Remote host closed the connection) | 21:05 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has joined #f4pga | 21:05 | |
*** chexum <chexum!~quassel@gateway/tor-sasl/chexum> has quit IRC (Remote host closed the connection) | 22:43 | |
*** chexum <chexum!~quassel@gateway/tor-sasl/chexum> has joined #f4pga | 22:46 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!