**** BEGIN LOGGING AT Sat Apr 15 03:00:01 2017 Apr 15 03:52:23 https://pastebin.com/uwLDNGHg shows some software for BoneScript for a TMP36 temperature sensor. I have the center pin (Pin 2) on P9_40 for the sake of the software. Can anyone show me where I went wrong. It is from the book, "30 Beaglebone Black Projects." Apr 15 03:52:54 ... Apr 15 03:53:10 or can someone direct me as to where I can hunt down the error codes? Apr 15 04:13:03 ... Apr 15 04:14:55 If I change "P9_36" to "P9_40" in the analog2.js file on C9 to get a loop of temperatures for a TMP36 sensor, I get too many read-outs. Apr 15 04:15:01 ... Apr 15 04:16:32 The file is listed under examples in the Cloud9 IDE. Apr 15 04:29:40 https://pastebin.com/D3aGZWT9 is how I changed the file to suit the needs of temp. Can anyone look at it and let me know what in the hell I was thinking? Apr 15 04:29:53 ... Apr 15 04:29:59 Oh and I keep getting the same readouts. Apr 15 05:08:49 I probably have a faulty TMP sensor. Who knows? Apr 15 05:09:14 I jiggled the wires and got a different read-out. Apr 15 05:20:40 I found a back-up! Apr 15 05:35:25 It is not the temp sensor. I am getting an odd reading for some reason. Apr 15 05:48:31 Is anyone messing with Temp. sensors? Apr 15 06:25:36 gm Apr 15 06:27:51 good moaning to you too Apr 15 08:42:59 * phschafft offers milk and cookies to everybody. Apr 15 09:37:04 Hi All, Apr 15 09:37:28 anybody here has an idea about interrupts?? Apr 15 09:40:49 Hi Apr 15 09:40:59 anybody have interrupts idea? Apr 15 09:42:35 * tbr doesn't know about interrupts Apr 15 09:44:11 Thanks for reply Apr 15 09:44:17 anybody else Apr 15 09:44:53 it might really help if you'd describe the *actual* problem that you're trying to solve Apr 15 09:45:27 Actually I am trying to enable and work with UART2 on beaglebone black Apr 15 09:46:05 That part I have done successfully, now I want to enable the interrupts for uart2 Apr 15 09:46:59 registering interrupts and all working fine, I have written a small interrupt handler, whenever there is an interrupt occurs Apr 15 09:47:25 But some how my beaglebone board is getting hang, the moment it receive interrupt Apr 15 09:47:40 I think you got my problem Apr 15 09:48:09 so is this bare metal or on linux? Apr 15 09:48:53 linux Apr 15 09:49:43 kernel code or userland? Apr 15 09:49:51 kernel code Apr 15 09:51:51 haven't looked deeper into this since 2.4.x... Apr 15 09:52:36 but make sure if you handle the interrupt to actually also return from it or whatever. sounds like you might be getting stuck in your own code. Apr 15 09:53:32 also there are things like kgdb, also works over UART (obviously use another than UART2) Apr 15 09:54:39 interrupt is getting registered perfectly Apr 15 09:54:56 do you know about UART_IER register Apr 15 16:39:39 hello Apr 15 16:40:39 after installing a new ubuntu with ti rt kernel on my beaglebone blacks mmc, autoconfiguration of usb0 ethernet connection doesn't work Apr 15 16:40:45 I need some help with this... Apr 15 17:07:59 Newbie in quadcopters. How would you connect a traditional taranis frsky with an X8R receiver to a Beagleboard blue? Apr 15 17:08:50 Would you need the DSM orange xmitter conversion? Apr 15 18:09:06 rogi: last time I checked ubuntu images didn't use the USB connection for network. you'd need to e.g. use the debug UART Apr 15 18:10:56 tbr: since I posted I have improved things a little bit, but it's still not working as expected Apr 15 18:12:14 the thing is - when I plug in USB cable and BBB boots ubuntu, after ~30s I can see in my host that new wired connection was made Apr 15 18:12:54 when I try to ssh ubuntu@192.168.7.2 I get connection refused Apr 15 18:13:42 and the funny part is that if I only plug in an ethernet cable to eth port of BBB, after few seconds I can already connect to BBB with ssh ubuntu@192.168.7.2 :D Apr 15 18:14:00 it somehow unlocks that USB connection Apr 15 18:14:35 no idea how the ubuntu thing was engineered Apr 15 18:15:22 and you're right, that image didn't have USB connection implemented itself Apr 15 18:15:36 I had to use the script that Robert Nelson provided Apr 15 18:15:44 g_ether Apr 15 18:17:36 best advice I can offer is to use the debug uart and look around what's happening Apr 15 18:17:43 also look at the journal Apr 15 18:19:30 what is journal? Apr 15 18:22:31 the systemd log Apr 15 18:22:44 "journalctl" Apr 15 18:27:22 I'll check that, thanks Apr 15 18:27:29 I've been checking dmesg only so far Apr 15 18:34:49 tbr: wow, thanks for that hint, there are plenty of entries regarding my issue in journal Apr 15 18:35:03 :) Apr 15 22:14:42 hi Apr 15 22:14:56 I need some help with networking on BBB ubuntu Apr 15 22:15:19 I have troubles connectring with beagle over ssh usb Apr 15 22:53:00 has anyone had any luck getting the input clock signal to the LCD controller over 170 MHz? Apr 15 22:53:04 shot in the dark Apr 16 02:08:50 Hello People **** ENDING LOGGING AT Sun Apr 16 03:00:02 2017