*** tpb has joined #timvideos | 00:00 | |
mithro | cr1901_modern: The key thing I'm after is working out how to use Hamster's "high frequency counter" with the clock lines of the HDMI input | 00:44 |
---|---|---|
mithro | _florent_ / cr1901_modern: What do you use for gcc/binutils/openocd under Windows? | 00:44 |
cr1901_modern | mithro: All of those utils work fine under Windows. It's that Windows isn't POSIXy that's the source of most of my problems. | 00:47 |
cr1901_modern | For example, the flash target doesn't work unless I make a change to the openOCD builder in Migen to escape backslashes, since POSIX forbids this, but Windows is okay with backslashes in paths (and expects it!) | 00:48 |
cr1901_modern | The git_info peripheral in HDMI2USB has a similar problem, where git rev-parse will return a POSIXy path that Windows python cannot handle in the "cwd" argument for subprocess.check_output | 00:49 |
cr1901_modern | So I have to run it through a utility called "cygdrive" to convert the POSIX path to something Windows won't choke on | 00:50 |
cr1901_modern | cygpath* | 00:50 |
cr1901_modern | pyserial.miniterm is missing the console export on Windows, and _florent_ doesn't remember how he solved this problem lol | 00:52 |
shenki | use linux? | 00:53 |
cr1901_modern | shenki: No. I'm not having this discussion. | 00:54 |
CarlFK | (HDMI2USB) juser@dc10b:~/HDMI2USB-misoc-firmware$ make flash | 00:57 |
CarlFK | Error: unable to open ftdi device: device not found | 00:57 |
CarlFK | Bus 002 Device 003: ID 2a19:5442 | 00:57 |
CarlFK | http://paste.ubuntu.com/16197344/ | 00:57 |
tpb | Title: Ubuntu Pastebin (at paste.ubuntu.com) | 00:57 |
mithro | CarlFK: you need to put the Opsis into JTAG mode first | 01:07 |
CarlFK | mithro: how? | 01:07 |
CarlFK | olasd: you figured this out, right? | 01:07 |
mithro | CarlFK: Well the "debug fx2_reboot usb_jtag" thingy doesn't work on your current firmware, so you have to use mode-switch or manually use fxload | 01:08 |
mithro | As I think I mentioned multiple times | 01:10 |
CarlFK | mithro: so this? (HDMI2USB) juser@dc10b:~/HDMI2USB-mode-switch$ ./update-fx2-firmware.sh | 01:12 |
mithro | CarlFK: no | 01:13 |
mithro | That updates the fx2 firmware in the repository | 01:13 |
mithro | CarlFK: are you on my opsis-prod branch? | 01:13 |
mithro | https://github.com/mithro/HDMI2USB-mode-switch/tree/opsis-prod | 01:13 |
tpb | Title: GitHub - mithro/HDMI2USB-mode-switch at opsis-prod (at github.com) | 01:13 |
CarlFK | (HDMI2USB) juser@dc10b:~/HDMI2USB-mode-switch$ git checkout opsis-prod | 01:14 |
CarlFK | I see a few likely shell scripts... | 01:14 |
CarlFK | opsis-flash.sh opsis-update.sh | 01:15 |
mithro | CarlFK: opsis-update.sh is probably what you want | 01:15 |
CarlFK | PermissionError: [Errno 13] Permission denied: '/sys/bus/usb/devices/2-1.1:1.0/driver/unbind' | 01:16 |
CarlFK | sudo? | 01:16 |
mithro | CarlFK: that means you haven't setup the environment | 01:16 |
mithro | CarlFK: see the opsis-setup.sh | 01:17 |
mithro | CarlFK: I've pointed you at this stuff before | 01:19 |
CarlFK | (HDMI2USB) juser@dc10b:~/HDMI2USB-mode-switch$ ./opsis-update.sh | 01:21 |
CarlFK | now I have a bunch of Numato Opsis in 'jtag' mode at /dev/bus/usb/002/011 | 01:22 |
CarlFK | http://paste.ubuntu.com/16197524/ | 01:22 |
tpb | Title: Ubuntu Pastebin (at paste.ubuntu.com) | 01:22 |
CarlFK | is that expected? | 01:22 |
CarlFK | or should I care ? | 01:22 |
cr1901_modern | Looks like it's running detection repeatedly? | 01:23 |
cr1901_modern | I'm guessing Opsis uses FT2232 like most boards, so seeing two of them is expected. | 01:24 |
mithro | cr1901_modern: the Opsis does *not* use a FT2232 | 01:39 |
mithro | CarlFK: that looks as expected | 01:39 |
mithro | well expect your weird wrapping | 01:39 |
cr1901_modern | Ahhh, I stand corrected | 01:40 |
CarlFK | mithro: now I do make flash? | 01:56 |
mithro | CarlFK: yes | 01:56 |
mithro | you can check lsusb to see if you have the opsis in jtag mode | 01:56 |
CarlFK | Bus 002 Device 011: ID 16c0:06ad Van Ooijen Technische Informatica | 01:56 |
CarlFK | yay! | 01:56 |
CarlFK | boo! | 01:59 |
CarlFK | mithro: Warn : Bypassing JTAG setup events due to errors | 01:59 |
CarlFK | Error: Unknown flash device (ID 0x00818181) | 01:59 |
CarlFK | http://paste.ubuntu.com/16197740/ | 01:59 |
tpb | Title: Ubuntu Pastebin (at paste.ubuntu.com) | 01:59 |
mithro | CarlFK: power cycle and try again | 02:00 |
CarlFK | mithro: pulled both power and usb for 5 seconds, lsusb still shows | 02:02 |
CarlFK | Bus 002 Device 019: ID 16c0:06ad Van Ooijen Technische Informatica | 02:03 |
mithro | CarlFK: do you have multiple boards connected to the machine at once? | 02:03 |
CarlFK | nope | 02:03 |
mithro | CarlFK: It can take about ~15 seconds for the power to cycle | 02:04 |
CarlFK | k - unpugged | 02:04 |
CarlFK | plugged in 60+ seconds later, still Bus 002 Device 023: ID 16c0:06ad Van Ooijen Technische Informatica | 02:06 |
CarlFK | hitting the reset button may have done it: | 02:09 |
CarlFK | Bus 002 Device 024: ID 2a19:5442 | 02:09 |
mithro | CarlFK: hrm | 02:09 |
mithro | CarlFK: The FX2 should power off when you disconnect the power | 02:09 |
mithro | CarlFK: what were the LEDs doing? | 02:10 |
CarlFK | mithro: um... I didn't take the lid off the box till I hit the reset | 02:14 |
CarlFK | mithro: ./opsis-update.sh .... make flash .... | 02:21 |
CarlFK | Warn : Bypassing JTAG setup events due to errors | 02:21 |
CarlFK | Error: Unknown flash device (ID 0x00818181) | 02:21 |
mithro | CarlFK: What is your jumper config? Have you been playing with them? | 02:21 |
mithro | CarlFK: the 818181 stuff generally means that getting isn't jtag mode didn't go correctly | 02:22 |
mithro | but it doesn't normally appear in the location you are getting it | 02:22 |
CarlFK | mithro: I seem to remember playing with jumpers the last time we were tying to do this | 02:23 |
mithro | CarlFK: and you didn't put them back in the locations they started? | 02:23 |
CarlFK | don't know. | 02:23 |
CarlFK | mithro: there should be some docs on how they should be delivered, right ? | 02:24 |
mithro | CarlFK: If someone had time to write them | 02:29 |
CarlFK | anyone in here have an Opsis board ? | 02:46 |
*** panther has joined #timvideos | 02:50 | |
*** panther is now known as sab_123 | 02:50 | |
*** tvCommitBot has joined #timvideos | 02:50 | |
tvCommitBot | [website] mithro pushed 1 new commit to master: https://git.io/vwSA8 | 02:50 |
tvCommitBot | website/master 9812b5a Tim 'mithro' Ansell: People: Use "https://xxxx/xxx/" to prevent redirect. | 02:50 |
*** tvCommitBot has left #timvideos | 02:50 | |
*** sb0 has joined #timvideos | 02:58 | |
CarlFK | mithro: so what next? | 03:10 |
mithro | CarlFK: Figure out why you have borked stuff :P | 03:26 |
CarlFK | mithro: I think you need to get your hand on an Opsis so we can see what working looks like | 03:57 |
mithro | CarlFK: olasd was able to get it working on the Opsis he was testing with | 03:58 |
CarlFK | ok, get his board ;) | 03:58 |
CarlFK | mithro: any other ideas? if not, I'll pack up and go home | 04:05 |
mithro | CarlFK: I'm still not sure that you are doing things right | 04:06 |
CarlFK | mithro: Im just trying to follow your instructions | 04:08 |
*** Bertl is now known as Bertl_zZ | 04:33 | |
*** tvCommitBot has joined #timvideos | 04:50 | |
tvCommitBot | [website] mithro pushed 2 new commits to master: https://git.io/vw9fd | 04:50 |
tvCommitBot | website/master 8444b0b Katie McLaughlin: Update contribution interactive | 04:50 |
tvCommitBot | website/master e8ac9b7 Tim Ansell: Merge pull request #11 from glasnt/topic/update-interactive... | 04:50 |
*** tvCommitBot has left #timvideos | 04:50 | |
*** CarlFK has quit IRC | 04:54 | |
*** CarlFK has joined #timvideos | 05:09 | |
*** ChanServ sets mode: +v CarlFK | 05:09 | |
*** rohitksingh has joined #timvideos | 05:19 | |
CarlFK | rohitksingh: hows the vga code? :D | 05:30 |
CarlFK | someone is at least talking about laying out the traces for tofe | 05:30 |
rohitksingh | CarlFK: haven't worked on that in last 4 days. down with fever :/ | 05:31 |
CarlFK | yuck. hope you are feeling better soon | 05:31 |
rohitksingh | CarlFK: yeah. and how are you? | 05:32 |
CarlFK | ok - stayed up too late last night, and it is 30 past midnight, so about to fall asleep | 05:34 |
CarlFK | but I am trying to figure out how to install xenial using my preseed install, which somehow can't figure out what device to install to | 05:35 |
rohitksingh | CarlFK: oh, I forgot it must be late night there! you should probably sleep now | 05:35 |
CarlFK | lol - yep | 05:35 |
*** se6astian|away is now known as se6astian | 06:43 | |
*** se6astian is now known as se6astian|away | 07:07 | |
*** sab_123 has quit IRC | 07:08 | |
*** se6astian|away is now known as se6astian | 07:15 | |
*** se6astian is now known as se6astian|away | 07:42 | |
*** se6astian|away is now known as se6astian | 07:59 | |
*** hyades_zombie has quit IRC | 08:00 | |
*** CARAM__ has quit IRC | 08:00 | |
*** olasd has quit IRC | 08:00 | |
*** olasd has joined #timvideos | 08:02 | |
*** CARAM__ has joined #timvideos | 08:11 | |
*** hyades_zombie has joined #timvideos | 08:15 | |
Neuron1k | Hi guys! I have question to mithro and _florent_ about litejpeg repo. There is already some code that covers my GSoC proposal schedule. I have impression that _florent_ is making continuous effort to make entire encoder works. So what will be left for me? ;) | 10:32 |
Neuron1k | Also I have qustion about some python library that is similar to maltab fixed point toolbox, do you know any? I have found http://www.dilloneng.com/demodel.html | 10:35 |
tpb | Title: deModel - Dillon Engineering (at www.dilloneng.com) | 10:35 |
*** Bertl_zZ is now known as Bertl | 10:35 | |
shenki | Neuron1k: hello | 10:50 |
_florent_ | Hi Neuron1k, litejpeg repo was prepared for GSoC | 11:05 |
_florent_ | that's just a skeleton for you with some things that are initiated | 11:05 |
_florent_ | I just prepared some things so tht you see how we want things to be tested/integrated, but I'm not working on it and that now your turn :) | 11:07 |
_florent_ | The things that are initiated are the one that were easy to do or already existing | 11:07 |
*** micolous_ has quit IRC | 11:21 | |
*** se6astian has left #timvideos | 11:22 | |
Neuron1k | Ok, thank you for the fast answer. I must say that this skeleton gives good insight and is really comprehensive :) | 11:29 |
*** panther has joined #timvideos | 11:31 | |
*** se6astian has joined #timvideos | 11:53 | |
*** se6astian is now known as se6astian|away | 13:09 | |
*** rohitksingh1 has joined #timvideos | 13:18 | |
*** rohitksingh has quit IRC | 13:20 | |
*** panther_ has joined #timvideos | 13:41 | |
*** panther has quit IRC | 13:41 | |
*** se6astian|away is now known as se6astian | 14:06 | |
*** se6astian is now known as se6astian|away | 14:34 | |
*** se6astian|away is now known as se6astian | 14:36 | |
*** se6astian is now known as se6astian|away | 14:46 | |
*** rohitksingh1 has quit IRC | 15:11 | |
*** sb0 has quit IRC | 17:24 | |
*** se6astian|away is now known as se6astian | 17:29 | |
*** panther_ has quit IRC | 17:31 | |
*** rohitksingh has joined #timvideos | 18:36 | |
*** rohitksingh has quit IRC | 18:37 | |
*** se6astian is now known as se6astian|away | 19:26 | |
*** se6astian|away is now known as se6astian | 19:29 | |
*** thaytan has quit IRC | 19:44 | |
*** techman83 has quit IRC | 19:44 | |
*** cr1901_modern has quit IRC | 19:44 | |
*** kaalikahn has quit IRC | 19:44 | |
*** [d__d] has quit IRC | 19:44 | |
*** thaytan has joined #timvideos | 19:53 | |
*** techman83 has joined #timvideos | 19:53 | |
*** kornbluth.freenode.net sets mode: +vv thaytan techman83 | 19:53 | |
*** cr1901_modern has joined #timvideos | 19:53 | |
*** kaalikahn has joined #timvideos | 19:53 | |
*** [d__d] has joined #timvideos | 19:53 | |
*** Bertl is now known as Bertl_zZ | 20:08 | |
*** se6astian is now known as se6astian|away | 21:45 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!