*** tpb has joined #timvideos | 00:00 | |
*** hyades has quit IRC | 00:36 | |
mithro | aps: ping? | 00:52 |
---|---|---|
shenki | o/ | 00:55 |
mithro | make clean; make AS8051=sdas8051 FLAGS="-DDEBUG" USE_16K=1 | 01:39 |
*** CarlFK has joined #timvideos | 03:40 | |
*** ChanServ sets mode: +v CarlFK | 03:40 | |
*** hyades has joined #timvideos | 03:49 | |
*** techman83 has quit IRC | 05:11 | |
shenki | http://paste.ubuntu.com/9633267/ | 05:11 |
tpb | Title: Ubuntu Pastebin (at paste.ubuntu.com) | 05:11 |
*** Niharika has joined #timvideos | 05:47 | |
*** Niharika has quit IRC | 08:29 | |
*** Niharika has joined #timvideos | 09:27 | |
*** Niharika has quit IRC | 09:30 | |
*** rohitksingh has joined #timvideos | 11:18 | |
*** Niharika has joined #timvideos | 12:31 | |
*** Niharika has quit IRC | 12:36 | |
shenki | mithro: hey | 12:48 |
mithro | shenki: hey | 12:48 |
mithro | so all my stuff is in the hdmi2usb branch | 12:48 |
shenki | mithro: ok | 12:50 |
shenki | mithro: i rebooted after changing the things in limits.conf to match yours | 12:50 |
shenki | mithro: and i still get the tab not responding popup | 12:50 |
mithro | shenki: :( | 12:51 |
shenki | the only diff in ulimit -a is: | 12:51 |
shenki | < pending signals (-i) 61237 | 12:51 |
shenki | --- | 12:51 |
shenki | > pending signals (-i) 62352 | 12:51 |
shenki | which i can't see making a huge impact | 12:51 |
mithro | yeah | 12:53 |
shenki | mithro: which repo do i need to pull to get your stuff? | 12:55 |
mithro | shenki: libfpgalink | 12:55 |
mithro | hrm.... | 12:56 |
mithro | ahh | 12:56 |
mithro | push failed because it wasn't a fast-forward | 12:56 |
mithro | try again now | 12:56 |
shenki | ok | 12:56 |
shenki | did you do a rebase or something? | 12:58 |
mithro | shenki: yeah, I cleaned up all your work | 12:59 |
shenki | :/ | 12:59 |
shenki | you should push it to a different branch or something | 12:59 |
shenki | so that it doesn't mess up when i pull | 12:59 |
mithro | shenki: I did | 13:01 |
mithro | Or did you also have a hdmi2usb branch? | 13:01 |
shenki | yes | 13:01 |
shenki | ok, i have your branch | 13:01 |
shenki | and it doesn't build | 13:01 |
shenki | ~/dev/makestuff/libs/libfpgalink/firmware/fx2 | 13:01 |
shenki | make AS8051=sdas8051 FLAGS="-DDEBUG" USE_16K=1 -j1 | 13:01 |
shenki | app.c:181: syntax error: token -> '{' ; column 1 | 13:01 |
shenki | mithro: looks like a cut/paste error? | 13:03 |
mithro | shenki: try again now | 13:03 |
mithro | yeah | 13:03 |
mithro | was cut/paste error when doing the TODO documentation stuff | 13:03 |
shenki | make: *** No rule to make target 'descriptors.rel', needed by 'firmware.hex'. Stop. | 13:03 |
shenki | ah, symlink | 13:03 |
shenki | make: *** No rule to make target 'descriptors.rel', needed by 'firmware.hex'. Stop. | 13:04 |
shenki | err | 13:04 |
shenki | descriptors_hdmi2usb.a51 is the right one? | 13:04 |
mithro | shenki: yes | 13:05 |
shenki | mithro: ok. it doesn't build | 13:05 |
shenki | ?ASlink-Error-Could not get 6 consecutive bytes in internal RAM for area OSEG. | 13:06 |
shenki | Makefile:70: recipe for target 'firmware.hex' failed | 13:06 |
mithro | Does here? | 13:06 |
mithro | make clean; make AS8051=sdas8051 FLAGS="-DDEBUG" USE_16K=1 | 13:06 |
shenki | smae build line | 13:07 |
shenki | sdcc -DDATE=0x20141228 -mmcs51 --code-size 0x3e00 --xram-loc 0xe000 --xram-size 0x0200 -Wl"-b DSCR_AREA=0x2e00" -Wl"-b INT2JT=0x3f00" -DDEBUG -o firmware.hex app.rel cdc.rel debug.rel infra.rel livePatch.rel prog.rel prom.rel softserial.rel uvc.rel descriptors.rel firmware.rel -L../../../../3rd/fx2lib/lib fx2.lib | 13:07 |
mithro | SDCC : mcs51/gbz80/z80/z180/r2k/r3ka/ds390/pic16/pic14/TININative/ds400/hc08/s08 3.3.0 #8604 (Dec 30 2013) (Linux) | 13:07 |
shenki | SDCC : mcs51/z80/z180/r2k/r3ka/gbz80/tlcs90/ds390/TININative/ds400/hc08/s08/stm8 3.4.0 #8981 (Jul 12 2014) (Linux) | 13:07 |
mithro | https://www.irccloud.com/pastebin/Tc6MfYFP | 13:08 |
tpb | Title: Pastebin: Tc6MfYFP | IRCCloud (at www.irccloud.com) | 13:08 |
mithro | shenki: how did you compile your fx2lib? | 13:08 |
shenki | make? | 13:10 |
shenki | mithro: did you build upon my temp commit, or something else? | 13:10 |
shenki | 7b1e1a13499f80f4d85875dc0403e99ad9024238 | 13:10 |
mithro | let me check | 13:10 |
mithro | make clean; make SDCCFLAGS="-DDEBUG_EPUTILS -DDEBUG_SETUPDAT | 13:10 |
mithro | shenki: I have no changes to fx2lib | 13:11 |
shenki | mithro: what's HEAD? | 13:11 |
mithro | commit 98543a73efe9662e3fb555062e8198cfab4f8c3a | 13:11 |
mithro | shenki: one before your temp commit | 13:12 |
shenki | that fixed it | 13:12 |
mithro | shenki: I have a "softserial.h" file which does the purchar stuff | 13:14 |
shenki | ok | 13:14 |
shenki | mithro: it hangs a long time when requesting the descriptors | 13:14 |
mithro | hangs? | 13:14 |
mithro | https://github.com/mithro/libfpgalink/commit/0f8f057223e780acc4b867a7d59d6c012301ce12 | 13:14 |
tpb | Title: Making fxlib work with bit banging USART. · 0f8f057 · mithro/libfpgalink · GitHub (at github.com) | 13:14 |
shenki | lsusb waited a few seconds, perhaps about 10 | 13:15 |
shenki | and there was no serial output from the cypress | 13:15 |
mithro | hrm... I'm not seeing that | 13:15 |
shenki | then a lot of output from the cypress | 13:15 |
shenki | only on hte first time | 13:15 |
shenki | did you get SDCC : mcs51/z80/z180/r2k/r3ka/gbz80/tlcs90/ds390/TININative/ds400/hc08/s08/stm8 3.4.0 #8981 (Jul 12 2014) (Linux) | 13:15 |
shenki | err | 13:15 |
shenki | did you get Unhandled Vendor Command: 87 | 13:15 |
mithro | yes | 13:15 |
shenki | when enumerating? | 13:15 |
shenki | ok | 13:15 |
mithro | see comment in uvc.c file | 13:15 |
shenki | ok | 13:16 |
mithro | // case UVC_GET_DEF: | 13:16 |
mithro | // FIXME: Missing this case causes the following errors | 13:16 |
mithro | // uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround. | 13:16 |
mithro | // Unhandled Vendor Command: 87 | 13:16 |
shenki | ok, hang happens when i re-load the firwmare | 13:17 |
shenki | mithro: can you send me your firmwrae.hex? | 13:17 |
shenki | mithro: scp hopper:~joel/tmp/firmware.hex . | 13:18 |
shenki | that's mine | 13:18 |
mithro | mine on hopper in /tmp now | 13:20 |
mithro | shenki: oh - yeah | 13:20 |
mithro | shenki: loading the firmware if it hasn't just been rebooted doesn't work | 13:20 |
shenki | mithro: ?? | 13:21 |
shenki | mithro: as in what we'd been seeing all day? | 13:21 |
mithro | shenki: oh - I got that working with the makestuff firmware | 13:23 |
mithro | but it appears to be borked in the ported one | 13:24 |
shenki | ok | 13:25 |
shenki | mithro: yours has the same behaviour | 13:26 |
mithro | hrm | 13:26 |
shenki | $ lsusb -v -d 1d50:602b | 13:27 |
shenki | Bus 003 Device 022: ID 1d50:602b OpenMoko, Inc. FPGALink | 13:27 |
shenki | it pauses here for a few seconds | 13:27 |
shenki | then: | 13:27 |
shenki | Couldn't open device, some information will be missing | 13:27 |
shenki | Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 | 13:27 |
shenki | ... etc | 13:27 |
mithro | shenki: hrm, it's instant for me | 13:27 |
shenki | ok. might be a kernel version or usb controller issue | 13:28 |
shenki | something to keep an eye on | 13:28 |
mithro | could be something about the uart too? | 13:30 |
mithro | shenki: did you see the TODO in the readme? | 13:33 |
mithro | shenki: basically 3 things left to port | 13:33 |
mithro | - [ ] Finish the set interface stuff in uvc.c | 13:34 |
mithro | - [ ] Set up the endpoint FIFOs correctly | 13:34 |
mithro | - [ ] Get TD_poll stuff working | 13:34 |
shenki | ok | 13:39 |
*** rohitksingh has quit IRC | 14:16 | |
mithro | hyades_: can you take a look at -> https://travis-ci.org/mithro/gst-switch/builds/45278954 ? | 14:29 |
tpb | Title: Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community (at travis-ci.org) | 14:29 |
*** nooOOb has quit IRC | 15:44 | |
*** nooOOb has joined #timvideos | 16:43 | |
*** Niharika has joined #timvideos | 17:29 | |
*** nooOOb has quit IRC | 18:03 | |
*** Niharika has quit IRC | 19:03 | |
*** hyades has quit IRC | 20:36 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!