*** tpb has joined #timvideos | 00:00 | |
*** samsagaz has joined #timvideos | 03:47 | |
futarisIRCcloud | mithro: https://numato.com/product/hdmi-transmitter-expansion-module won't work with arty, right? TMDS Pairs are on different pins on the expansion connectors... | 03:49 |
---|---|---|
mithro | futarisIRCcloud: You need this adapter board -> https://github.com/mithro/pmod-numato | 03:50 |
tpb | Title: GitHub - mithro/pmod-numato: Adapter for going from Numato<->Pmod multi-pmod spacing. (at github.com) | 03:50 |
*** rohitksingh_work has joined #timvideos | 03:52 | |
*** sb0 has quit IRC | 05:58 | |
*** sb0 has joined #timvideos | 06:32 | |
*** agronaught has joined #timvideos | 07:19 | |
*** olasd has quit IRC | 10:36 | |
*** olasd has joined #timvideos | 10:37 | |
*** agronaught has quit IRC | 12:25 | |
*** sb0 has quit IRC | 12:27 | |
*** rohitksingh_work has quit IRC | 12:36 | |
*** agronaught has joined #timvideos | 12:48 | |
*** sb0 has joined #timvideos | 13:07 | |
*** agronaught has quit IRC | 13:30 | |
*** agronaught has joined #timvideos | 13:43 | |
*** agronaught has quit IRC | 14:01 | |
*** rohitksingh has joined #timvideos | 15:00 | |
*** rohitksingh_ has joined #timvideos | 15:02 | |
*** rohitksingh has quit IRC | 15:19 | |
*** rohitksingh_ is now known as rohitksingh | 15:19 | |
*** rohitksingh1 has joined #timvideos | 15:23 | |
*** rohitksingh2 has joined #timvideos | 15:24 | |
*** rohitksingh1 has quit IRC | 15:41 | |
*** rohitksingh2 has quit IRC | 15:43 | |
*** rohitksingh1 has joined #timvideos | 15:56 | |
*** rohitksingh2 has joined #timvideos | 16:00 | |
*** rohitksingh1 has quit IRC | 16:21 | |
*** rohitksingh1 has joined #timvideos | 16:27 | |
*** rohitksingh1 has quit IRC | 17:26 | |
*** cr1901_modern1 has joined #timvideos | 18:05 | |
*** cr1901_modern has quit IRC | 18:08 | |
*** suhdood has joined #timvideos | 18:54 | |
*** suhdood has quit IRC | 19:05 | |
*** rohitksingh has quit IRC | 19:31 | |
*** cr1901_modern1 has quit IRC | 19:43 | |
*** cr1901_modern has joined #timvideos | 19:43 | |
*** agronaught has joined #timvideos | 20:28 | |
CarlFK[m] | mithro (IRC): I have an opsis and atlys plugged into the same box. does modeswitch have a way to list all the boards it can find? | 20:35 |
mithro | CarlFK[m]: I think so | 20:35 |
CarlFK[m] | --all 1 isn't it. gets past one assert and then fails another a few lines down | 20:35 |
mithro | CarlFK[m]: something like --get-boards ? | 20:35 |
CarlFK[m] | --get-state might be what you are thinking, but I don't think anything is going to work - given what I see here: --https://github.com/timvideos/HDMI2USB-mode-switch/blob/master/hdmi2usb/modeswitch/cli.py#L284-L317 | 20:43 |
tpb | Title: HDMI2USB-mode-switch/cli.py at master · timvideos/HDMI2USB-mode-switch · GitHub (at github.com) | 20:43 |
CarlFK[m] | https://github.com/timvideos/HDMI2USB-mode-switch/blob/master/hdmi2usb/modeswitch/cli.py#L294 assert len(found_boards) == 1 | 20:44 |
tpb | Title: HDMI2USB-mode-switch/cli.py at master · timvideos/HDMI2USB-mode-switch · GitHub (at github.com) | 20:44 |
CarlFK[m] | (not wrapped in if not args.all: like above) | 20:44 |
CarlFK[m] | then below that is found_boards = find_boards(args) for board in found_boards: | 20:44 |
CarlFK[m] | never mind all this - I can use --by-type atlys | 20:46 |
*** agronaught has quit IRC | 21:14 | |
*** agronaught has joined #timvideos | 21:17 | |
*** samsagaz has quit IRC | 21:18 | |
mithro | CarlFK[m]: There is a --all switch? | 21:19 |
*** agronaught has quit IRC | 21:20 | |
*** samsagaz has joined #timvideos | 21:20 | |
CarlFK[m] | mithro (IRC): yes, but it doesn't work - | 21:20 |
mithro | CarlFK[m]: hdmi2usb-find-board --all doesn't work? | 21:21 |
CarlFK[m] | correct | 21:23 |
CarlFK[m] | https://github.com/timvideos/HDMI2USB-mode-switch/blob/master/hdmi2usb/modeswitch/cli.py#L294 assert len(found_boards) == 1 | 21:23 |
tpb | Title: HDMI2USB-mode-switch/cli.py at master · timvideos/HDMI2USB-mode-switch · GitHub (at github.com) | 21:23 |
mithro | CarlFK[m]: https://github.com/timvideos/HDMI2USB-mode-switch/blob/master/hdmi2usb/modeswitch/cli.py#L293 | 21:23 |
tpb | Title: HDMI2USB-mode-switch/cli.py at master · timvideos/HDMI2USB-mode-switch · GitHub (at github.com) | 21:23 |
CarlFK[m] | mithro (IRC): yeah, little confused as to what path does what... | 21:27 |
CarlFK[m] | hdmi2usb-mode-switch --all 1 ... line 295, in main | 21:28 |
CarlFK[m] | assert len(found_boards) == 1 | 21:28 |
CarlFK[m] | the --help doesn't say what the default behavior is | 21:28 |
mithro | CarlFK[m]: hdmi2usb-mode-switch - then mode == "mode-switch", if hdmi2usb-find-board then mode == "find-board".... | 21:29 |
CarlFK[m] | here is the full stack trace in case that isn't clear https://paste.ubuntu.com/26532155/ | 21:29 |
tpb | Title: Ubuntu Pastebin (at paste.ubuntu.com) | 21:29 |
CarlFK[m] | ah.. I need to run hdmi2usb-find-board --all 1 | 21:33 |
*** ewen has joined #timvideos | 22:08 | |
ewen | mithro: litex-buildenv seems to now want python=3.6, but scripts/download-env.sh for me spends ages in Conda "Verifying Transaction" then tells me many many many .../python3.6/..../...*36.pyc files specified in the manifest cannot be found. | 22:10 |
ewen | mithro: Did maybe the manifest get built, then the *.pyc files removed again? | 22:10 |
mithro | ewen: That is a bit confusing.... | 22:10 |
mithro | Never seen that before... | 22:10 |
ewen | mithro: Me neither. Running again just in case, but seems very likely to do the same thing. | 22:11 |
ewen | (Ironically just wanted to fix the in.tftpd-as-user issue, now I know how...) | 22:11 |
ewen | mithro: https://gist.github.com/ewen-naos-nz/2cf2bc496ff9b5be6482213b20c317af | 22:15 |
tpb | Title: litex-buildenv failed conda attempt to install python3.6 · GitHub (at gist.github.com) | 22:15 |
ewen | mithro: Appears repeatable. It just failed again. Looks like they're all __pycache__/FOO.cpython-36.pyc | 22:16 |
ewen | (which is the way that .pyc files are named in newer Python 3.) | 22:16 |
ewen | (For now have rolled back one commit which seems happy to use the python conda previously installed.) | 22:28 |
ewen | @mithro WIP pull request for the in.tftpd bit: https://github.com/timvideos/litex-buildenv/pull/21 (closer, but still doesn't work here as explained in pull request.) | 22:57 |
tpb | Title: WIP: tftpd: Fix in.tftpd alternate port syntax by ewen-naos-nz · Pull Request #21 · timvideos/litex-buildenv · GitHub (at github.com) | 22:57 |
* ewen disappears to do other (paying) work... | 22:57 | |
futarisIRCcloud | https://www.eevblog.com/forum/microcontrollers/please-help-me-to-select-an-usb3-fpga-board-for-my-logic-analyzer-project/ | 23:30 |
futarisIRCcloud | http://www.ebay.com.au/itm/Cypress-CYUSB3014-USB-3-0-Development-Board-with-Xilinx-Artix7-FPGA-XC7A35T/173113636330 | 23:31 |
tpb | Title: Cypress CYUSB3014 USB 3.0 Development Board with Xilinx Artix7 FPGA XC7A35T | eBay (at www.ebay.com.au) | 23:31 |
futarisIRCcloud | Just got my HackRF back from the company that we lent it to a few months ago. I wonder if I should join rohitksingh & hamster, and order a limesdr mini for the future... Anyone else here getting a limesdr mini? | 23:59 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!