**** BEGIN LOGGING AT Sat Mar 10 03:00:03 2018 Mar 10 07:04:27 Hmmm Mar 10 09:50:04 ds2: So... can you tell me what exactly will we document? I mean which parameters? Mar 10 14:58:02 Hello sir, I am Sagar Utekar. I am currently pursuing Bachelor of Engineering from Pune Institute Of Computer Technology, Pune, Maharashtra,India. I am Google Summer Of Code 2018 aspirant. I want to contribute for apertium. Only few days left to submit application for GSOC2018. I would like to have your guidance how can I start contribution. Please reply me back soon asap on same email. Thank You ! Mar 10 14:58:17 Hello sir, I am Sagar Utekar. I am currently pursuing Bachelor of Engineering from Pune Institute Of Computer Technology, Pune, Maharashtra,India. I am Google Summer Of Code 2018 aspirant. I want to contribute for apertium. Only few days left to submit application for GSOC2018. I would like to have your guidance how can I start contribution. Thank You ! Mar 10 14:58:57 Hello sir, I am Sagar Utekar. I am currently pursuing Bachelor of Engineering from Pune Institute Of Computer Technology, Pune, Maharashtra,India. I am Google Summer Of Code 2018 aspirant. I want to contribute for BEAM community. Only few days left to submit application for GSOC2018. I would like to have your guidance how can I start contribution. Thank You ! Mar 10 15:29:49 check out... oh, you left. Mar 10 15:47:02 jkridner: thanks for the code clean up, I removed more globals and cleaned up code for tftp https://github.com/ravikp7/node-beagle-boot/commits/dev Mar 10 15:48:23 looks good to me now, let me know if you think it can be improved more :) Mar 10 15:52:01 always wanted to clean it up but I hadn't figured out where to start Mar 10 15:53:12 nice. Mar 10 15:53:23 much better. Mar 10 15:53:48 TFTP has a blksize extension that would be handy. Mar 10 15:56:00 I’m planning on changing my u-boot default to TFTP uEnv.txt. Next, I will split my ramdisk image into 16MB chunks for transfer and use uEnv.txt to specify where to put all the chunks in RAM. Mar 10 15:56:56 Have any chance to look at WebUSB? Mar 10 16:36:13 jkridner: yeah, webusb won't work for our case, as it doesn't allow kernel driver detach Mar 10 16:36:45 does the ROM grab a kernel driver? Mar 10 16:37:03 yes, https://bugs.chromium.org/p/chromium/issues/detail?id=679314 Mar 10 16:37:50 getting access denied and no solution exits, they don't even plan to even Mar 10 16:38:16 ah.. even once Mar 10 16:39:04 seems to day it is just broken for some platforms. Mar 10 16:40:07 only windows doesn't attach a kernel driver Mar 10 16:44:04 jkridner: webusb has a node.js port also, we can try to implement all code there and use node-usb to detach kernel driver. Once we've working code, we can later switch to the web interface when kernel driver detach is supported there Mar 10 17:07:16 jkridner: wanna increase the blksize? Mar 10 17:07:44 usb bulk transfer will still have 512 bytes limit, how that's gonna be helpfull? Mar 10 17:12:53 hmmm Mar 10 18:11:56 ds2: I don't get what exactly is are we after for GPU offload.... Do we want to Mar 10 18:12:28 1) Offload data to GPU; present a library, benchmark it and document it. Mar 10 18:13:08 2) No library; Computation using GPU and benchmark + documentation. Mar 10 18:14:42 3) Benchmark + documentation but this time the GLES part; more graphics specific + exploring special IMG extensions and also the xfer times apart from bc cat Mar 10 18:15:42 4) Something else (?) Mar 10 18:58:23 jkridner: For speech recognition in the speak &spell project, you have suggested TIesr before. But doesn't that add extra hardware to the project? Is it better than pocketsphinx? Mar 10 19:30:16 no, TIeser is just software. Mar 10 19:30:20 It doesn't add extra hardware, it just uses ARM hardware. Mar 10 19:31:05 pocketsphinx might be good. Mar 10 19:31:06 it would be interesting to compare. Mar 10 19:31:33 I know TIesr has a grammer specification that might improve recognition. Mar 10 19:32:42 is CMUSphinx different than PocketSphinx? Mar 10 19:36:54 ravikp7: I like the approach of addint testscr.txt, but let's just call it uEnv.txt, since that is noremal. Also, you can just to 'dhcp' rather than set serverip/ipaddr and it "just works". Mar 10 19:37:15 ravikp7: I think I'm going to have to add blksize support to the TFTP server. :-( Mar 10 19:37:50 I added a TFTP error response on file-not-found to avoid u-boot hanging. Mar 10 19:39:17 ravikp7: also, we need to stop thrashing binaries in git.... Can you stick them in as releases from a u-boot repo or something? Mar 10 19:39:34 I'm looking at doing a git submodule for Buildroot to make it easy. Mar 10 19:40:20 ravikp7: block size option: https://tools.ietf.org/html/rfc2348 Mar 10 19:43:34 support in u-boot https://lists.denx.de/pipermail/u-boot/2009-August/058164.html Mar 10 19:46:19 jkridner: They aren't different. Pocketsphinx is the latest version of CMUsphinx Mar 10 19:49:15 > I know TIesr has a grammer specification that might improve recognition. Mar 10 19:49:15 Nice. This is a better idea. Mar 10 20:25:38 ravikp7: usb bulk TRANSACTIONs are limited to 512 bytes. TRANSFERs can be tremendously larger. Mar 10 20:26:00 ravikp7: your code has an issue if the file to be transferred is a multiple of 512bytes. :-( Mar 10 20:45:46 jkridner: Why are graphics modules not installed by default in images? Mar 10 20:46:34 iot image? Mar 10 20:46:40 or lxqt image? Mar 10 20:46:48 iot images are intended to be headless. Mar 10 20:46:50 most of the time, anyway. Mar 10 21:01:50 I mean sgx ones Mar 10 21:03:34 ravikp7: I pushed a fix for the multple of 512 issue. Mar 10 21:03:42 Sidharth: what disk image? iot? Mar 10 21:03:46 I understood you meant sgx by graphics modules. Mar 10 21:03:59 stretch iot image Mar 10 21:04:52 sorry its the stretch lxqt Mar 10 21:05:35 k, that's surprising. good question for rcn-ee. ask on beagleboard AT google groups DOT com. Mar 10 21:25:15 ds2: Well, you can tell me anytime!! Mar 10 21:34:46 ds2: Or if you think that I won't be able to make it, please tell that to me as well! Mar 11 00:07:30 thanks ds2! Mar 11 00:07:51 https://github.com/jadonk/buildroot/commit/db0efd0950263c5a4ae88121802046b24d6d39e2 is the buildroot config. Mar 11 00:07:57 boots nicely to a prompt now. Mar 11 00:08:05 now, to actually enable the netconsole stuff. Mar 11 00:41:27 glad it worked! **** ENDING LOGGING AT Sun Mar 11 03:00:02 2018