**** BEGIN LOGGING AT Mon Mar 05 03:00:04 2018 Mar 05 07:11:49 hjhee_: Also, its not necessarily project requirement to use PASM, you can simply use TI C ompiler. And, there is literally no need, to use the Beaglelogic kernel and create sysfs entried. That would be reinventing the wheel. We already have RPMsg and remoteproc to do all those things. Hence there is no major Kernel tweak required Mar 05 07:12:14 :s/entried/entries/ Mar 05 07:13:59 Although you probably will have to write a RPMsg client driver. Mar 05 09:58:57 zeekhuge: BeagleLogic does not use rpmsg currently as it is unable to support the bandwidth required. So the communication is currently just memory operations and interrupt to/from the PRUs. Mar 05 10:01:28 The standalone version of BeagleLogic board has hardware support for the 17th pin of PRU input - the CLK pin. I'd be happy to ship a board to the selected student if the project is approved. Mar 05 10:03:33 For hardware support. Mar 05 10:32:57 Abhishek_: ah, so are we focusing the "synchronous data" as only an addition to BeagleLogic ? or will it be more like a standard generic re-usable module ? Mar 05 10:45:05 It can go both ways. If it's built as an extension of BeagleLogic, it can leverage the work already done there and the kernel driver. Mar 05 10:53:30 Abhishek_: What emulators can I use to test my Hello World application? Mar 05 11:40:18 jyothi[m]: Use qemu-arm-static Mar 05 18:27:33 jkridner: to fix issue on windows, I exchanged the config value for both configs for the spl device here https://github.com/u-boot/u-boot/blob/77bba970e2372b01156c66585db3d6fc751c7178/drivers/usb/gadget/ether.c#L386 Mar 05 18:28:41 now, spl device interface can be claimed on windows too, but getting same issue here also The remote end did not respond in time.Problem booting with BOOTP Mar 05 18:28:42 SPL: failed to boot from all boot devices Mar 05 18:30:45 on linux also, there is same issue after changing the config value which was not the case earlier Mar 05 18:32:41 https://pastebin.com/Xp5U7H4t Mar 05 20:50:28 ravikp7: got a fix? **** ENDING LOGGING AT Tue Mar 06 03:00:02 2018