**** BEGIN LOGGING AT Mon Feb 26 03:00:02 2018 Feb 26 07:55:37 Hi Feb 26 10:20:15 zeekhuge: Hello, I was trying your BeagleScope rproc examples on the latest image and unbind/bind doesn't work. I tried rmmod/modprobe and rebooted but in vain. The examples were working fine in 4.4 Feb 26 10:21:20 muneeb17: you sure the pru_rproc kernel module is loaded ? Feb 26 10:21:33 yes its running Feb 26 10:22:16 im getting permission denied when using bind/unbind Feb 26 10:22:46 but you said that the blinky worked ? no ? Feb 26 10:23:04 i updated my bbb yesterday Feb 26 10:23:54 can you look into `dmesg` if there is some info in there .. Feb 26 10:25:04 maybe : `dmesg | tail -n 30` Feb 26 10:26:08 nope nothing there Feb 26 10:27:10 someone else posted this as well https://groups.google.com/forum/#!topic/beagleboard/P6uCm3ecCM8 Feb 26 10:30:28 what is the current kernel version you are using Feb 26 10:30:29 ? Feb 26 10:30:44 4.9.78 Feb 26 10:46:37 muneeb17: Tried to do a quick look, but didnt find anything useful. Will look into it a bit later (busy now) Feb 26 10:46:40 can you do these : Feb 26 10:47:13 `lsmod | pastebinit` Feb 26 10:47:14 `dmesg | pastebinit` Feb 26 10:47:17 and give the link Feb 26 10:47:20 *links Feb 26 10:47:25 ok Feb 26 11:06:43 http://paste.debian.net/1012038/ http://paste.debian.net/1012039/ Feb 26 11:11:14 the last entries for dmesg are for rmmod and modprobe. Nothing happened when i ran the pru_blinky example. Feb 26 12:40:43 muneeb17_: did you try again after remmod and modprobe ? coz nowhere else in the dmesg I see the driver is probed. Ideally, the drivers should get probed while booting up. Feb 26 13:19:04 muneeb17: You probably disconnected .. so I am repeating .. Feb 26 13:19:05 muneeb17_: did you try again after remmod and modprobe ? coz nowhere else in the dmesg I see the driver is probed. Ideally, the drivers should get probed while booting up. Feb 26 14:22:18 zeekhuge: Sorry I confused you. The pru probes in the dmesg are the ones produced during bootup. Feb 26 15:21:46 testing.... should be down to 1 slackbot. Feb 26 15:22:07 yes, one slackbot only. Feb 26 15:23:03 whew Feb 26 16:01:04 ravikp7: I have more comments one https://github.com/ravikp7/node-beagle-boot/issues/16 Feb 26 16:01:17 thanks for adding more instructions. Feb 26 16:01:33 ah, I see the comments that answer my question. Feb 26 16:01:37 thanks! Feb 26 16:05:29 why RANDOM_ETHADDR? Feb 26 16:06:45 jkridner: That's to avoid a warning that occurs in u-boot that would occur otherwise. Feb 26 16:07:02 meh Feb 26 16:07:19 I'd rather not create a new network device every time, personally. Feb 26 16:07:21 jkridner: Abhishek_ suggested it Feb 26 16:08:00 You can try building u-boot without it, other than that warning nothing should happen acc to me. Feb 26 16:08:34 for some reason, my spl still never runs. Feb 26 16:08:51 ravikp7, Abhishek_: Why not make a patch for the deltas to be more precise? Feb 26 16:09:39 I'm trying to enable netconsole in my build.... and I had it working before. Feb 26 16:10:02 for some reason, your binary works and my hangs after sending SPL. Feb 26 16:10:54 are you trying to rename MLO to spl? Feb 26 16:11:43 looking at my deltas: http://paste.ubuntu.com/p/6g6Bx2dF7W/ Feb 26 16:11:46 the SPL binary is in /spl/u-boot-spl.bin Feb 26 16:11:53 no, I'm using spl/u-boot-spl.bin Feb 26 16:12:58 my defconfig is based on am335x_beagleboneblack_defconfig, I believe. Feb 26 16:13:34 or am335x_pocketbeagle_defconfig? Feb 26 16:14:28 ravikp7's and mine u-boot SPL build is based on adding those lines to am335x_evm_defconfig Feb 26 16:15:24 I'm using am335x_pocketbeagle_defconfig, but it doesn't exist in mainline. Feb 26 16:15:42 the diff is massive to that one, unfortunately. Feb 26 16:15:44 Are you on the v2018.01 branch? Feb 26 16:16:00 (or tag) Feb 26 16:16:27 http://paste.ubuntu.com/p/2Q7wyFqVBg/ Feb 26 16:16:30 any major difference between those? Feb 26 16:17:10 let me rebase. I'm currently off of 1989374b21089c63019fc9648408c8d609023ffe Feb 26 16:19:21 jkridner: make sure to git pull for node-beagle-boot, pushed improved request identification yesterday Feb 26 16:20:23 in dev branch Feb 26 16:22:07 That's a very welcome improvement than what was there previously. Feb 26 16:23:30 Abhishek_: can you share the binaries that you want to transfer within uboot, want to fix this next Feb 26 16:25:56 due to in-experience, can't get any such cases for tftp after u-boot Feb 26 16:26:57 new diff: http://paste.ubuntu.com/p/kYGsZxRxkX Feb 26 16:27:02 vs. v2018.01 Feb 26 16:28:40 ravikp7: My use-case is receiving a file from within the u-boot prompt Feb 26 16:29:11 There's a tftp command (don't remember the exact syntax) but you can use the command to pull a file from the TFTP server to memory Feb 26 16:30:11 Abhishek_: I have a hack to parse TFTP packets as well. Feb 26 16:30:41 yikes. now my GCC is too old. Feb 26 16:46:02 Abhishek_: I'm able to capture the rom requests over network interface using wireshark, but unable to capture requests from say spl device which shows up for very short time over the network interface, how you did that? Feb 26 16:47:05 After loading the SPL file using u-boot I terminated the node-beagle-boot script. Feb 26 16:53:40 that way, only the first dhcp discover request can be captured. I think I need to use breaks in script itself after every request to analyse it otherwise would need superfast reflexes! to terminate script manually Feb 26 16:59:43 https://www.crowdsupply.com/qwerty-embedded-design/beaglewire Feb 26 17:00:09 we are live Feb 26 17:01:02 m_w: can you please add https://beagleboard.org/approved to show approval of using the name "Beagle" in your product name? Feb 26 17:02:27 jkridner: on the campaign site? Feb 26 17:02:36 yes, please. Feb 26 17:03:05 I mean to use the logo on the campaign site. Feb 26 17:03:21 oh okay Feb 26 17:06:51 Hello I just pushed a pull request to https://github.com/jadonk/gsoc-application/tree/master/ExampleEntryJasonKridner Feb 26 17:07:15 As stated on the GSoC page Feb 26 17:12:41 ravikp7, Abhishek_: so weird, latest u-boot build didn't make a u-boot.img... Feb 26 17:12:58 ah: /mnt/u-boot/drivers/mtd/spi/sf.c:24: undefined reference to `spi_xfer' Feb 26 17:16:03 disabled spi Feb 26 17:19:26 spiritus: great! start discussing the projects that you're interested in working on, feel free to ask questions here, people will reply as soon as they can Feb 26 17:28:57 m_w: awesome, and all the best! Feb 26 17:29:27 Abhishek_: thanks! Feb 26 17:30:10 the extended gsoc experience Feb 26 17:41:43 jkridner: the beagleboard.org approved logo is on the page now :) Feb 26 17:41:58 thanks! Feb 26 17:42:17 spiritus: thanks, but stick around next time so we can meet you! Feb 26 18:01:09 ravikp7, Abhishek_: hmmm..... https://github.com/jadonk/node-beagle-boot/commit/61401d851cf711cf4ab65b73df68197c831f1e09 still hangs on SPL. Feb 26 18:18:43 jkridner: your spl binary isn't running, checked serial output Feb 26 19:08:00 ravikp7: https://github.com/jadonk/u-boot/commit/a87b67d5a93e124a5ead3f61f6b1edb3ef17bb71 still isn't enough to make it boot. :-( Feb 26 19:51:28 ravikp7, Abhishek_: grrr.... https://github.com/jadonk/u-boot/commit/befa3f97855a7b8b6a047a4297ced62d18dafad5 doesn't work either. No SPL output. Feb 26 19:52:05 give me a working commit id!!!~ Feb 26 20:03:34 f-ing comcast Feb 26 20:44:40 k, https://github.com/jadonk/u-boot/commit/543ae22d906a4ad68a3fdc3e66f954d955bc14e8 got me to the point SPL is printing output to the UART. Feb 26 20:47:53 I'm getting "Trying to boot from USB eth", but not detecting the device. Feb 26 21:14:49 jkridner: my commits https://github.com/ravikp7/u-boot/commits/tmp Feb 26 21:15:29 changed in v2018.01 tag Feb 26 21:26:49 thanks. **** ENDING LOGGING AT Tue Feb 27 03:00:01 2018