/srv/irclogs.ubuntu.com/2011/07/08/#ubuntu-arm.txt

MrCuriousanyone here have experience with a pandaboard's db9 serial port?02:12
infinityMrCurious: In what way?  I use it for serial console occasionally and it Just Works...02:29
MrCuriousi have a GPS module that puts out a 9600 data stream. i can see a data stream, but it looks like its off somehow.  i use screen /dev/ttyO2 9600 which is near identical to how i do it on another machine02:35
MrCuriousmaybe my serial voltage is wrong (0-5v)02:39
prpplague^2MrCurious: the db-9 uses rs-232 levels, what does your GPS module use?02:54
MrCurious5v02:55
prpplague^2are you sure? got a datatsheet on the device?02:56
MrCuriousthats what the datasheet said IIRC02:57
MrCuriousbut the garbled data has the same general pattern as the data i am expecting, but as if its 6 or 7 bits instead of 802:58
MrCuriousi connected the GPS to a FTDI board and read from it on my mac with screen /dev/tty.usbblahblah 960002:59
MrCuriousi suspect my next step will be to write a C program to read from teh serial port where i can control all the speed parity stop bit settings02:59
prpplague^2MrCurious: if it is indeed +5V TTL then it will not work on the RS-232 DB-9 on the panda03:01
MrCuriousthe db9 is expecting 0,12v?03:02
prpplague^2MrCurious: -12 and +1203:03
prpplague^2MrCurious: rs-23203:03
MrCuriousi see :(03:03
MrCuriousguess i will need to switch to an alternative method03:03
MrCurioussuppose this is a good use for my ttl serial to BT boards03:03
prpplague^2MrCurious: why not just uses a level shifter and use the uart on the expansion header?03:04
MrCuriouswhat voltages is that uart expecting? as this GPS can do either 5v or 3.3v03:04
MrCuriousand that would be much better than resorting to learning how to use BT on a panda :P03:05
MrCuriouscoincidentally, i have some level shifters in route from sparkfun as we speak03:05
prpplague^2MrCurious: the all I/O on the panda operates at 1.8V03:05
MrCuriousahh, liek a gumstix03:05
prpplague^2MrCurious: you'll need something like a txs0102 to shift to 3.3v or 5v03:06
MrCuriousall i/o, *except for usb...03:06
MrCurioushttp://www.sparkfun.com/products/874503:06
MrCuriousor like that...03:06
MrCuriouscheap, and made very easy to work with03:06
MrCuriousand since the GPS is send only, only one level converter will be needed :)03:07
MrCuriousprpplague: thanks for the tip about the expansion header. that will make this much much easier03:08
prpplague^2prpplague^2: yea if arent into doing the wiring yourself03:09
* prpplague^2 has a spool of about 10k txs0102's in the garage03:10
MrCuriousi will wire the things i understand03:11
MrCuriousfabricate PCB's for the things i pretend to know03:11
MrCuriousand lean on pre-built when its cost effective03:11
prpplague^2indeed03:13
prpplague^2MrCurious: http://www.beldynsys.com/quad.htm03:13
prpplague^2MrCurious: great for prototyping03:13
MrCuriousi just want to make an interesting robot. i have discovered while on this journey, starting in the land of ATMEL that there are many rabbit holes one can fall down into03:13
prpplague^2worthy investment03:13
prpplague^2MrCurious: indeed03:13
prpplague^2MrCurious: true with just about any technology field03:14
MrCuriousi have some QFN or TQFP accelerometers, gyros and magnetometers i have been meaning to make into a 9dof03:14
MrCuriousfor prototyping, eagle + dorkbotpdx works better for me than prototyping boards03:15
prpplague^2hehe, each to his own, i only do a board design if i really expect to need more than a handful03:18
MrCuriousstarting to get the feeling that OpenNI is Biased against ARM in favor of intel03:19
prpplague^2openni?03:20
MrCurioushttp://www.openni.org/03:21
MrCurioushttp://www.openni.org/gallyt03:21
MrCuriousthe videos betray its purpose faster than the words03:22
prpplague^2ahh interesting03:22
MrCuriousi was impressed last night, a pandaboard + usb hard drive + kinect + libfreenect running cvdemo had a usable frame rate03:23
MrCuriousrunning ubuntu 11.04 (known to have 1/2 speed usb)03:23
MrCuriousi see why it doesnt work on ARM, it relies on SSE2 and SSE3 instructions03:28
ashwinipatankarI am running a code on arm kernel in qemu, can any one advice me how to calculate the mips for the same, I am having gprof output09:28
stm__hi all09:34
stm__during booting procees09:34
stm__i got the problem mounting none on dev09:34
stm__iam running ubuntu09:35
stm__and now i changed uImage09:35
stm__and updated initramfs09:35
stm__do i need to edit some other files inorder to mount the dev09:36
ashwinipatankarI am running a code on arm kernel in qemu, can any one advice me how to calculate the mips for the same, I am having gprof output09:36
hrwashwinipatankar: do not assume anything speed related in qemu09:41
ashwinipatankarhrw: I agree , but how to calculate mips, my code is running, I am having gprof output for the same, even on desktop also (outside qemu) how will I calculate mips09:43
hrwno idea09:43
hrwI do not believe in mips as speed unit09:43
hrwwhat is faster? armv5 1.2GHz or armv7 0.6MHz?09:44
hrwwhat is faster? armv5 1.2GHz or armv7 0.6GHz?09:44
ashwinipatankarhrw: MIPS with respect to specific code, so that we can know how many instructions it needs to execute in per second for real time operations09:46
persiahrw, Depends on workload.09:50
persiaashwinipatankar, Map out your codepaths, then see how long it takes to execute your code.  Mind you, this won't be very interesting, especially for qemu.09:51
=== chrisccoulson_ is now known as chrisccoulson
blu_hi all11:42
blu_can anyone tell me is there any spi driver on 11.04 ubuntu on arm ?11:43
stm__hi all16:09
stm__any link to build ubuntu filesystfrom scratchem16:10
stm__scratch16:10
GrueMasterstm__: See https://wiki.ubuntu.com/ARM/ and read RootFromScratch section.16:38
=== micahg_ is now known as micahg
gaeelhey people, anyone had any luck with lubuntu or similar on a low-end ARM-based sub-netbook?16:56
gaeelMy grandmother got one for free, and I'm thinking of installing something that will work for her email and web-browsing needs16:57
gaeelWas considering chromium too, but it seems unstable so far16:58
diwicgaeel, out of curiousity, what model was that arm-based subnetbook?17:15
gaeelIt's a Tec T-Book17:18
gaeelGoogling it yields little to no info17:18
gaeelI'm thinking it's a generic machine branded by Tec, for distribution as a cheap machine17:19
diwicgaeel, then I assume that Linux has no support for its hardware, but I don't know17:19
gaeelIt comes pre-installed with Windows CE and a handful of software17:19
gaeelI want to give it a go for the kicks, it comes with a reset SD card, so I can always nuke it and put it back if I brick it17:21
gaeelI'm mostly pondering which distro to try17:21
ogra_ubuntu wont support armv5 (which that system likely is)17:24
ogra_use debian17:25
ogra_or some other distro that supports v517:25
gaeelWhat I was thinking17:25
gaeelI don't need anything to state-of-the-art, since it's for my grandmother, but  was wondering if Ubuntu had anything to offer17:26
ogra_not for that type of arm anymore17:26
gaeelrighto17:27
prpplagueFYI, for anyone interested, today is the last day to submit a proposal for ELC-E18:22
GrueMasterELC-E?19:29
rsalvetiGrueMaster: https://blueprints.launchpad.net/linaro-ubuntu/+spec/o-uboot-spl-usb-support-omap420:12
rsalvetiGrueMaster: hopefully when done u-boot spl will have a similar functionality as omap4boot20:12
rsalvetibut all at the same tree :-)20:12
rsalvetiand then we can just kill x-loader ;-)20:12
rsalvetithanks to jcrigby20:13
GrueMastersweet.20:30

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!