**** BEGIN LOGGING AT Thu May 17 03:00:02 2018 May 17 04:15:24 jkridner[m]: anujdeshpande[m] Status update on today's work : I have tested and pushed a draft version of the C module support implementation, could test more mraa examples , all of the examples provided work well except the spi/uart ones , will look into it and solve it if possible. It would be really helpful if you could tell me what more needs to be achieved and issues with the current implementation. May 17 04:15:25 https://github.com/vaishnav98/bonescript/commit/6147b8e16cd9314cd8f63ce982455f5ec2399a52 May 17 06:04:28 abhishek_: could get spl to transfer uboot with v2018.05 on osx, log https://pastebin.com/0YiQavV6 May 17 06:05:58 abhishek_: I've currently no ideas on how to proceed to debug this problem, any pointers are most welcome May 17 06:08:06 ravikp7: Looks like something seen before. May 17 06:08:30 One thing you could try is search for the printed string and see where it's happening May 17 06:08:32 yes, it's been a long time problem now May 17 06:08:37 The last printed string May 17 06:20:59 abhishek_: This 'The remote end did not respond in time' is occuring in file 'drivers/usb/gadget/etcher.c' . Looking further into it, will ask you for help if needed May 17 15:34:52 ravikp7: Any update? May 17 16:27:38 abhishek_: tried increasing timeout, no success. Tried changing config for rndis to 2 to 1, as macOS by default uses config 1 and we've to change it with node-usb to 2, I thought that might cause some delay, but no success even there May 17 16:28:30 abhishek_: there's no bootp broadcast when using with macOS host May 17 16:38:18 https://github.com/RobertCNelson/Bootloader-Builder/tree/master/patches May 17 16:38:32 ravikp7: Check out this, rcn-ee has patches for v2018.05-rc May 17 16:40:46 abhishek_: there's patch for v2018.05-rc1 not for v2018.05, would it work? May 17 16:41:30 It should. May 17 16:41:35 There shouldn't be much of a difference here May 17 16:41:51 Let me know if it works out May 17 16:42:33 ok May 17 16:44:56 In case compilation breaks, roll back to v2018.05-rc1 May 17 17:04:25 abhishek_: it didn't work for 2018.05, rolled back to 2018.05-rc1. compiled successfully after patch May 17 17:05:02 abhishek_: my laptop runs linux. I've to use my brother's pc to use osx, can only test it tommorow now May 17 17:14:08 abhishek_: ok, tested it, still doesn't work May 17 17:17:52 Hmm, wonder if there's some USB traffic you can observe in the working case and compare it with the non working case May 17 17:18:30 Is a USB port detected the instant the SPL initializes? May 17 17:28:02 abhishek_ : indeed, the device is also claimed by node-usb after spl initialization May 17 17:29:21 abhishek_: I'll try to compare the node-usb debug logs from the working and non-working versions May 18 00:56:41 jkridner: anujdeshpande[m] status update on today's work : I was trying to fix the problems when running mraa examples from bonescript , I was able to run the examples successfully after the fix , the spi example failing was an issue with the mraa library due to setting incorrect modes on spi-pins , could solve the issue here https://github.com/vaishnav98/mraa/commit/805b7a196ed71d1f73761c7305dfdb1161baf4d5 . I also May 18 00:56:41 made some changes to the ffi implementation here : https://github.com/vaishnav98/bonescript/commit/8155fc1145be1d862e527b8a9e73b84578c4db71 . It would be really helpful if you could tell me what more needs to be implemented. **** ENDING LOGGING AT Fri May 18 03:00:03 2018