**** BEGIN LOGGING AT Fri Jun 20 03:00:00 2014 Jun 20 03:31:21 Abhishek__: Thanks for the direction. The garbled text was actually a UTF8 encoding issue. Jun 20 04:08:15 how was it fixed? Jun 20 04:09:10 U8 conversion. Jun 20 04:09:23 I was referring a couple of codes to see how others are doing it. Jun 20 04:09:40 And the pointers you gave ystrdy Jun 20 04:13:05 as of now, you are debugging using ADB? Jun 20 04:22:09 Yep. ADB is very good but I'm not able to have it running when I switch to ADK mode. Jun 20 04:23:35 And I switch to ADK mode immediately after connection so, no real time debug tool for Android app. Connect. Use. Disconnect and read logs to see what went wrong. Jun 20 04:24:08 I see. Jun 20 04:26:37 panto: Does exiting from a threaded IRQ trigger an immediate reschedule? [could I replace wake_up_interruptible with wake_up_interruptible_sync in the IRQ handler?] Jun 20 06:53:09 morning Jun 20 06:54:30 Abhishek_, what? that's an optimization only for SMP systems Jun 20 06:54:39 k Jun 20 06:55:28 * Abhishek_ is currently implementing unified PRU firmware for all possible (200 / n) MHz sample rates. Jun 20 07:41:41 update: keeping simplicity (and practicality) in mind, sample rates supported would be (100 / n) MHz. [otherwise too much duplication of code in the PRU1 firmware] Jun 20 16:00:20 exporting kernel_release variable would allow me to patch the current kernel without altering the kernelrelease string? Jun 20 16:01:23 [it's something like 3.8.13-00763-g****, had become 3.8.13-00763-g*****-dirty when I modified a file. I would like to try out my modifications without altering the kernel release string] Jun 20 16:02:56 disable: CONFIG_LOCALVERSION_AUTO (it'll just be 3.8.13) Jun 20 16:10:02 rcn-ee: k, is there a way I can keep the currently generated version string (without having to do a full rebuild and module install) for the moment? Jun 20 16:12:46 Abhishek_, well, you could comment out this if block: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/scripts/setlocalversion?id=refs/tags/v3.16-rc1#n76 Jun 20 16:13:20 k, thanks! Jun 20 17:47:35 Apparently, documentation of other TI assemblers seems to give more insight into the PRU assembler Jun 20 18:18:05 update: 8-bit & 16-bit samples, (100 / n) n = 1,2,3,... sample rates are now fully supported by the BeagleLogic PRU firmware Jun 20 18:18:18 *(100/n) MHz Jun 20 19:00:38 mranostay: Would you try out the BeagleLogic stuff this weekend if I git send-email you :) ? Jun 20 20:05:48 oho, won the GSoC lottery for place at the conference :) Jun 20 20:06:00 cool :) Jun 20 20:07:44 are you planning to attend? Jun 20 20:08:37 think so , at least i have the visa already from a previous hackathon in the us Jun 20 20:57:33 BeagleLogic now sampling at 5 MHz : http://s15.postimg.org/qrmzkrrvf/Screenshot_from_2014_06_21_03_56_13.png Jun 20 20:57:51 ^ bottom of the screen Jun 20 21:33:29 mranostay: git send-email time :) Jun 20 22:48:47 Abhishek_: yeah better send it this evening.. world cup will be in play for saturday :) Jun 20 22:49:30 an announcement on the GSoC ML first Jun 20 23:19:11 Abhishek_: also probably will have a b-day hangover. you still using a 'dd' as your test? Jun 20 23:19:49 mranostay: yep, but will write my own application soon Jun 20 23:20:48 There's a 100ms DMA buffer mapping latency while opening /dev/beaglelogic that messes up read speeds. Jun 20 23:22:04 Abhishek_: only at start right? Jun 20 23:22:40 every time the file is opened (and released when the file is closed) Jun 20 23:23:05 yep Jun 20 23:39:11 announced the BeagleLogic core specifications on the GSoC mailing list Jun 21 00:23:50 mranostay: upcoming Jun 21 00:30:40 mranostay: I missed a file in the patch, sending you another set Jun 21 00:36:16 This patch is to be applied on top of your last patch Jun 21 00:38:22 ah ok will test this evening Jun 21 00:43:30 mranostay: the patch is to be applied in the kernel. The beaglelogic module from my tree is to be built against the patched kernel and PRU firmware to be installed separately. Jun 21 02:20:06 Abhishek_: btw what arm toolchain did you use? Jun 21 02:29:02 mranostay: that's arm-linux-gnueabihf 4.8. **** ENDING LOGGING AT Sat Jun 21 03:00:00 2014