**** BEGIN LOGGING AT Tue Mar 06 03:00:05 2018 Mar 06 03:05:55 jkridner: not yet, still working on it. Got to learn a lot about usb drivers to debug this.. Mar 06 04:22:47 unfortunately, I need a fix weeks ago. :-( Mar 06 04:31:30 jkridner: for now, you can either use a linux pc, or on mac, use the old spl binary to load latest u-boot binary Mar 06 04:31:55 I can't get the old spl to run anymore. Mar 06 04:32:09 I'm going native Linux tomorrow. My VirtualBox didn't work. :-( Mar 06 04:34:04 jkridner: got some more fixes in dev branch, no need to rename binaries anymore, plus tftp from uboot console working now Mar 06 04:36:21 ravikp7: I'll check today evening. Mar 06 04:36:54 (your fixes) Mar 06 04:37:12 okay :) Mar 06 09:08:51 help Mar 06 11:12:38 shyaman : call 911 Mar 06 13:48:52 Who is the org admin for BeagleBoard in GSoC? Mar 06 14:16:56 me, av500 and @cathy.wicks Mar 06 14:38:03 stardust: don't bother to ping me privately... Mar 06 14:38:12 far more useful to ping me here. Mar 06 14:56:10 I have a new interpretation of "synchronous data collection", and suggest it added to the proposal Mar 06 14:56:46 the measurement can also be triggered by LAN Mar 06 14:57:30 at a specified time, all instruments can perform measurement at the same time Mar 06 14:57:40 so "synchronous data collection" Mar 06 14:58:30 this idea comes from LXI: LAN eXtensions for Instrumentation Mar 06 14:59:41 all I need to do is implement IEEE 1588 protocol for time synchronization, the server part Mar 06 14:59:52 I would wait for ds2 to comment on this. Mar 06 15:00:10 He should be online soon I guess. Mar 06 15:01:59 Mar 06 15:02:42 :s/\s\+$// Mar 06 15:20:07 jkridner: Sorry about that! What are you expecting for a good proposal for the "Getting started with PocketBeagle" project? Mar 06 15:20:25 Am I listed as mentor for that one? Mar 06 15:20:32 I think so Mar 06 15:20:35 oh, I am. Mar 06 15:21:09 k, I'd hoped Cathy Wicks and Erik Welsh would get more involved in that one. Mar 06 15:23:52 Ok, I will talk to them. Thank you! Mar 06 15:24:20 What are their IRC users? Mar 06 15:30:38 stardust: I think their IRC nick are @cathy.wicks and av500 respectively. Mar 06 15:33:59 s#\s Mar 06 15:34:58 Erik is not currently on IRC. av500 is Vladimir Pantelic. Mar 06 15:37:02 How do I contact Erik then? Mar 06 15:39:22 stardust: you can cc his e-mail when sending something to the mailing list. Mar 06 15:44:01 Erik Welsh at octavo systems dot com Mar 06 15:44:10 with a dot between Erik and Welsh Mar 06 15:44:31 Thank you! Mar 06 15:53:06 @Cathy Wicks: I think beagleslackbot is having trouble speaking in the IRC channel. Mar 06 15:53:50 Another app called Riot.im works to give you app access to #beagle-gsoc: https://riot.im/app/#/room/#freenode_#beagle-gsoc:matrix.org Mar 06 15:54:27 don't know how to fix beagleslackbot right now... I already have it restarting every day. Mar 06 15:54:41 log probably says something, but who has time to read logs? Mar 06 15:56:56 Hi Mar 06 15:57:26 Testing from matrix.org Mar 06 15:58:52 seems to work. Mar 06 16:38:38 can someone help me with https://github.com/beagleboard/node-beaglebone-boot this page is not available Mar 06 16:39:12 i would like to work on this project Port BeagleBone USB-based bootloader server from C to JavaScript Mar 06 16:58:21 jkridner: we can't integrate node-beagle-boot to chrome plugin/app as google has stopped supporting chrome apps. As other option, I suggested to use WebUSB to have a web hosted app interacting with the device. But, that's also not gonna work, as "Detaching kernel driver is not supported in WebUSB". And they don't wish to do so https://bugs.chromium.org/p/chromium/issues/detail?id=679314 Mar 06 16:58:49 I tested webusb, can't claim the device interface Mar 06 16:59:31 seems like we'd have to stick to node/electron for now Mar 06 17:01:58 ravikp7: Tested transfer of file via TFTP in u-boot console, seems to work :) Mar 06 17:02:07 on Ubuntu 16.04 here. Mar 06 17:02:34 I'm using custom SPL and u-boot that works with the BeagleLogic board here. Mar 06 17:04:10 glad to hear that :) Mar 06 17:12:50 hmm, some progress on booting BeagleLogic from SPI flash. At least the SPL loads but fails at "SPL: Unsupported boot device!" Mar 06 17:13:08 will debug tomorrow. Mar 06 21:15:34 Hmmmm Mar 06 23:35:13 ravikp7: the current dev branch seems to boot into the eMMC image at the end rather than entering UMS mode. Mar 07 01:26:18 jkridner: that's happening bcz both spl device and ums device have same vid/pid Mar 07 01:29:29 Either of them should be changed, or some quick identification from device description should fix that i guess Mar 07 01:31:03 ravikp7: The u-boot build needs some changes to the default environment to boot into ums mode. Mar 07 01:33:23 ravikp7: shouldn't matter if TFTP provide the file name Mar 07 01:33:38 Not sure if you looked at my code that parsed out the filename. Mar 07 01:55:31 ravikp7, Abhishek_: When I build u-boot from source, it still hangs after SPL is loaded. Mar 07 01:55:44 The build documentation is not goot. Mar 07 01:55:47 good even. Mar 07 02:03:29 hmmmm.... could be tripping up on newer u-boot... Mar 07 02:03:48 new config parameter.... SPL_USB_ETHER Mar 07 02:19:34 am335x_evm_usbspl_defconfig works. Mar 07 02:31:54 Are you using the latest version of u-boot? Mar 07 02:42:28 sure spl isn't bigger then SRAM? Mar 07 02:55:12 Abhishek_: I used to change the bootcmd to ums command in include/configs/am335x_evm.h to default boot in ums mode, this https://pastebin.com/rZ3R3zRs Mar 07 02:55:30 but can't find that bootcmd there anymore.. Mar 07 02:56:04 I guess that's the reason it isn't booting into UMS Mar 07 02:57:43 yeah, didn't understand earlier what jkridner asked, just got up from sleep at that time Mar 07 02:59:36 Abhishek_: what needs to done then now for default ums mode? **** ENDING LOGGING AT Wed Mar 07 03:00:00 2018