**** BEGIN LOGGING AT Mon May 19 02:59:58 2014 May 19 03:00:56 karki: i don't get the ABI changes sanity May 19 03:13:23 mranostay : Did you not have a problem with far pointers? May 19 03:15:23 yeah they never worked for me May 19 03:18:41 never "worked" as in? They did not compile? or the code generated was WTH? May 19 03:19:23 it compiled for sure May 19 03:20:05 but i suspect i need to compared the README.txt for more stuff May 19 03:21:29 hhmm...... May 19 03:21:43 mine compiles but does not link :/ May 19 03:22:02 what is your linker script look like? May 19 03:22:05 pastebinit May 19 03:22:17 okay! May 19 03:26:46 mranostay : linkerfile ( https://gist.github.com/deepakkarki/2f19309d3bcf43bfb2ad ) and pru_defs.h ( https://gist.github.com/deepakkarki/2609f24a8c7d0e6ab6ea ) May 19 03:26:59 linker file is the same as yours for v2 May 19 03:27:06 which you later rolled back May 19 03:28:12 I have defined only C0 and C4 for now..... May 19 03:29:16 well you can have the same names for both May 19 03:29:34 *can't May 19 03:29:42 s/MEM/C0/ or C4 May 19 03:31:41 success May 19 03:31:58 I had so many versions I got confused :/ May 19 03:32:05 Thanks mranostay ! May 19 03:32:23 How do I check whether this works now? May 19 03:34:13 well you load it with the remoteproc May 19 03:34:34 correct paths and echo BB-BONE_PRUXX in slots May 19 03:48:07 mranostay : but I don't have the led strip to check it out on :p May 19 03:49:32 mranostay : also what ABI changes were you talking about? problem with the downcall? May 19 11:45:37 Morning [UGT] May 19 11:54:30 :') May 19 13:00:13 morning Abhishek_ May 19 13:01:02 hello vvu May 19 13:13:46 Goord moring guys! May 19 13:14:34 Have you check the google doodle: g.co/doodle/efpnzc May 19 14:42:19 DiegoTc: yeah seen that, runs kinda slow on my chromebook :D May 19 15:56:14 weird, coding period has started.......... just sinking in! May 19 16:01:19 * vvu plans to code some usb stuff with ruby May 19 16:24:41 vvu : ruby ? May 19 16:25:03 what usb stuff do you plan to code with ruby? May 19 16:25:20 * karki_ hopes to find panto soon May 19 16:26:26 yeah wanna finish my finals faster and get some work done on my usb flasher May 19 16:26:28 to make it nice May 19 16:26:34 and easy to use May 19 16:26:56 cuz now it has some ugly C code over there, i was implementing all the data types for IP/Ethernet/DHCP and all that stuff May 19 16:28:02 * karki_ prefers python over ruby. wonders if vvu has a particular reason to choose ruby over python, or just that he likes ruby... May 19 16:29:19 i am a bit bored of python, the last 4 months i am coding on a daily basis python for a computer networks project :( May 19 16:30:40 I know that feeling ;) but ruby is a bit too cryptic for me. May 19 16:31:03 i took a course at university about ruby last year and got my attention May 19 16:31:11 super fast coding there :) May 19 16:31:51 I got fed up of ruby thanks to my intensive involvement with RoR! May 19 16:32:10 * karki_ likes flask :3 May 19 16:34:05 vvu can I have a link to you github profile? May 19 16:34:31 github.com/ungureanuvladvictor May 19 16:42:14 vvu : I see you are into IoT :) May 19 16:42:35 yep May 19 16:43:01 as av500 said have some things connected to the internet so IoT :) May 19 16:46:15 ;) May 19 16:47:02 you finished with your finals ? May 19 16:47:47 * vvu hopes next year will have less classes and more time to hack on random bits May 19 16:51:30 nope one pracs tomorrow ( extremely lite ), one on thursday (heavy :/ ) and one on saturday (Thats okay! ) May 19 17:14:17 karki_: hmm i think cregister email clears up most questions but now to see if it works May 19 17:17:16 mranostay : email? May 19 17:18:29 er i mean Abhishek_ :) May 19 17:24:21 mranostay : I had a lot of questions about cregisters too, if it is generic could you fwd me the mail? (deepak6k@gmail.com) May 19 23:57:24 * Abhishek___ thinks about the extra underscores that got added to his nick May 20 00:13:02 Abhishek_: no sleep ? May 20 00:43:40 * Abhishek_ has slept 8 hours already, and is now up. 8am here May 20 02:03:56 hmmmm May 20 02:09:42 * Abhishek_ had a bad time replacing PRU_EVENTOUT_0 with PRU_EVENTOUT0 May 20 02:11:10 why are you replacing it? May 20 02:11:27 and what's wrong with :%s/PRU_EVENTOUT_0/PRU_EVENTOUT0/g May 20 02:11:28 ? May 20 02:12:06 no, had a bad time when I did prussdrv_pru_wait_event(PRU_EVTOUT0) the application was hung waiting for a wrong interupt May 20 02:12:50 PRU_EVENTOUT_0 is 0 and PRU_EVENTOUT0 is 2 May 20 02:29:47 Oh May 20 02:29:49 that blows May 20 02:29:58 what are you starting with? May 20 02:31:16 the PRU FW May 20 02:33:54 from scratch? May 20 02:34:00 or one of the PRU demo examples? May 20 02:35:20 based on one of them, but it's not directly copy pasted May 20 02:35:28 oh May 20 02:54:56 having NFS setup really helps, no need to scp everytime I change something. **** ENDING LOGGING AT Tue May 20 02:59:58 2014