**** BEGIN LOGGING AT Mon Aug 04 02:59:59 2014 Aug 04 05:08:29 hi Aug 04 10:49:16 hi Aug 04 10:50:34 i need to knw that can i use Matlab/Simulink on BeagleBone Black for image processing Aug 04 10:55:50 how can i interface my webcam/digicam to beaglebone black using usb cable to capture image Aug 04 13:19:03 hi guys i need some help. I had my beaglebone black powered from a l298n breakout and had it operating the h-bridge and controlling speed using a pwm pin. I then tried to get a servo working by connecting it to p9_14. I had the enable a from the h-bridge connected to p8_19. When I attempted to set the duty after setting the period my beaglebone black just shutdown. this happens everytime i do this. I have the servo gro Aug 04 13:19:03 unded and powered from the same h-bridge. do i need a ground directly between the servo and the beaglebone black? Aug 04 13:19:14 what could cause this behavior? Aug 04 13:36:09 how can I know if the BBB watchdog is enabled and running, or if it was disabled by some program? I have a running BBB with ssh access to it. Aug 04 14:27:01 Can anyone tell me how to keep the NVC server going on a BeagleBone-Black? currently, after I disconnect, it won't allow me to reconnect. Thanks in advance !! Aug 04 14:27:18 That's VNC, not NVC.. :-) Aug 04 14:38:10 w0lt: not a BBB specifig problem.. Aug 04 14:59:36 hi guys i need some help. I had my beaglebone black powered from a l298n breakout and had it operating the h-bridge and controlling speed using a pwm pin. I then tried to get a servo working by connecting it to p9_14. I had the enable a from the h-bridge connected to p8_19. When I attempted to set the duty after setting the period my beaglebone black just shutdown. this happens everytime i do this. I have the servo gro Aug 04 14:59:36 unded and powered from the same h-bridge. do i need a ground directly between the servo and the beaglebone black? what could cause this behavior? Aug 04 15:59:27 Hi, I'm using the beaglebone black with the debian distribution. Aug 04 15:59:42 I notice there are ttyO* and ttyS serial devices Aug 04 15:59:55 When I enable an overlay, it creates the ttyO devices Aug 04 16:00:20 but by default, I have ttyS0 through ttyS3 created Aug 04 16:00:33 enabling UART2, I end up with a ttyO2 as well Aug 04 16:00:54 I know the omap serial driver uses the ttyO prefix from some kernel digging, but where do these ttyS come from? Aug 04 16:03:14 ttyS is a traditional serial interface Aug 04 16:03:24 right Aug 04 16:03:29 but to which hardware is it tied? Aug 04 16:04:10 on a side note, if someone can provide some insight as to why ttyO was used for omap serial ports, given they are fairly traditional serial interfaces Aug 04 16:10:56 elik: thats just because many of the UART ip peripherals on arm socs started out with other suffixes initially Aug 04 16:11:17 given they're not 8250 compliant (or what ever that classic one was) Aug 04 16:11:54 but in the end they provide comparable features to the userland, so they can also present themselves as standard ttyS* Aug 04 16:12:00 LetoThe2nd: ok, I though that all ports that tried to emulate that chip ended up as ttyS Aug 04 16:12:13 LetoThe2nd: are there plans in the future to change the name back to ttyS? Aug 04 16:13:06 elik: no idea. but most things like that can be configured to be ttyS* instead of their own suffix (omap should, atmel can, have not used others so far.) Aug 04 16:13:21 LetoThe2nd: through udev? Aug 04 16:13:35 elik: no, kernel config. Aug 04 16:13:37 LetoThe2nd: or as module options Aug 04 16:13:41 ok Aug 04 16:13:56 elik: just check the respective drivers Aug 04 16:13:59 LetoThe2nd: and would you happen to know about those ttyS devices I see? Aug 04 16:14:14 elik: not in your particular case, sorry. Aug 04 16:15:01 alright, thx for the info LetoThe2nd! Aug 04 16:35:48 Is there any public documentation/description/source code of the ROM code which loads MLO on BeagleBone Black? Aug 04 16:49:48 leiflindholm: what loads the MLO is burned inside the AM335x, and I don't think that source code is available Aug 04 16:50:15 leiflindholm: that being said, it's documented in the datasheet, under the boot sequence Aug 04 16:50:22 elik: I didn't think so, but I figured it was worth asking :) Aug 04 16:50:39 elik: yeah, but it's quite high-level blocks and arrows Aug 04 16:51:22 leiflindholm: that's to my knowledge, I'm not a reference by any mean :) Aug 04 16:51:38 elik: still appreciated, thanks Aug 04 16:51:48 leiflindholm: high level, but usually sufficient given the interface is fairly clear cut (do some setup, jump to address) Aug 04 16:51:59 leiflindholm: why were you looking for it anyway? Aug 04 16:52:13 issue with a boot mode? Aug 04 16:53:30 well, I have a GSoC student doing a UEFI port, and I just wanted to look into how far back we could take the port if we wanted it to Aug 04 16:53:47 currently loading a UEFI image called u-boot.bin onto the MMC :) Aug 04 16:54:18 so I was a bit curious as to what the boot ROM does for the boot from MMC option Aug 04 16:54:32 and if that could ever be compatible with GPT partitioning Aug 04 16:55:22 hi guys is there any reason why using the beaglebone black to control an l298n and a servo would cause the beaglebone black to shutdown? I am able to get the motor going and but when i try to set the duty of the servo it shuts down Aug 04 16:55:43 elik: ^^ Aug 04 16:56:48 leiflindholm: it's pretty hardwired for FAT, unless you use its raw device option, then it expects MLO at a fixed offset Aug 04 16:57:23 tbr: oh, that sounds intriguing Aug 04 16:57:31 tbr: the fixed offset Aug 04 16:57:39 that should be in the TRM Aug 04 16:57:48 tbr: did I miss that in the TRM? bah, need new glasses Aug 04 16:59:00 leiflindholm: interesting project Aug 04 16:59:03 tbr: found it - much obliged Aug 04 16:59:09 :) Aug 04 16:59:43 and if I keep the number of partitions low, it should be doable... Aug 04 16:59:58 * vagrantc hasn't had much luck with MLO at offset Aug 04 17:00:42 * leiflindholm runs away and plays with that idea anyway Aug 04 17:00:51 leiflindholm: keep in mind that it's very space constrained Aug 04 17:01:13 leiflindholm: would be really interested how it goes Aug 04 17:01:20 tbr: oh yeah - it would have to be a minimal trampolie thing Aug 04 17:01:27 trampoline Aug 04 17:01:32 MLO IIRC runs in some crazy small SRAM as it needs to set up DDR3 etc Aug 04 17:01:41 (much like MLO) Aug 04 17:01:57 "The boot image is downloaded directly into internal RAM at the location 0x402F0400 on GP devices. The Aug 04 17:02:00 maximum size of downloaded image is 109 KB. Aug 04 17:02:03 " Aug 04 17:02:06 so, yeah Aug 04 17:02:13 * leiflindholm really runs away, has a bus to catch Aug 04 17:02:20 :) Aug 04 17:04:56 Posted that earlier, but does anybody know what hardware ttyS is bound to, on the debian image that comes with bbb Aug 04 17:05:48 USB-OTG is the big-usb connector or the mini-usb? Aug 04 17:06:38 pzn: essentially both, what are you trying? Aug 04 17:07:02 elik: ttyOx not S? Aug 04 17:07:24 tbr: I know ttyO* are tied to uarts, but I have ttyS0 through ttyS3 Aug 04 17:08:54 tbr, I'm experiencing random reboots, going from hourly to weekly intervals. found a mailing list discussion about disabling the usb-otg to try to fix this reboots Aug 04 17:09:33 tbr, what I have is powered by the 5V plug, and using the big-usb connector for pluging a 3G-modem Aug 04 17:10:06 if you want to use the modem, no way to get rid of musb Aug 04 17:10:11 tbr, should I have this "USB-OTG" feature enabled to be able to use an usb-modem? Aug 04 17:10:30 tbr, sorry... what is "musb"? Aug 04 17:11:00 elik: no idea if the kernel does anything with those, check with userspace tools Aug 04 17:11:37 pzn: that's the USB IP core providing both USB ports Aug 04 17:11:58 tbr, and what is usb-otg? Aug 04 17:12:02 tbr: not sure which tools I can use to investigate further Aug 04 17:12:37 pzn: a standard Aug 04 17:12:54 hi Aug 04 17:13:38 tbr, ok, got it. just didnt understand what usb is related to IP... did you mean the IP networking? when you said "USB IP core"... I just use the uart-over-usb thing, nothing related to IP Aug 04 17:18:57 pzn: IntellectualProperty-core a subsystem of a System on a Chip Aug 04 17:23:55 tbr, ok, got it Aug 04 17:50:34 can anyone help me with my problem? I am at a lost. i had been making progress and beginning to really enjoy my beaglebone black Aug 04 17:56:38 mistawright: you might want to describe your problem, then people will know if they can help Aug 04 18:26:03 vagrantc, I have. been in here since morning. But the issue I ran into. I am powering my beaglebone black from a volt pin on my h-bridge breakout and also a servo from another 5 volt pin. I am able to get the motor started fine. when I set the duty of the servo the beaglebone black shuts down. I only have the signal pin connected to the beaglebone black from the servo. So I am not sure if it is wiring or something else Aug 04 18:30:30 mistawright: use a separate power source Aug 04 18:30:33 * vagrantc would only make wild guesses that there's a significant power drop for some reason... Aug 04 18:33:00 everything is powered through the hbridge which is powered through a 3 cell lipo Aug 04 18:34:41 this is the hbridge: http://www.vetco.net/catalog/product_info.php?products_id=14337&gclid=Cj0KEQjw3vyeBRDt673h5ZTYrdQBEiQAzhkf8kuSV6rNjAZ6tTugTy-xIQG1pPgZIqmdGeVIah1dkXwaAhfs8P8HAQ Aug 04 18:35:00 L298 .o0() Aug 04 18:35:21 uhm Aug 04 18:35:34 Onboard 5-Volt DC Regulator (A jumper selects between external 5-Volt power or the onboard 5-volt regulator.) <--you are using this one to power your beagle? Aug 04 18:35:35 Humpelstilzchen, would you recommend something better? didnt want to drop as much on a motor cape as i did the beaglebone Aug 04 18:35:48 yeah on board Aug 04 18:36:05 L298 is so last century...well the Arduino people seem to like it anyway Aug 04 18:36:14 also attempting to power the servo from a 5 volt pin Aug 04 18:36:38 what would you suggest. I want something that can deliver more punch to my motors without all the heat that i have noticed on this thing Aug 04 18:36:55 mistawright: the onboard is probably for low current consumers Aug 04 18:37:08 use a separate 5V supply Aug 04 18:42:06 this should be fun. thanks for the helps guys Aug 04 18:51:15 Humpelstilzchen, forgot to ask, what would be a better h bridge/breakout to use over the l298n Aug 04 18:55:25 mistawright: depends on what you need Aug 04 18:55:53 mistawright: you can check some sites like pololu.com for available boards Aug 04 19:16:34 thanks again Aug 04 19:46:20 pololu makes decent stuff Aug 04 19:46:45 just to be sure I'd use two separate regulators. Aug 04 19:56:00 i'll keep that in mind. hoping to have this car controlled by my beaglebone black so i can get to figuring out how to control it Aug 04 20:02:52 tbr: (since vagrantc seems to have gone offline) it works! wrote MLO to 128K offset (as per 26.1.7.5.5), pressed button at power-on and it starts telling me I'm a very bad person on the console Aug 04 20:03:20 with my home-built u-boot version ID in the message Aug 04 20:03:56 elik: ^^ Aug 04 20:04:00 hi !! Aug 04 20:05:29 and actually, since it scans with a 128K stride, I can fit as many GPT partitions on there as I want to Aug 04 20:29:53 leiflindholm: glad you figured it out for yourself Aug 04 20:31:51 tbr: thanks for mentioning "raw" mode Aug 04 21:21:52 leiflindholm: nice :) Aug 04 21:34:23 hi. i just got a bealgeboard (rev D). i have it hooked up to serial with a usb/serial converter. i'm using a 5v power supply to power it. when i poewr it up, i'm only getting noise on serial line (at 115200) Aug 04 21:34:52 if i udnerstand correctly, uboot should be coming up during boot on the serial line, right? Aug 04 21:35:01 (even without an sdcard installed in it) Aug 04 21:45:10 i suspect my board is broken but i want to be sure.. *sigh* Aug 04 21:47:01 it looks like the "garbage" is timed right for different output i'd expect, but its all garbled, like its the wrong speed or something Aug 04 22:38:29 hmm.. the beagleboard's serial is +-15v not 0/3.3v? Aug 04 22:38:49 rs-232 is rs232 Aug 04 22:38:52 uart is ttl Aug 04 22:40:12 this port connects directly to an rs232 port on a pc according to the refman Aug 04 22:41:09 9pin D-type is usually idle -ve active +ve Aug 04 22:41:21 headers are 3v3 ttl Aug 04 22:42:45 hmm i get -5.66v on Tx on the p9 header Aug 04 22:43:20 (pin 3) Aug 04 22:44:13 yea if its got a driver chip, that would be likely Aug 04 22:44:46 if you scope it, will probably swing to +5.6v on data pulses Aug 04 22:45:13 usually runs off a charge pump Aug 04 22:46:12 dont have a scope Aug 04 22:46:29 so this bboard wants rs232 not ttl uart? Aug 04 22:46:35 maybe thats why my serial wasnt working Aug 04 22:46:50 they're not compatible Aug 04 22:46:51 ;) Aug 04 22:47:31 i just assumed uart/ttl everyone does that (even bbone black) Aug 04 22:48:20 if it comes direct from the processor, it will be ttl (+5v or +3v3 idle) Aug 04 22:48:46 if its come through a driver it will be inverted and negative. You'll beable to see if there's a driver chip Aug 04 22:48:50 else you're reading somethign wrong. Aug 04 22:48:56 be^able Aug 04 22:49:13 Rx/Tx swap is a favourite Aug 04 22:49:26 hah! eet works! Aug 04 22:49:38 yah, this one wants rs232 not ttl/uart Aug 04 22:50:01 it should be described in the System Reference Manual and/or wiki Aug 04 22:50:17 the black is definitely TTL I can say that .. debug header and p8/p9 pins. Aug 04 22:50:19 yah, it doesnt really say much, but it does say to hook it to a pc serial port :) Aug 04 22:50:29 yah i just hooked up a black 15min ago.. worked fine ttl Aug 04 22:50:34 but it doesn't have any D-type connectors , which is the easy give-away Aug 04 22:51:00 the beagleboard doesnt have a d connector either.. its on a 2x5 header Aug 04 22:51:14 oh so its like a PC motherboard then probably Aug 04 22:51:22 they often have a 2x5 Aug 04 22:51:41 they say to use a ribbon-to-D cable Aug 04 22:52:56 there ya go .. enough hints I would say ;) Aug 04 22:53:13 yah but subtlety and specs arent the best mates :( Aug 04 22:53:33 rtfm ;) lol Aug 04 22:54:14 i did, many times :( Aug 04 22:54:23 was getting close to returning it.. thats why i wanted to check here first Aug 04 22:54:39 not that it helped.. nobody suggested the problem :( Aug 04 22:55:03 well .. if you had a meter, scope .. its not hard to figure out .. :P Aug 04 22:55:23 as long as you know what you're looking for/at Aug 04 22:57:33 all's well that ends well.. cheers Aug 04 22:57:57 welcome :) Aug 04 22:58:26 I like easy problems :D Aug 04 22:58:52 although .. with 2 other engineers .. nailed a video capture issue last night betwwen 10pm -3am :D Aug 04 23:57:21 net_adm:ping('bar@instance-2.c.rugged-nimbus-611.internal.'). Aug 04 23:57:21 er **** ENDING LOGGING AT Tue Aug 05 03:00:00 2014