**** BEGIN LOGGING AT Sun Jun 03 03:00:02 2018 Jun 03 06:24:26 jkridner: anujdeshpande[m] can you have a look at these changes, done for implementing the remote-script upload feature. : https://github.com/vaishnav98/bonescript/compare/master...vaishnav98:remote-upload , this is a CLI for making the configurations and uploading scripts : https://github.com/vaishnav98/bonescript_remote Jun 03 12:54:42 abhishek_: reminding you to try etcher https://drive.google.com/open?id=1xlyn-pzMGYE_gY5uspdVT6Y6xb1KybqJ Jun 03 15:45:27 ravikp7: Thanks for reminding Jun 03 15:52:28 ravikp7: How do I find the pocketbeagle here? Jun 03 15:53:30 I mean, I assume that you have integrated PocketBeagle support into this Etcher GUI. If yes, how do I find that option there? Jun 03 15:59:48 muneeb17: about those file paths stuff, you can also use a config file like at /etc/prudaemon/config to specify file paths, before starting the daemon, and hard code default paths to /lib/firmware thing Jun 03 16:01:29 '/etc/default/prudaemon or something, yes Jun 03 16:14:43 abhishek_: run it as sudo, etcher doesn't support the usbboot with sudo on linux yet Jun 03 16:15:03 abhishek_: ahh, I mean without sudo Jun 03 16:15:21 it will not work.. Jun 03 16:15:59 select image, select drive option and then connect board Jun 03 16:17:17 Hmm, yeah, I get stuck at "Initializing Device" Jun 03 16:17:52 Maybe because I haven't a SD card mounted yet Jun 03 16:19:03 abhishek_: the uboot in that node-beagle-boot version doesn't mount the sd, will update in next version Jun 03 16:25:11 abhishek_: I'm having a problem with getting packets from board for the tcp/ip server, the board is sending a mDNS request on udp port 5353, the packet was received very few times in multiple attempts, I was using interface 1, which was also used for ROM and SPL. Jun 03 16:25:19 The usb device is showing 1 config with 7 interfaces, having inEndPoint addresses 129, 130, 132, 133, 134, 135 Jun 03 16:25:52 Interface number 3 isn't showing any endpoints with node-usb Jun 03 16:26:26 hmm, mDNS request - is this sent by u-boot? Jun 03 16:27:18 But when I checked usb packets with wireshark, the packets were actually received at inEndpoint address 131, which is missing Jun 03 16:27:42 abhishek_: no, when the board boots up and running debian Jun 03 16:27:57 Hmm, is it a claimed endpoint? I wonder Jun 03 16:28:37 ravikp7: Yes, it is expected that it will send an mDNS packet stating "I am beaglebone.local" Jun 03 16:29:02 yes, also claimed, but still endpoint is not showing up Jun 03 16:29:28 So the thing is, you actually end up opening both "RNDIS" and "CDC Ethernet" interfaces Jun 03 16:29:41 It's a composite device of sorts configured by the Linux gadget Jun 03 16:30:07 Are you sure both composite devices are released by the kernel? Jun 03 16:30:50 abhishek_: didn't try releasing all, tried only one at a time Jun 03 16:32:00 trying releasing both.. Jun 03 16:55:48 abhishek_: tried releasing kernel driver and claiming all interfaces, still that endpoint is not showing up Jun 03 16:56:10 showing you code, output and wireshark logs in a bit Jun 03 17:01:57 abhishek_: https://gist.github.com/ravikp7/a5c0914d270dc3f6e0d03c591e3ad9a6 Jun 03 17:02:29 * ravikp7 uploaded an image: Screenshot from 2018-06-03 22-18-17.png (567KB) Jun 03 17:04:25 Look at 3462 Jun 03 17:04:25 *3461 Jun 03 17:04:44 Why is your PC responding? Jun 03 17:04:59 what's the output of lsusb -v? Jun 03 17:19:42 abhishek_: the endpoint is showing up in lsusb Jun 03 17:20:03 I see. Jun 03 17:20:16 I mean, look at wireshark transaction #3461 Jun 03 17:20:47 It's a response from your PC - if that is not from the TCP server then it means that probably your PC is still in control Jun 03 17:21:41 yeah, the screenshot is from logs taken earlier Jun 03 17:39:00 abhishek_: after claiming all interfaces, pc doesn't respond to the mdns request, but that endpoint still doesn't show up with node-usb Jun 03 17:39:56 even when this is running with sudo? Jun 03 17:41:01 abhishek_: yes Jun 03 17:54:21 abhishek_: though we claim the interface, there's still a ICMPv6 Multicast Listener Report is being send by pc to bb, to bb replies with same packet and then ICMPv6 Neighbour Solitication by bb Jun 03 17:54:52 and then mdns from bb Jun 03 17:55:18 further replies are not sent by pc, as I guess till then the interface gets claimed Jun 03 18:16:37 abhishek_: there was a delay in code for claiming device except ROM, that was causing the issue Jun 03 18:17:22 now, packets are recieved on interface 1 Jun 03 18:24:20 sometimes very small issues eat up a lot of time.. Jun 03 18:24:49 abhishek_: thanks for helping out :) **** ENDING LOGGING AT Mon Jun 04 03:00:00 2018