**** BEGIN LOGGING AT Sat Feb 28 02:59:59 2015 Feb 28 09:09:39 Is jason kridner there ??? Feb 28 09:16:23 jkridner seems to be here Feb 28 11:14:53 hii..i have doubt regarding booting process of wiring framework which is to be implemented in the project similar to energia.. Feb 28 11:15:16 let we call it as BlackArduino.. Feb 28 11:16:27 for starterware... which is for AM335x we have MLO file which will boot using u-boot Feb 28 11:18:15 i want to compare the process flow of energia and blackarduino which we want to make.. Feb 28 11:19:35 C code in energia -> performs some process -> avr-gcc compiler ->all obj are linked -> send to boot.. Feb 28 11:21:30 so in energia.. on top we have energia environment and on backhand uses arduino framework to upload to board... Feb 28 11:23:07 so similarly in blackardino, on top we have blackarduino environment and then starterware is used in backhand to compile....but how this blackarduino will be booted up initially when connected to desktop ?? Feb 28 11:23:56 any help plss ??? Feb 28 11:27:03 or it will be otherway round ?? starterware is booted first and then arduino framework is applied ... Feb 28 11:27:20 am i thinking in right direction ?? Feb 28 11:32:07 av500: jkridner ?? Feb 28 11:32:10 hi kridner !! I need to talk to you about some contributions I want to make to one of your project... Feb 28 11:44:20 jkridner: you around ? Feb 28 14:04:05 Hello everyone , Feb 28 14:06:52 I went through the idea and want to PRU bridge or PRUSS support project Feb 28 14:08:00 alexanderhiam : thanks a ton for the images :D Feb 28 14:09:44 but I don't have much knowledge and experience of working with them , can anyone guide me how to start ? Feb 28 16:55:57 hey guys Feb 28 16:56:36 i have so far successfully compiled the vanilla kerne v3.18.7l with and without preempt option Feb 28 16:56:54 any suggestions before i go on to preempt_rt patch and xenomai? Feb 28 16:57:09 v3.18.7* Feb 28 17:16:37 karki: more captures coming your way Feb 28 17:16:45 :) Feb 28 17:17:11 ~3.8% jitter on the PWM outputs at 2kHz Feb 28 17:17:57 alexanderhiam : I was writing a few slides on PyBBIO for my Talk; I'll be done by tomorrow :) care to review it? Feb 28 17:18:06 cool, sure Feb 28 17:18:30 I wonder how that jitter is getting there? Feb 28 17:18:49 non real-time event loop Feb 28 17:19:12 nope, it is; or so I thought Feb 28 17:19:28 ah, I guess I haven't looked at the pru1 firmware Feb 28 17:19:38 it's timer based Feb 28 17:19:53 no way I expected it to have much jitter Feb 28 17:20:16 * karki needs to buy a oscilloscope :( Feb 28 17:22:32 well if it's based on the pru's timer then it's probably a result of the event loop and timer not being in sync Feb 28 17:24:31 alexanderhiam : all it could go wrong is the timing being 10-15ns off Feb 28 17:24:54 https://github.com/deepakkarki/pruspeak/blob/master/src/pru-firmware/pru1_firmware.c Feb 28 17:25:43 alexanderhiam : I made sure timer does not go off before this line : https://github.com/deepakkarki/pruspeak/blob/master/src/pru-firmware/pru1_firmware.c#L99 Feb 28 17:27:43 oh wait...... yeah I expect approx 3 inst here there Feb 28 17:27:51 thats 15 ns approx Feb 28 17:28:06 which comes down to 3.8% :( Feb 28 17:28:33 I should probably compile with the -o3 flag and check! Feb 28 17:47:58 hey jkridner, you had a chance to take a look at that unit test cape? Feb 28 17:48:32 karki: this might be of interest to you as well: https://github.com/graycatlabs/UTCape Feb 28 19:06:13 hii..i have doubt in booting process of starterware project.. Feb 28 19:06:22 likewise in energia in front end there is energia environment and on back hand arduino environment works. So process flows from energia to arduino and then .hex file is uploaded. Feb 28 19:06:39 in this project starterware will be in backhand and some environment will work front end. So while booting BBB, with which MLO file it will boot ?? starterware's ?? Feb 28 19:18:27 anybody ?? Feb 28 19:54:13 jkridner: av500 anything ?? Feb 28 20:23:42 <_av500_> geekswine: sorry, its weekend Feb 28 20:24:23 ohh...okk..sry.. Feb 28 20:24:37 i'll do some research work..:) Feb 28 23:07:59 If a USB device has more than one interface, it calls the probe function multiple times. We can filter that out using USB_DEVICE_AND_INTERFACE_INFO. But is there any way to know which interface we are interested in as we don't want to send data to ADB interface. **** ENDING LOGGING AT Sun Mar 01 02:59:59 2015