Join the chat at beagleboard.org/chat
IRC Log for 2011-01-17
Timestamps are in UTC.
- [01:59:22] * BeagleBot (~PircBot@ec2-75-101-156-174.compute-1.amazonaws.com) has joined #beagle
- [01:59:22] * Topic is '"Welcome to #Beagle | Discussion about the OMAP3 Beagle Board - http://beagleboard.org | Beagle search tools are on #dashboard at irc.gimp.org, NOT here ;-)"'
- [01:59:22] * Set by likewise on Tue Nov 17 16:28:25 CST 2009
- [02:00:07] * Artanis (Artanis@159.108.165.83.dynamic.mundo-r.com) Quit (Ping timeout: 240 seconds)
- [02:13:35] * khoi0107 (7b14a001@gateway/web/freenode/ip.123.20.160.1) has joined #beagle
- [02:13:35] * mrj10 (~mrj10@24-216-68-25.dhcp.stls.mo.charter.com) Quit (Read error: Connection reset by peer)
- [02:13:47] <khoi0107>
hi
- [02:13:55] <khoi0107>
anybody here?
- [02:14:25] * dl9pf_ (~quassel@p5B2155FB.dip.t-dialin.net) has joined #beagle
- [02:14:36] <khoi0107>
anyone?
- [02:15:25] * mrj10 (~mrj10@24-216-68-25.dhcp.stls.mo.charter.com) has joined #beagle
- [02:15:33] * khoi0107 (7b14a001@gateway/web/freenode/ip.123.20.160.1) Quit (Client Quit)
- [02:15:40] * dl9pf (~quassel@opensuse/member/dl9pf) Quit (Ping timeout: 276 seconds)
- [02:16:28] * khoi0107 (7b14a001@gateway/web/freenode/ip.123.20.160.1) has joined #beagle
- [02:17:17] * khoi0107_ (7b14a001@gateway/web/freenode/ip.123.20.160.1) has joined #beagle
- [02:17:21] * Beagle7 (~Beagle7@123.20.160.1) has joined #beagle
- [02:17:29] <Beagle7>
hi
- [02:17:32] <Beagle7>
is anyone here?
- [02:17:43] <mIKEjONES>
yes
- [02:17:50] <Beagle7>
finally
- [02:18:02] <Beagle7>
i have a problem with gcc compiler
- [02:18:06] * _koen_1 (~x0115699@nat/ti/x-phzosvabusxgxsjp) has joined #beagle
- [02:18:06] <Beagle7>
can u help?
- [02:18:27] <mIKEjONES>
maybe
- [02:18:30] <mIKEjONES>
what is it?
- [02:18:52] <Beagle7>
im using arm-angstrom-linux-gnueabi-g++ to compile a hello word program
- [02:19:13] <mIKEjONES>
ok
- [02:19:14] <Beagle7>
but it always gets error : error trying to exe 'as' no file
- [02:19:18] * peabody124 (~peabody12@c-98-196-22-185.hsd1.tx.comcast.net) Quit (Quit: peabody124)
- [02:19:32] <mIKEjONES>
is that the exact error?
- [02:19:34] <Beagle7>
im using the new angstrom demo image on my xM
- [02:19:35] <mIKEjONES>
"error : error trying to exe 'as' no file" ?
- [02:19:44] <Beagle7>
w8 i will copy it
- [02:19:46] <mIKEjONES>
k
- [02:20:32] <Beagle7>
arm-angstrom-linux-gnueabi-g++: error trying to exec 'as': execvp: No such file or directory
- [02:20:33] <AlTheKiller>
Oh dear, someone had to wait 4mins for a sponse to no question.
- [02:20:42] <AlTheKiller>
Support is getting slack here.
- [02:21:14] * _koen_ (~x0115699@nat/ti/x-wweemxazwjgwqnab) Quit (Ping timeout: 250 seconds)
- [02:21:15] <Beagle7>
i checked out /usr/bin/ and there's no as file
- [02:21:28] <mIKEjONES>
Beagle7: as is another part of the toolchain
- [02:21:53] <Beagle7>
so what i have to do now?
- [02:21:54] <mIKEjONES>
it's the assembler, I don't know why it's not looking for the correct version
- [02:22:00] <Beagle7>
i really have lack of knowledge abt toolchain
- [02:22:05] <mIKEjONES>
type "arm-angstrom-linux-gnueabi-as"
- [02:22:09] <mIKEjONES>
see if anything executes
- [02:22:27] <Beagle7>
so as is the part of gcc?
- [02:22:33] <mIKEjONES>
yea
- [02:22:57] <Beagle7>
can u tell me more abt toolchain?
- [02:23:02] <Beagle7>
what is it for?
- [02:23:06] <mIKEjONES>
gcc is the c compiler, g++ is the c++ compiler, as is the assembly compiler, ld is the linker
- [02:23:11] <mIKEjONES>
Beagle7: it's what compiles your code
- [02:23:22] <djlewis>
Beagle7: you have been working on your helloworld for several months now?
- [02:23:28] <Beagle7>
i just install angstrom demo image normally
- [02:23:30] <cmwslw>
normally you would just use gcc to compile native code
- [02:23:39] <Beagle7>
no i just started yesterday
- [02:23:44] <mIKEjONES>
if you write something in C++, g++ will convert it to assembly, as will compile the assembly, and ld will create an executable out of it
- [02:23:53] <cmwslw>
but since we need to compile on another architecture, we need a cross compiler
- [02:24:29] <Beagle7>
oh ic
- [02:25:07] <omsai>
dj be nice
- [02:25:08] <cmwslw>
just try what mikejones suggested about running arm-angstrom-linux-gnueabi-as
- [02:26:38] <Beagle7>
im starting my BB, thanks
- [02:26:46] <cmwslw>
it shouldn't take this long to type in a command
- [02:27:07] <Beagle7>
oh im on my laptop now, im not using BB for chatting since its slow
- [02:27:41] <cmwslw>
your laptop should have the toolchain and not the BB
- [02:28:46] <djlewis>
he can build locally on BB
- [02:28:46] * mrj10 (~mrj10@24-216-68-25.dhcp.stls.mo.charter.com) Quit (Read error: Connection reset by peer)
- [02:29:01] * CMoH-notebook (~cipi@unaffiliated/c-moh) Quit (Ping timeout: 272 seconds)
- [02:29:27] <cmwslw>
oh well ive been explaining it wrong then
- [02:29:41] <cmwslw>
i though arm-angstrom-linux-gnueabi-as was just another cross compiler
- [02:29:50] * mrj10 (~mrj10@24-216-68-25.dhcp.stls.mo.charter.com) has joined #beagle
- [02:30:31] <Beagle7>
well i got bash: arm-angstrom-linux-gnueabi-as: command not found
- [02:31:20] <mIKEjONES>
uhoh
- [02:31:36] <Beagle7>
any idea?
- [02:31:45] <mIKEjONES>
yea
- [02:31:52] <Beagle7>
im so new for this :( sry
- [02:31:56] <mIKEjONES>
alias as to arm-angstrom-linux-gnueabi-gcc
- [02:32:07] <Beagle7>
no input files
- [02:32:10] <Beagle7>
but its there
- [02:32:15] <mIKEjONES>
wait hmm?
- [02:32:35] <Beagle7>
arm-angstrom-linux-gnueabi-as: no input files
- [02:32:43] <Beagle7>
arm-angstrom-linux-gnueabi-gcc: no input files
- [02:32:44] <Beagle7>
i mean
- [02:32:48] <Beagle7>
sry im typing it :P
- [02:32:54] <mIKEjONES>
ah ok
- [02:32:56] <mIKEjONES>
that's good
- [02:33:04] <mIKEjONES>
hmm
- [02:33:18] <mIKEjONES>
ok let's try a quick and dirty fix
- [02:33:25] <Beagle7>
i think the compiler passed all the syntax checking on my c program
- [02:33:29] <mIKEjONES>
alias as="arm-angstrom-linux-gnueabi-as"
- [02:33:41] * tlab (~tlab@c-69-243-187-136.hsd1.in.comcast.net) Quit (Quit: Leaving)
- [02:33:54] <Beagle7>
done
- [02:34:01] <Beagle7>
now compile it?
- [02:34:23] * raster (raster@enlightenment/developer/raster) Quit (Quit: Gettin' stinky!)
- [02:36:04] <Beagle7>
still arm-angstrom-linux-gnueabi-g++: error trying to exec 'as': execvp: No such file or directory
- [02:36:21] * raster (raster@enlightenment/developer/raster) has joined #beagle
- [02:36:40] <djlewis>
Beagle7: are you running a narcissus build with development added or demo?
- [02:36:51] <djlewis>
or somrthing else?
- [02:36:52] <Beagle7>
im using the new angstrom demo image
- [02:37:04] <djlewis>
did you install task-native-sdk?
- [02:37:07] <Beagle7>
and install all packages via opkg install
- [02:37:13] <Beagle7>
no i didnt
- [02:37:13] <djlewis>
task-sdk-native.. correction
- [02:37:23] <djlewis>
that is the toolchain
- [02:37:35] <Beagle7>
no i didnt
- [02:37:47] <Beagle7>
just set up SD card, connect internet and type opkg install all the way
- [02:37:54] <Beagle7>
coz i dont know much abt toolchain
- [02:39:03] <Beagle7>
so demo image is not good?
- [02:39:03] * mrj10 (~mrj10@24-216-68-25.dhcp.stls.mo.charter.com) Quit (Read error: Connection reset by peer)
- [02:39:55] <djlewis>
sure it is
- [02:40:07] * mrj10 (~mrj10@24-216-68-25.dhcp.stls.mo.charter.com) has joined #beagle
- [02:40:12] <djlewis>
you just might have to add things as you need
- [02:41:13] * Zoxc (Zoxc@ti0128a380-dhcp0526.bb.online.no) Quit ()
- [02:42:00] * jayabharath (~jayabhara@nat/ti/x-hqjebpmcljqxhmwo) has joined #beagle
- [02:42:26] <Beagle7>
so where do i get this 'as' file?
- [02:43:22] <cmwslw>
it should be included with gcc
- [02:43:32] <djlewis>
opkg install task-sdk-native
- [02:43:48] <djlewis>
for local BB cc
- [02:43:51] <Beagle7>
i uninstalled and reinstalled gcc many times
- [02:43:58] <Beagle7>
ok
- [02:44:32] <cmwslw>
i would just make a narcissus build and be sure to enable the development options
- [02:46:30] <cmwslw>
i don't mean to be rude, but it seems like you're trying to do something way past your skill level
- [02:46:40] * peabody124 (~peabody12@adsl-99-38-22-130.dsl.hstntx.sbcglobal.net) has joined #beagle
- [02:46:55] <Beagle7>
thats why im learning ^^
- [02:47:52] <djlewis>
good comeback :)
- [02:48:12] <Beagle7>
downloading
- [02:48:40] <cmwslw>
the world needs more people with that attitude
- [02:50:11] <Beagle7>
maybe i will try the narcissus build
- [02:51:55] * djlewis (~djlewis@75.15.65.246) has left #beagle
- [02:52:04] * djlewis (~djlewis@75.15.65.246) has joined #beagle
- [02:52:25] <djlewis>
hmm, closed wrong window :(
- [02:54:03] <Beagle7>
ok done with sdk native
- [02:54:14] <djlewis>
compile hw
- [02:54:36] * timack (~tim@hlfx56-2b-80.ns.sympatico.ca) Quit (Read error: Connection reset by peer)
- [02:54:46] <Beagle7>
lol cannot install package task-sdk-native
- [02:55:14] * robtmr (~robtmr@S01060026bb736c67.vc.shawcable.net) Quit (Quit: robtmr)
- [02:56:12] <Beagle7>
wow
- [02:56:16] <Beagle7>
its running
- [02:56:44] <djlewis>
what is running?
- [02:57:03] <Beagle7>
it is compiled
- [02:57:30] <Beagle7>
my hello word program
- [02:57:33] <djlewis>
cool
- [02:57:39] <Beagle7>
so there is 'as' file now
- [02:58:33] <djlewis>
you just added the toolchain
- [02:59:06] <Beagle7>
no i didnt, i just install sdk-native like u said
- [02:59:14] <djlewis>
yes
- [02:59:21] <Beagle7>
it installed a lot of packages
- [02:59:38] <djlewis>
thus, the toolchain
- [02:59:45] <Beagle7>
oh ic :P
- [02:59:55] <Beagle7>
i will try to read more abt toolchain
- [03:00:49] <Beagle7>
thank u so much for ur time :P
- [03:00:58] <Beagle7>
i g2g now
- [03:01:05] <Beagle7>
will be back for more dump question ^^
- [03:01:17] * khoi0107 (7b14a001@gateway/web/freenode/ip.123.20.160.1) Quit (Quit: Page closed)
- [03:01:18] * Beagle7 (~Beagle7@123.20.160.1) Quit (Quit: Beagle7)
- [03:13:24] * ozk (~ozk@pool-71-170-43-14.dllstx.fios.verizon.net) Quit (Ping timeout: 240 seconds)
- [03:13:24] * mrj10 (~mrj10@24-216-68-25.dhcp.stls.mo.charter.com) Quit (Read error: Connection reset by peer)
- [03:14:37] * mrj10 (~mrj10@24-216-68-25.dhcp.stls.mo.charter.com) has joined #beagle
- [03:14:47] * mpoirier (~quassel@S0106002369de4dac.cg.shawcable.net) has joined #beagle
- [03:22:29] * khoi0107_ (7b14a001@gateway/web/freenode/ip.123.20.160.1) Quit (Ping timeout: 265 seconds)
- [03:24:44] * mrj10 (~mrj10@24-216-68-25.dhcp.stls.mo.charter.com) Quit (Read error: Connection reset by peer)
- [03:25:44] * mrj10 (~mrj10@24-216-68-25.dhcp.stls.mo.charter.com) has joined #beagle
- [03:39:19] * kevinsc (~a0214685@nat/ti/x-rqsaptmudfeazjtf) has joined #beagle
- [03:41:58] * kevinsc (~a0214685@nat/ti/x-rqsaptmudfeazjtf) Quit (Remote host closed the connection)
- [03:41:59] * mrj10 (~mrj10@24-216-68-25.dhcp.stls.mo.charter.com) Quit (Read error: Connection reset by peer)
- [03:42:04] * calculus (~calculus@gentoo/user/calculus) Quit (Ping timeout: 240 seconds)
- [03:43:05] * mrj10 (~mrj10@24-216-68-25.dhcp.stls.mo.charter.com) has joined #beagle
- [03:43:34] * ozk (~ozk@nat/ti/x-jxxbaxwlviyapieh) has joined #beagle
- [03:52:04] * jayabharath (~jayabhara@nat/ti/x-hqjebpmcljqxhmwo) Quit (Ping timeout: 240 seconds)
- [03:52:04] * mrj10 (~mrj10@24-216-68-25.dhcp.stls.mo.charter.com) Quit (Read error: Connection reset by peer)
- [03:53:50] * dangerdongleafk (~mrdongle@p54B2A0F2.dip.t-dialin.net) Quit (Ping timeout: 240 seconds)
- [03:55:33] * topfs2 (~topfs2@xbmc/staff/topfs2) has joined #beagle
- [03:56:48] * wanhehe (78c19972@gateway/web/freenode/ip.120.193.153.114) has joined #beagle
- [03:57:22] * wanhehe (78c19972@gateway/web/freenode/ip.120.193.153.114) Quit (Client Quit)
- [03:59:34] * calculus (~calculus@gentoo/user/calculus) has joined #beagle
- [04:10:08] * mrj10 (~mrj10@24-216-68-25.dhcp.stls.mo.charter.com) has joined #beagle
- [04:18:17] * aholler_ (~aholler@p57B2062E.dip0.t-ipconnect.de) has joined #beagle
- [04:18:44] * robtmr (~robtmr@S01060026bb736c67.vc.shawcable.net) has joined #beagle
- [04:19:27] * calculus (~calculus@gentoo/user/calculus) Quit (Ping timeout: 240 seconds)
- [04:21:42] * aholler (~aholler@p57B20DF9.dip0.t-ipconnect.de) Quit (Ping timeout: 250 seconds)
- [04:26:21] * mike_ (~mike@pool-173-53-37-97.rcmdva.fios.verizon.net) has joined #beagle
- [04:26:43] * calculus (~calculus@gentoo/user/calculus) has joined #beagle
- [04:26:46] * Animule (~Animal@71-208-151-240.hlrn.qwest.net) Quit (Quit: Not all men are created equal. Only the finest become Cowboys.)
- [04:26:47] * mike_ is now known as Guest72845
- [04:27:02] * mikey_w (~mike@pool-173-53-37-97.rcmdva.fios.verizon.net) Quit (Ping timeout: 240 seconds)
- [04:29:06] * Animule (~Animal@71-208-151-240.hlrn.qwest.net) has joined #beagle
- [04:29:06] * mrj10 (~mrj10@24-216-68-25.dhcp.stls.mo.charter.com) Quit (Read error: Connection reset by peer)
- [04:30:05] * Guest72845 (~mike@pool-173-53-37-97.rcmdva.fios.verizon.net) Quit (Client Quit)
- [04:34:53] * mikey_w (~mike@pool-173-53-37-97.rcmdva.fios.verizon.net) has joined #beagle
- [04:48:26] * mrj10 (~mrj10@24-216-68-25.dhcp.stls.mo.charter.com) has joined #beagle
- [04:51:14] * baobrien (~baobrien@cm74-226.madisontelco.com) Quit (Ping timeout: 255 seconds)
- [05:03:08] * hitlin37 (6eea0302@gateway/web/freenode/ip.110.234.3.2) has joined #beagle
- [05:03:10] <hitlin37>
gm
- [05:04:17] * mrj10 (~mrj10@24-216-68-25.dhcp.stls.mo.charter.com) Quit (Read error: Connection reset by peer)
- [05:05:07] * mrj10 (~mrj10@24-216-68-25.dhcp.stls.mo.charter.com) has joined #beagle
- [05:05:25] * robtmr (~robtmr@S01060026bb736c67.vc.shawcable.net) Quit (Quit: robtmr)
- [05:28:54] * n6pfk (~n6pfk__@pool-173-53-37-97.rcmdva.fios.verizon.net) has joined #beagle
- [05:45:16] * n6pfk (~n6pfk__@pool-173-53-37-97.rcmdva.fios.verizon.net) Quit (Remote host closed the connection)
- [06:02:13] * Russ (foobar@ip70-176-251-1.ph.ph.cox.net) has joined #beagle
- [06:02:14] * mikey_w (~mike@pool-173-53-37-97.rcmdva.fios.verizon.net) Quit (Ping timeout: 240 seconds)
- [06:15:03] * peabody124 (~peabody12@adsl-99-38-22-130.dsl.hstntx.sbcglobal.net) Quit (Read error: Connection reset by peer)
- [06:15:07] * mikey_w (~mike@pool-173-53-37-97.rcmdva.fios.verizon.net) has joined #beagle
- [06:15:43] * peabody124 (~peabody12@adsl-99-38-22-130.dsl.hstntx.sbcglobal.net) has joined #beagle
- [06:17:23] * mrj10 (~mrj10@24-216-68-25.dhcp.stls.mo.charter.com) Quit (Quit: Leaving.)
- [06:20:34] * Russ (foobar@ip70-176-251-1.ph.ph.cox.net) Quit (Quit: Ex-Chat)
- [06:20:54] * Russ (foobar@ip70-176-251-1.ph.ph.cox.net) has joined #beagle
- [06:21:10] * Russ (foobar@ip70-176-251-1.ph.ph.cox.net) Quit (Client Quit)
- [06:21:26] * Russ (foobar@ip70-176-251-1.ph.ph.cox.net) has joined #beagle
- [06:29:57] * Ceriand|desktop1 (~Ceriand@unaffiliated/ceriand) has joined #beagle
- [06:30:19] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) Quit (Ping timeout: 260 seconds)
- [06:44:27] * zuh_ is now known as zuh
- [06:48:46] * lyakh (~lyakh@pD9EB9098.dip0.t-ipconnect.de) has joined #beagle
- [06:53:43] * Belna (~Thomas@DSL01.212.114.252.242.ip-pool.NEFkom.net) has joined #beagle
- [06:55:41] * hitlin37 (6eea0302@gateway/web/freenode/ip.110.234.3.2) Quit (Quit: Page closed)
- [07:02:43] * jkridner|work (~a0321898@nat/ti/x-fqsccvijyzgpaktg) Quit (Remote host closed the connection)
- [07:03:31] * jkridner|work (~a0321898@nat/ti/x-pgnrimuwehqceojb) has joined #beagle
- [07:05:51] * amitk (~amit@a91-154-124-12.elisa-laajakaista.fi) has joined #beagle
- [07:07:21] * ozk (~ozk@nat/ti/x-jxxbaxwlviyapieh) Quit (Remote host closed the connection)
- [07:07:21] * _koen_1 (~x0115699@nat/ti/x-phzosvabusxgxsjp) Quit (Remote host closed the connection)
- [07:07:49] * ozk (~ozk@nat/ti/x-tincfrufsujldjgx) has joined #beagle
- [07:08:03] * _koen_ (~x0115699@nat/ti/x-gvphntfolhxslhyz) has joined #beagle
- [07:37:00] * aeozcan (5f0060b2@gateway/web/freenode/ip.95.0.96.178) has joined #beagle
- [07:37:59] <aeozcan>
hello, anybody knows operating temperature limits of beagleBoard-XM??
- [07:40:50] * tasslehoff (~Tasslehof@147.84-49-231.nextgentel.com) has joined #beagle
- [07:41:42] <aeozcan>
hello, anybody knows operating temperature limits of beagleBoard-XM??
- [07:46:11] <Animule>
what type of environment?
- [07:46:30] <Animule>
specs are probably 0-50c.. pretty standard for most electronics...
- [07:46:42] <Animule>
although most can work on a non-condensing environment much lower than that
- [07:47:18] <aeozcan>
is there any industrail range version?
- [07:47:29] <aeozcan>
thank you for your reply.
- [07:54:08] * Badiss (~Badiss@LSt-Amand-152-31-12-194.w193-253.abo.wanadoo.fr) has joined #beagle
- [08:00:44] * ozk (~ozk@nat/ti/x-tincfrufsujldjgx) Quit (Ping timeout: 260 seconds)
- [08:01:42] <av500>
aeozcan: no
- [08:01:49] * ant_work (~andrea@host6-80-static.42-85-b.business.telecomitalia.it) has joined #beagle
- [08:06:33] * courville (~courville@archos.rain.fr) has joined #beagle
- [08:08:04] <Russ>
aeozcan, too cold is generally straightforward to fix
- [08:08:35] <av500>
yes, since we have global warming, just wait
- [08:08:55] <Russ>
I mean a simple circuit with a heater element
- [08:09:13] <av500>
thats not environmentaly friendly!
- [08:09:19] <Russ>
which waits to power-up the beagleboard until the enclosure is heated to the right temp
- [08:09:32] <Russ>
(or at least the major chips)
- [08:10:31] <Russ>
too hot is a bit of a larger issue....
- [08:11:41] <ggreer>
I bet it'll work at lower temps. you'd just have to worry about condensation
- [08:12:02] * Belna (~Thomas@DSL01.212.114.252.242.ip-pool.NEFkom.net) Quit (Remote host closed the connection)
- [08:12:30] * jpirko (~jirka@ip-89-102-7-191.net.upcbroadband.cz) has joined #beagle
- [08:12:31] * bibr (~ahan@2001:470:dc88:2:5eff:35ff:fe05:806a) has joined #beagle
- [08:14:26] * skodabenz (~keshav_pr@115.248.50.21) has joined #beagle
- [08:14:46] * skodabenz (~keshav_pr@115.248.50.21) has left #beagle
- [08:21:36] <Russ>
ya, most parts seem to work in the industrial temp range, they just aren't guranteed to do so
- [08:21:57] <Russ>
so if you make a whole bunch of units and sell them, there is a good chance that a sizable percentage will fail
- [08:24:58] <av500>
well, the iphone shatters to pieces at -12??
- [08:25:21] * drakkan1000 (~drakkan@62.123.237.207) has joined #beagle
- [08:26:45] <ggreer>
one time I got a computer to boot in ???23??F
- [08:26:56] <ggreer>
I took off the heatsink and overclocked it to 1.6Ghz
- [08:27:29] * thaytan (~jan@ppp121-44-187-119.lns20.syd7.internode.on.net) Quit (Ping timeout: 272 seconds)
- [09:02:03] * aeozcan (5f0060b2@gateway/web/freenode/ip.95.0.96.178) Quit (Quit: Page closed)
- [09:05:03] * florian_kc (~fuchs@port-217-146-132-69.static.qsc.de) has joined #beagle
- [09:05:03] * florian_kc (~fuchs@port-217-146-132-69.static.qsc.de) Quit (Changing host)
- [09:05:03] * florian_kc (~fuchs@Maemo/community/contributor/florian) has joined #beagle
- [09:05:32] * florian_kc is now known as florian
- [09:17:30] * jpsaman (~jpsaman@2001:4cb8:17:1:21d:9ff:fec6:18ac) has joined #beagle
- [09:17:30] * jpsaman (~jpsaman@2001:4cb8:17:1:21d:9ff:fec6:18ac) Quit (Changing host)
- [09:17:30] * jpsaman (~jpsaman@videolan/developer/jpsaman) has joined #beagle
- [09:21:39] * Ceriand|desktop1 (~Ceriand@unaffiliated/ceriand) Quit (Quit: Leaving.)
- [09:23:30] * mctouch (~mctouch@cpc5-sgyl27-2-0-cust167.sgyl.cable.virginmedia.com) has joined #beagle
- [09:29:51] * lifeeth (~praneeth@unaffiliated/lifeeth) has joined #beagle
- [09:36:00] * flo_lap (~fuchs@Maemo/community/contributor/florian) has joined #beagle
- [09:41:17] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [09:43:11] * raghum (~raghuveer@192.163.20.231) Quit (Remote host closed the connection)
- [09:44:11] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [09:47:26] * raghum (~raghuveer@192.163.20.231) Quit (Remote host closed the connection)
- [09:48:25] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [09:54:04] * raghum (~raghuveer@192.163.20.231) Quit (Remote host closed the connection)
- [09:54:22] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [09:55:01] * niclas_ (~niclas@nat/ti/x-uvxfcwzzbbzlxumy) has joined #beagle
- [09:55:26] * raghum (~raghuveer@192.163.20.231) Quit (Remote host closed the connection)
- [09:56:14] * _hramrach (debian-tor@gateway/tor-sasl/hramrach) Quit (Remote host closed the connection)
- [09:56:25] * Openfree (~Openfreer@61.170.194.219) Quit (Ping timeout: 240 seconds)
- [09:56:36] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [09:56:54] * raghum (~raghuveer@192.163.20.231) Quit (Remote host closed the connection)
- [09:57:11] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [09:57:17] * flo_lap (~fuchs@Maemo/community/contributor/florian) Quit (Quit: Verlassend)
- [09:57:40] * raghum (~raghuveer@192.163.20.231) Quit (Remote host closed the connection)
- [09:58:33] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [09:59:07] * _hramrach (debian-tor@gateway/tor-sasl/hramrach) has joined #beagle
- [10:04:01] * raghum (~raghuveer@192.163.20.231) Quit (Remote host closed the connection)
- [10:05:02] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [10:05:56] * raghum (~raghuveer@192.163.20.231) Quit (Remote host closed the connection)
- [10:06:58] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [10:08:39] * raghum (~raghuveer@192.163.20.231) Quit (Remote host closed the connection)
- [10:09:28] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [10:09:49] * peabody124_ (~peabody12@adsl-99-163-128-172.dsl.hstntx.sbcglobal.net) has joined #beagle
- [10:10:23] * Belna (~Thomas@DSL01.212.114.252.242.ip-pool.NEFkom.net) has joined #beagle
- [10:12:55] * peabody124 (~peabody12@adsl-99-38-22-130.dsl.hstntx.sbcglobal.net) Quit (Ping timeout: 276 seconds)
- [10:12:57] * peabody124_ is now known as peabody124
- [10:16:14] * ssvb_ (~ssvb@a88-114-220-213.elisa-laajakaista.fi) Quit (Quit: Leaving)
- [10:18:53] * raghum (~raghuveer@192.163.20.231) Quit (Remote host closed the connection)
- [10:19:44] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [10:23:00] * raghum (~raghuveer@192.163.20.231) Quit (Remote host closed the connection)
- [10:24:11] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [10:25:37] * raghum (~raghuveer@192.163.20.231) Quit (Remote host closed the connection)
- [10:26:34] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [10:31:36] * skodabenz (~keshav_pr@115.248.50.21) has joined #beagle
- [10:33:50] * _hramrach (debian-tor@gateway/tor-sasl/hramrach) Quit (Ping timeout: 240 seconds)
- [10:34:25] * __hramrach (debian-tor@gateway/tor-sasl/hramrach) has joined #beagle
- [10:34:57] * teja (dce1d603@gateway/web/freenode/ip.220.225.214.3) has joined #beagle
- [10:35:27] <teja>
hello?
- [10:35:48] <teja>
i need some help with getting the kernel source
- [10:35:55] <teja>
for the narcissus build?
- [10:37:49] * XorA|gone is now known as XorA
- [10:42:08] * jpirko (~jirka@ip-89-102-7-191.net.upcbroadband.cz) Quit (Quit: Leaving)
- [10:43:08] * ogra (~ogra@p5098ed03.dip0.t-ipconnect.de) has joined #beagle
- [10:43:35] * ogra is now known as Guest61426
- [10:44:24] * Guest61426 is now known as ogra_
- [10:46:23] * CMoH-notebook (~cipi@95.76.68.223) has joined #beagle
- [10:46:23] * CMoH-notebook (~cipi@95.76.68.223) Quit (Changing host)
- [10:46:23] * CMoH-notebook (~cipi@unaffiliated/c-moh) has joined #beagle
- [10:53:31] * rodrigo_golive (c8bab803@gateway/web/freenode/ip.200.186.184.3) has joined #beagle
- [10:54:16] * skodabenz (~keshav_pr@115.248.50.21) has left #beagle
- [10:55:30] * raghum (~raghuveer@192.163.20.231) Quit (Remote host closed the connection)
- [10:55:49] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [11:03:32] * raster (raster@enlightenment/developer/raster) Quit (Quit: Gettin' stinky!)
- [11:06:08] * mrcan (~mr.mcan@88.246.222.152) has joined #beagle
- [11:20:10] * jpirko (~jirka@nat/redhat/x-bubkiboeupjonutk) has joined #beagle
- [11:28:05] * mrcan (~mr.mcan@88.246.222.152) Quit (Ping timeout: 255 seconds)
- [11:28:40] * ogra_ is now known as ogra
- [11:28:47] * ogra (~ogra@p5098ed03.dip0.t-ipconnect.de) Quit (Changing host)
- [11:28:47] * ogra (~ogra@ubuntu/member/ogra) has joined #beagle
- [11:32:36] * raghum (~raghuveer@192.163.20.231) Quit (Remote host closed the connection)
- [11:32:53] * teja (dce1d603@gateway/web/freenode/ip.220.225.214.3) Quit (Quit: Page closed)
- [11:33:10] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [11:37:02] * gustavoz (~gustavoz@201.252.45.98) has joined #beagle
- [11:39:41] * lifeeth (~praneeth@unaffiliated/lifeeth) Quit (Quit: Up and at 'em, Atom Ant!)
- [11:43:49] * mrcan (~mr.mcan@88.246.214.141) has joined #beagle
- [11:52:12] * Crofton (~balister@static-70-101-255-29.br1.mrtn.wv.frontiernet.net) has joined #beagle
- [11:55:22] * raghum (~raghuveer@192.163.20.231) Quit (Remote host closed the connection)
- [11:55:57] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [11:59:49] <aholler_>
av500: at -12??? do you have pictures? ;)
- [12:00:10] <av500>
aholler_: it made the news
- [12:00:16] <av500>
dont you read the news?
- [12:00:26] <aholler_>
not about i*
- [12:01:20] * mrcan (~mr.mcan@88.246.214.141) Quit (Quit: Leaving.)
- [12:01:24] * mrcan1 (~mr.mcan@88.246.214.141) has joined #beagle
- [12:01:39] <av500>
http://recombu.com/news/iphone-shatters-in-extreme-cold_M13096.html
- [12:01:42] <av500>
aholler_: ^^
- [12:02:27] <aholler_>
Thanks
- [12:02:35] * aholler_ is now known as aholler
- [12:03:49] <av500>
aholler: now get that woolen iphone sock quickly :)
- [12:07:21] <aholler>
just to loose it in the next summer or when the humidity raises? no. ;)
- [12:08:06] <Crofton>
-12 F or C?
- [12:08:36] <mrcan1>
is there any example for controlling i2c?
- [12:08:40] <aholler>
??
- [12:08:41] <mrcan1>
on qt
- [12:09:48] <av500>
Crofton: -12K!
- [12:10:41] <Crofton>
rofl
- [12:10:48] <Crofton>
Norawy gets really cold
- [12:12:45] <aholler>
mrcan1: qt runs in userspace, you will need a module which allows you that. maybe linux/Documentation/i2c/i2c-stub will help you
- [12:13:09] <mrcan1>
i read that documentation but im new on linux
- [12:13:22] <mrcan1>
i cant connect it with qt
- [12:13:28] <mrcan1>
i can read data on terminal but not qt
- [12:13:37] <mrcan1>
so im looking examples for learning
- [12:36:27] * Russ (foobar@ip70-176-251-1.ph.ph.cox.net) Quit (Ping timeout: 265 seconds)
- [12:40:35] * ssvb (~ssvb@net-105.nrpn.net) has joined #beagle
- [12:40:38] * __hramrach (debian-tor@gateway/tor-sasl/hramrach) Quit (Ping timeout: 240 seconds)
- [12:42:28] * rcranetx (~rcranetx@nat/ti/x-pvtjntxwatnwvooj) has joined #beagle
- [12:44:34] * __hramrach (debian-tor@gateway/tor-sasl/hramrach) has joined #beagle
- [12:45:19] * woglinde (~henning@p5DDC097C.dip0.t-ipconnect.de) has joined #beagle
- [12:49:32] * mrcan1 (~mr.mcan@88.246.214.141) Quit (Ping timeout: 255 seconds)
- [12:55:13] * raghum (~raghuveer@192.163.20.231) Quit (Remote host closed the connection)
- [12:55:55] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [12:56:16] * azariah34ggg (~azariah@zeppo.it.uu.se) has joined #beagle
- [12:56:35] * tasslehoff (~Tasslehof@147.84-49-231.nextgentel.com) has left #beagle
- [13:15:50] * NishanthMenon (~nmenon@nat/ti/x-ibdovyucxsyfsfwy) has joined #beagle
- [13:24:14] * woglinde (~henning@p5DDC097C.dip0.t-ipconnect.de) Quit (Quit: zapp)
- [13:49:47] * cbrake_ is now known as cbrake
- [13:53:26] * __hramrach (debian-tor@gateway/tor-sasl/hramrach) Quit (Ping timeout: 240 seconds)
- [13:53:42] * Cubi_ (~cubi@static-87-79-65-72.netcologne.de) has joined #beagle
- [13:54:50] * __hramrach (debian-tor@gateway/tor-sasl/hramrach) has joined #beagle
- [13:55:14] * raghum (~raghuveer@192.163.20.231) Quit (Remote host closed the connection)
- [13:55:58] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [13:56:27] <jkridner|work>
good morning all
- [13:58:28] * raghum (~raghuveer@192.163.20.231) Quit (Remote host closed the connection)
- [13:59:09] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [14:00:28] <av500>
gm
- [14:00:30] * faLUCE (~root@85.20.236.68) has joined #beagle
- [14:00:36] <faLUCE>
hi. is there a tablet with cpu comparable with typical netbook's Atom??? N455 and ubuntu compatibile?
- [14:00:54] <faLUCE>
sorry if it's off topic... but maybe someone can help me
- [14:01:24] <av500>
there was some ubuntublet announced
- [14:01:39] <av500>
http://www.engadget.com/2010/06/11/canonical-making-full-fledged-ubuntu-tablet-push-in-early-2011/
- [14:02:12] <av500>
also it will fail: http://techthrob.com/2010/06/16/why-the-ubuntu-tablet-won???t-sell/
- [14:07:09] <XorA>
its ok, the Win8 tablets will kick it off the market :-D
- [14:08:13] <av500>
XorA: is a (cheap) supply of ubuntuable tablets, yes
- [14:08:17] <av500>
as a
- [14:08:41] <XorA>
but we know Win8 will work on a tablet, ubuntu is going to be hell on a tablet :-D
- [14:09:15] <mru>
av500: I think the correct terms are "ubuntable" and "ubuntablet"
- [14:09:40] <XorA>
ubundinnertable :-D
- [14:13:22] <mru>
and a locked-down tablet would be "unbuntable"
- [14:13:22] * bgamari (~ben@pool-96-233-183-51.spfdma.east.verizon.net) has joined #beagle
- [14:19:05] * pcacjr (~pcacjr@unaffiliated/pcacjr) has joined #beagle
- [14:19:13] * jannau has compiled and used a broadcom crystalhd driver on a wetab running ubuntu
- [14:19:47] <jannau>
don't try that at home, kids
- [14:20:23] <av500>
k dad
- [14:24:15] * kevinsc (~a0214685@nat/ti/x-pvsbqmchesqqeqmr) has joined #beagle
- [14:28:56] * torez (~torez@linaro/torez) has joined #beagle
- [14:29:24] * mrcan (~mr.mcan@88.246.223.57) has joined #beagle
- [14:31:52] * kevinsc (~a0214685@nat/ti/x-pvsbqmchesqqeqmr) Quit (Quit: Leaving.)
- [14:32:13] * kevinsc (~a0214685@nat/ti/x-vyhtagscrkmausug) has joined #beagle
- [14:46:13] * jeremychang (~jeremy@61-30-10-70.static.tfn.net.tw) Quit (Ping timeout: 260 seconds)
- [14:47:02] * peabody124 (~peabody12@adsl-99-163-128-172.dsl.hstntx.sbcglobal.net) Quit (Quit: peabody124)
- [14:55:07] * raghum (~raghuveer@192.163.20.231) Quit (Remote host closed the connection)
- [14:55:33] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [15:01:25] * bibr (~ahan@2001:470:dc88:2:5eff:35ff:fe05:806a) Quit (Remote host closed the connection)
- [15:01:55] * killring_ (~killring@adsl-76-234-142-143.dsl.sfldmi.sbcglobal.net) has joined #beagle
- [15:04:01] * emeb (~ericb@ip70-190-178-182.ph.ph.cox.net) has joined #beagle
- [15:04:46] * killring (~killring@76.226.196.111) Quit (Ping timeout: 240 seconds)
- [15:11:23] * jayabharath (~jayabhara@nat/ti/x-mkzfpeuetgriybrn) has joined #beagle
- [15:17:08] * tipint (75fe8c3d@gateway/web/freenode/ip.117.254.140.61) has joined #beagle
- [15:18:12] * alancam (~a-campbel@nat/ti/x-sowhowltncqkxdwf) has joined #beagle
- [15:18:14] * Crofton (~balister@static-70-101-255-29.br1.mrtn.wv.frontiernet.net) Quit (Ping timeout: 260 seconds)
- [15:20:19] <tipint>
Hi, is there any angstrom image available with the bridge drivers for the DSP and openGL ES pre-installed?
- [15:21:00] <koen>
the new demo image has dsplink + gst-ti + gles drivers preinstalled
- [15:22:12] <tipint>
is it the default demo image?
- [15:22:25] <koen>
dunno what you call "default"
- [15:23:03] <koen>
I'm talking about http://groups.google.com/group/beagleboard/msg/1187ee6d3950d119
- [15:23:54] <tipint>
i meant the one available at www.angstrom-distribution.org/demo/beagleboard/
- [15:24:55] <tipint>
oh cool, thanks.
- [15:25:37] * katie_ (~katierh@nat/ti/x-lewpayebrzximoqm) has joined #beagle
- [15:26:23] <tipint>
btw, does Narcissus support adding any 3rd party libraries like qt or opencv?
- [15:26:30] * peabody124 (~peabody12@128.249.96.21) has joined #beagle
- [15:29:26] * __hramrach (debian-tor@gateway/tor-sasl/hramrach) Quit (Ping timeout: 240 seconds)
- [15:30:16] <tipint>
just checked it out, yes it does :)
- [15:31:25] * __hramrach (debian-tor@gateway/tor-sasl/hramrach) has joined #beagle
- [15:32:15] * mrcan (~mr.mcan@88.246.223.57) Quit (Quit: Leaving.)
- [15:32:26] <tipint>
the Narcissus online image builder is pretty cool, it made my life a lot easier :D
- [15:32:38] <av500>
dont forget to donate
- [15:34:15] * jayabharath (~jayabhara@nat/ti/x-mkzfpeuetgriybrn) Quit (Remote host closed the connection)
- [15:43:04] * krtaylor (~krtaylor@72.183.125.181) has joined #beagle
- [15:50:18] * ant_work (~andrea@host6-80-static.42-85-b.business.telecomitalia.it) Quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.13/20101203075014])
- [15:53:53] * Zoxc (Zoxc@ti0128a380-dhcp0526.bb.online.no) has joined #beagle
- [15:56:43] * Artanis (Artanis@159.108.165.83.dynamic.mundo-r.com) has joined #beagle
- [16:02:17] * tipint (75fe8c3d@gateway/web/freenode/ip.117.254.140.61) Quit (Ping timeout: 265 seconds)
- [16:18:20] * jpirko (~jirka@nat/redhat/x-bubkiboeupjonutk) Quit (Quit: Leaving)
- [16:18:39] * skodabenz (~keshav_pr@115.248.50.21) has joined #beagle
- [16:21:27] * flo_lap (~fuchs@Maemo/community/contributor/florian) has joined #beagle
- [16:21:42] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Remote host closed the connection)
- [16:24:00] * drobinson (~drobinson@mailgate.bluechiptechnology.co.uk) has joined #beagle
- [16:26:52] * NishanthMenon (~nmenon@nat/ti/x-ibdovyucxsyfsfwy) Quit (Quit: Ex-Chat)
- [16:27:09] * skodabenz (~keshav_pr@115.248.50.21) has left #beagle
- [16:28:06] * jrmuizel (~jrmuizel@66.207.206.180) has joined #beagle
- [16:29:12] * jpsaman (~jpsaman@videolan/developer/jpsaman) Quit (Quit: Leaving)
- [16:33:10] * Cubi_ (~cubi@static-87-79-65-72.netcologne.de) Quit (Quit: Verlassend)
- [16:33:12] * Ceriand|work (~Ceriand@unaffiliated/ceriand) has joined #beagle
- [16:34:26] * prpplague (~danders@nat/ti/x-xwwgjuecnubbszta) has joined #beagle
- [16:42:24] * cwillu (~cwillu@cwillu.com) Quit (Ping timeout: 240 seconds)
- [16:43:39] * eFfeM (~frans@j200125.upc-j.chello.nl) has joined #beagle
- [16:45:24] * cwillu (~cwillu@cwillu.com) has joined #beagle
- [16:51:08] * jayabharath (~jayabhara@nat/ti/x-vazwohbxhsunxbvl) has joined #beagle
- [16:56:02] * jpirko (~jirka@ip-89-102-7-191.net.upcbroadband.cz) has joined #beagle
- [16:57:32] * faLUCE (~root@85.20.236.68) Quit (Remote host closed the connection)
- [17:07:12] * Badiss (~Badiss@LSt-Amand-152-31-12-194.w193-253.abo.wanadoo.fr) Quit (Quit: Lost terminal)
- [17:11:57] * ssvb (~ssvb@net-105.nrpn.net) Quit (Quit: Leaving)
- [17:28:08] * Ragha (~ragha@nat/ti/x-vgcgeafutefwiwff) has joined #beagle
- [17:30:01] * djlewis (~djlewis@75.15.65.246) Quit (Quit: Leaving.)
- [17:33:56] * flo_lap (~fuchs@Maemo/community/contributor/florian) Quit (Ping timeout: 248 seconds)
- [17:37:32] * b7500af1 (~vt@c-71-62-125-191.hsd1.va.comcast.net) Quit (Ping timeout: 255 seconds)
- [17:39:38] * b7500af1 (~vt@c-71-62-125-191.hsd1.va.comcast.net) has joined #beagle
- [17:49:38] * jhulst (~jhulst@unaffiliated/jhulst) Quit (Remote host closed the connection)
- [17:50:12] * sassan_ (~sassan@cvs.mpc-ogw.co.uk) has joined #beagle
- [17:51:35] * jhulst (~jhulst@unaffiliated/jhulst) has joined #beagle
- [17:51:43] * sassan_ is now known as sassan
- [17:53:17] * courville (~courville@archos.rain.fr) Quit (Ping timeout: 255 seconds)
- [18:01:29] * tlab (~tlab@c-69-243-187-136.hsd1.in.comcast.net) has joined #beagle
- [18:02:33] * drakkan1000 (~drakkan@62.123.237.207) Quit (Remote host closed the connection)
- [18:02:34] * jayabharath (~jayabhara@nat/ti/x-vazwohbxhsunxbvl) Quit (Remote host closed the connection)
- [18:02:35] * jayabharath1 (~jayabhara@nat/ti/x-ietyjkwskjwauqrd) has joined #beagle
- [18:09:03] * sassan (~sassan@cvs.mpc-ogw.co.uk) Quit (Quit: Leaving)
- [18:11:42] * b7500af1 (~vt@c-71-62-125-191.hsd1.va.comcast.net) Quit (Quit: Leaving)
- [18:13:50] * jpsaman (~jpsaman@150-195-ftth.onsbrabantnet.nl) has joined #beagle
- [18:13:50] * jpsaman (~jpsaman@150-195-ftth.onsbrabantnet.nl) Quit (Changing host)
- [18:13:50] * jpsaman (~jpsaman@videolan/developer/jpsaman) has joined #beagle
- [18:19:26] * tlab (~tlab@c-69-243-187-136.hsd1.in.comcast.net) Quit (Ping timeout: 240 seconds)
- [18:25:19] * guillaum1 (~Guillaume@AMontsouris-153-1-54-225.w86-212.abo.wanadoo.fr) has joined #beagle
- [18:29:22] * scrp3l (~scrp3l@201.250.145.215) has joined #beagle
- [18:29:26] * mikey_w (~mike@pool-173-53-37-97.rcmdva.fios.verizon.net) Quit (Ping timeout: 240 seconds)
- [18:32:07] * raghum (~raghuveer@192.163.20.231) Quit (Remote host closed the connection)
- [18:33:10] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [18:43:07] * mikey_w (~mike@pool-173-53-37-97.rcmdva.fios.verizon.net) has joined #beagle
- [18:45:02] * mctouch (~mctouch@cpc5-sgyl27-2-0-cust167.sgyl.cable.virginmedia.com) Quit (Ping timeout: 240 seconds)
- [18:46:34] * djlewis (~bubba@adsl-65-64-30-12.dsl.ltrkar.swbell.net) has joined #beagle
- [18:54:49] * raghum (~raghuveer@192.163.20.231) Quit (Remote host closed the connection)
- [18:55:29] * raghum (~raghuveer@192.163.20.231) has joined #beagle
- [18:59:53] <djlewis>
gm
- [19:01:21] <mru>
+1
- [19:13:32] <av500>
+
- [19:13:37] <av500>
~1
- [19:22:40] * ssvb (~ssvb@a88-114-220-213.elisa-laajakaista.fi) has joined #beagle
- [19:23:25] * BeholdMyGlory (~behold@unaffiliated/beholdmyglory) has joined #beagle
- [19:23:57] * BeholdMyGlory (~behold@unaffiliated/beholdmyglory) has left #beagle
- [19:26:11] * holmes123 (~holmes123@74.11.100.93) has joined #beagle
- [19:28:42] * b7500af1 (~vt@2001:468:c80:4240:21c:bfff:fe8b:9c32) has joined #beagle
- [19:29:59] * rodrigo_golive (c8bab803@gateway/web/freenode/ip.200.186.184.3) Quit (Quit: Page closed)
- [19:53:40] * CMoH-notebook (~cipi@unaffiliated/c-moh) Quit (Read error: Connection reset by peer)
- [19:57:19] * jzarr (~jzarr@128.224.5.2) has joined #beagle
- [19:58:22] <jzarr>
hi all, anyknow know anything about the linux-omap-pm branch?
- [20:01:26] <mru>
it exists
- [20:01:45] <cwillu_at_work>
it's conscious
- [20:01:46] <djlewis>
therefore it must be.
- [20:02:17] <jzarr>
ive googled around and all the instruction ive found say to build with the omap3_pm_defconfig, i didnt get that file when i did the git clone
- [20:03:59] * mrj10 (~mrj10@63.252.64.254) has joined #beagle
- [20:05:30] * mikey_w (~mike@pool-173-53-37-97.rcmdva.fios.verizon.net) Quit (Remote host closed the connection)
- [20:07:24] * rsalveti (~rsalveti@201.82.72.47) Quit (Ping timeout: 265 seconds)
- [20:07:34] * lifeeth (~praneeth@unaffiliated/lifeeth) has joined #beagle
- [20:16:59] * peabody124_ (~peabody12@128.249.96.124) has joined #beagle
- [20:17:49] * peabody124__ (~peabody12@128.249.96.124) has joined #beagle
- [20:17:49] * peabody124_ (~peabody12@128.249.96.124) Quit (Read error: Connection reset by peer)
- [20:18:08] * jpsaman (~jpsaman@videolan/developer/jpsaman) Quit (Ping timeout: 260 seconds)
- [20:19:21] * peabody124 (~peabody12@128.249.96.21) Quit (Read error: Operation timed out)
- [20:19:22] * peabody124__ is now known as peabody124
- [20:20:16] * florian (~fuchs@Maemo/community/contributor/florian) has joined #beagle
- [20:23:56] <jzarr>
so, i have one of these on my desk, http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap35x-development-kit is there main line kernel support for it? or do i have to go through logicPD?
- [20:24:13] * holmes123 (~holmes123@74.11.100.93) Quit (Quit: Leaving.)
- [20:25:24] <aholler>
an url including a ???, wonderfull ;)
- [20:26:02] <jzarr>
i didnt make it ;-)
- [20:28:13] * rsalveti (~rsalveti@187.35.180.22) has joined #beagle
- [20:36:04] * ozk (~ozk@nat/ti/x-lgrrzymtxomewrld) has joined #beagle
- [20:36:25] * jpsaman (~jpsaman@videolan/developer/jpsaman) has joined #beagle
- [20:36:57] * eFfeM (~frans@j200125.upc-j.chello.nl) Quit (Quit: Leaving.)
- [20:43:34] * rsalveti (~rsalveti@187.35.180.22) Quit (Quit: Bye)
- [20:45:33] <aholler>
must have been done from a monkey islands??? fan ;)
- [20:49:58] * mikey_w (~mike@pool-173-53-37-97.rcmdva.fios.verizon.net) has joined #beagle
- [20:55:46] * xxiao_ (~xxiao@li41-126.members.linode.com) Quit (Ping timeout: 276 seconds)
- [20:55:55] * pcacjr (~pcacjr@unaffiliated/pcacjr) Quit (Quit: Lost terminal)
- [20:56:13] * hpham (~hpham@fwdweb.net) Quit (Ping timeout: 265 seconds)
- [20:56:29] * ojn (ojn@mail.lixom.net) Quit (Ping timeout: 255 seconds)
- [20:57:33] * hpham (~hpham@fwdweb.net) has joined #beagle
- [20:57:41] * mikey_w (~mike@pool-173-53-37-97.rcmdva.fios.verizon.net) Quit (Ping timeout: 264 seconds)
- [20:57:44] * ojn (ojn@mail.lixom.net) has joined #beagle
- [21:00:56] * niklasfi (~niklasfi@dslb-092-073-094-155.pools.arcor-ip.net) has joined #beagle
- [21:02:10] * gustavoz (~gustavoz@201.252.45.98) Quit (Quit: Leaving)
- [21:02:31] * xxiao (~xxiao@li41-126.members.linode.com) has joined #beagle
- [21:07:14] <mru>
hey guys, linuxtag call for projects is open
- [21:07:27] <mru>
http://wiki.linuxtag.org/w/fp:Call_for_Projects
- [21:07:50] * mctouch (~mctouch@cpc5-sgyl27-2-0-cust167.sgyl.cable.virginmedia.com) has joined #beagle
- [21:08:38] * niklasfi (~niklasfi@dslb-092-073-094-155.pools.arcor-ip.net) Quit (Remote host closed the connection)
- [21:09:40] * mikey_w (~mike@pool-173-53-37-97.rcmdva.fios.verizon.net) has joined #beagle
- [21:10:18] <djlewis>
did i detect a hint of enthusiasm in mru?
- [21:11:08] <mru>
djlewis: do you like german beer?
- [21:16:39] * b7500af1 (~vt@2001:468:c80:4240:21c:bfff:fe8b:9c32) Quit (Quit: Leaving)
- [21:22:27] <djlewis>
:)
- [21:22:41] * holmes123 (~holmes123@74.11.100.93) has joined #beagle
- [21:29:39] * mrc3_ (~mrc3@nat/ti/x-ivothrgirqeubtdg) has joined #beagle
- [21:31:04] * niklasfi (~niklasfi@dslb-092-073-094-155.pools.arcor-ip.net) has joined #beagle
- [21:33:58] * holmes123 (~holmes123@74.11.100.93) Quit (Quit: Leaving.)
- [21:35:15] <koen>
mru: TI is working on a stand as well, so I hope Roger & I can attend
- [21:35:49] <koen>
linuxtag was fun last year with, especially with the ffmpeg/xbmc/vlc guys
- [21:37:02] * rcranetx (~rcranetx@nat/ti/x-pvtjntxwatnwvooj) Quit (Quit: Leaving.)
- [21:47:30] * rsalveti (~rsalveti@201.82.72.47) has joined #beagle
- [21:56:19] * lifeeth (~praneeth@unaffiliated/lifeeth) Quit (Quit: Up and at 'em, Atom Ant!)
- [21:58:17] * jpsaman (~jpsaman@videolan/developer/jpsaman) Quit (Quit: Leaving)
- [22:01:00] * prpplague (~danders@nat/ti/x-xwwgjuecnubbszta) Quit (Quit: Leaving)
- [22:04:20] * balister_ is now known as Crofton|work
- [22:06:30] * amitk (~amit@a91-154-124-12.elisa-laajakaista.fi) Quit (Quit: leaving)
- [22:09:15] * jpirko (~jirka@ip-89-102-7-191.net.upcbroadband.cz) Quit (Quit: Leaving)
- [22:10:38] * arun_ (~arun@unaffiliated/sindian) Quit (Ping timeout: 240 seconds)
- [22:11:22] * peabody124 (~peabody12@128.249.96.124) Quit (Remote host closed the connection)
- [22:11:40] * peabody124 (~peabody12@128.249.96.21) has joined #beagle
- [22:12:04] * baobrien (~baobrien@cm74-226.madisontelco.com) has joined #beagle
- [22:12:51] <niklasfi>
does enyone here encounter kevent errors with the xm board on debian?
- [22:15:29] * Jefro (~josiermix@cust-67-203-89-34.static.o1.com) has joined #beagle
- [22:15:49] <Jefro>
anyone want to work on an x-loader issue?
- [22:16:18] * arun_ (~arun@unaffiliated/sindian) has joined #beagle
- [22:18:46] <_av500_>
depends
- [22:21:28] <mru>
work how? fix it or create it?
- [22:23:00] <Jefro>
hey guys
- [22:23:01] * timack (~tim@hlfx64-1-164.ns.sympatico.ca) has joined #beagle
- [22:23:07] * timack (~tim@hlfx64-1-164.ns.sympatico.ca) Quit (Client Quit)
- [22:23:29] <Jefro>
the issue is building it. yocto team has their kernel working on the xm, but they get garbage when they build x-loader.
- [22:23:48] <Jefro>
x-load-beagleboard-1.42+r13+git0+65ed00323f3807197a83abc75d62ed2a8d3f60de-r13.bin.ift
- [22:24:09] <Jefro>
using the angstrom prebuilt x-loader works
- [22:26:10] <mru>
solution seems easy
- [22:26:39] <mru>
have fried calamari for dinner and switch to OE
- [22:27:14] <Jefro>
mru - thanks, I'll pass that on. does it matter whether one uses a garlic aioli?
- [22:28:04] <Jefro>
or, more to the point, any idea whom I should pester about building x-loader? I have zero experience in that, as I usually just use the angstrom prebuilt.
- [22:29:17] * dvhart (~dvhart@nat/intel/x-cglvauaephkpxgzv) has joined #beagle
- [22:29:36] <dvhart>
Jefro, any idea how I can tell if my x-loader has been properly signed?
- [22:30:08] <mru>
if it boots, it's ok
- [22:30:18] <dvhart>
:-) it doesn't
- [22:30:33] <dvhart>
I'm building from source (out of the poky build system)
- [22:30:47] <dvhart>
using current HEAD from master
- [22:31:38] <dvhart>
my x-load-beagleboard-1.42.....bin.ift is 19k, while the MLO that shipped with the Beagleboard XM is 24k
- [22:31:56] <dvhart>
checking angstrom, we appear to be building from the same sources
- [22:32:08] <dvhart>
same git hash anyway
- [22:32:12] <_av500_>
signed?
- [22:32:24] <dvhart>
_av500_, that is what I'm trying to determine
- [22:32:48] <dvhart>
the poky scripts have the signGP.c source file
- [22:33:04] <_av500_>
dvhart: you boot from sd?
- [22:33:08] <dvhart>
I presume it is used - just wondering if there is a trivial way to check using the binary itself
- [22:33:16] <dvhart>
av500, yes, I have no NAND
- [22:33:24] <_av500_>
afaik no need to sign for boot from sd
- [22:33:27] <_av500_>
or?
- [22:33:47] <Jefro>
_av500_ I thought MLO vs. x-load.bin meant it was signed?
- [22:34:02] <dvhart>
perhaps that's the problem
- [22:34:02] <Jefro>
can the boot ROM hand control over to x-load.bin by itself?
- [22:34:05] <_av500_>
mlo is just a name
- [22:34:13] <_av500_>
Jefro: er?
- [22:34:24] <_av500_>
boot rom loads MLO and executes it
- [22:34:38] <dvhart>
_av500_, so it _must_ be called MLO ?
- [22:34:40] <_av500_>
from sd it looks for a file called "MLO"
- [22:34:45] <_av500_>
yes
- [22:34:56] <_av500_>
unless you do a raw boot
- [22:34:56] <Jefro>
it means just what I choose it to mean ??? neither more nor less
- [22:35:05] <thurbad>
are there any instructions for building a customized kernel for angstrom in the OE environment?
- [22:35:07] <dvhart>
that was missing from the developer's manual :/
- [22:35:17] <_av500_>
dvhart: which one?
- [22:35:27] <mru>
_av500_: the one on the wiki
- [22:35:38] * niklasfi (~niklasfi@dslb-092-073-094-155.pools.arcor-ip.net) Quit (Remote host closed the connection)
- [22:35:39] <dvhart>
BeagleBoard-xM System Reference Manual Revision A2
- [22:35:55] <dvhart>
perhaps I need a Revision B?
- [22:36:00] * mctouch (~mctouch@cpc5-sgyl27-2-0-cust167.sgyl.cable.virginmedia.com) Quit (Quit: Leaving...)
- [22:36:05] <_av500_>
dvhart: that does not save your from reading the 3000page TRM :)
- [22:36:26] <dvhart>
eeek, so I'm missing some docs
- [22:36:27] <dvhart>
ok
- [22:36:29] <_av500_>
the SRM is not a dev manual
- [22:36:36] <_av500_>
it is more a hw doc
- [22:36:43] <_av500_>
not a tutorial
- [22:36:43] <dvhart>
it does have a boot section
- [22:36:55] <dvhart>
but it's pretty high level - this is probably why
- [22:36:56] <dvhart>
noted
- [22:37:14] <mru>
_av500_: is that what you read as bedtime stories to your kids?
- [22:37:15] <Jefro>
someone should write a book on the subject
- [22:37:27] <dvhart>
_av500_, for context, when I replace the Angrstrom MLO with my renamed x-load-beagleboard-1.42+r13+git0+65ed00323f3807197a83abc75d62ed2a8d3f60de-r13.bin.ift
- [22:37:34] <dvhart>
the board boots with:
- [22:37:47] <dvhart>
???????????????????????????????????????????????????????????????????????????????
- [22:37:58] <dvhart>
copying the Angstrom MLO back and it boots fine
- [22:38:08] <mru>
hmm, dvhart and Jefro are talking about the same thing
- [22:38:13] <dvhart>
yes
- [22:38:31] <dvhart>
I was discussing with Jefro in another channel when he mentioned #beagle
- [22:38:32] <dvhart>
:-)
- [22:38:56] <dvhart>
sorry if I missed some of his context before I joined
- [22:39:23] <Jefro>
dvhart - when you build, do you have to go through a separate step to sign it? if you leave out that step and just rename x-load.bin to MLO...
- [22:39:51] <dvhart>
not sure, will have a look at the recipes
- [22:40:01] <dvhart>
that's where I was when you caught me in IRC
- [22:40:11] <Jefro>
I was reading your mind :)
- [22:41:26] <_av500_>
compare your MLO with the prebuilt ones, the 1st few bytes should look similar
- [22:41:47] <dvhart>
another note: if I leave the Angstrom MLO and replace the u-boot.bin with the one I built, I get garbage after the X-Loader messages too
- [22:41:58] <dvhart>
so something is clearly wrong with my builds
- [22:43:02] <dvhart>
Good:
- [22:43:03] <_av500_>
wrong serial speed?
- [22:43:03] <dvhart>
0000000 4b10 0000 0800 4020 0012 ea00 f014 e59f
- [22:43:03] <dvhart>
0000010 f010 e59f f00c e59f f008 e59f f004 e59f
- [22:43:06] <dvhart>
bad:
- [22:43:15] <dvhart>
oops, first was bad
- [22:43:17] <dvhart>
good:
- [22:43:21] <dvhart>
0000000 5ee0 0000 0800 4020 0012 ea00 f014 e59f
- [22:43:21] <dvhart>
0000010 f010 e59f f00c e59f f008 e59f f004 e59f
- [22:43:33] <Jefro>
dvhart but your kernel works... so something is up with the build process just for the bootloaders
- [22:43:38] <_av500_>
see the similarity?
- [22:43:41] <dvhart>
Jefro, correct
- [22:43:45] * holmes123 (~holmes123@74.11.100.93) has joined #beagle
- [22:43:51] <dvhart>
av500, I do see similarities
- [22:43:55] <dvhart>
also some differences
- [22:43:58] <_av500_>
sure
- [22:44:02] <dvhart>
and I'm not sure which bits matter
- [22:44:09] <_av500_>
ignore that
- [22:44:17] <_av500_>
now, what is your serial speed?
- [22:44:26] <dvhart>
should be 115200
- [22:44:34] <dvhart>
will check how that is defined in the recipes
- [22:49:57] * zodttd (~me@user-0c90n0l.cable.mindspring.com) Quit (Read error: Operation timed out)
- [22:50:24] <dvhart>
hrm, well, so long as it builds using omap3_beagle.h, uboot should be using 115200
- [22:52:09] <dvhart>
and the build runs "make omap3_beagle_config"
- [22:52:14] <dvhart>
so it should be 115200
- [22:52:23] <dvhart>
checking x-load
- [22:53:03] * kevinsc1 (~a0214685@nat/ti/x-hidnoaiawixetfbk) has joined #beagle
- [22:54:18] <dvhart>
same with x-load
- [22:55:26] * kevinsc (~a0214685@nat/ti/x-vyhtagscrkmausug) Quit (Ping timeout: 240 seconds)
- [22:56:24] <dvhart>
_av500_, what does the .ift signify?
- [22:57:28] <_av500_>
no idea
- [22:59:04] <dvhart>
NOTE:The difference between the MLO and x-load.bin.ift is that the first is used for the MMC and the other one for NAND boot.
- [22:59:58] <_av500_>
yes, nand boot needs to be signed
- [23:03:01] * prpplague (~prpplague@ppp-70-249-148-241.dsl.rcsntx.swbell.net) has joined #beagle
- [23:10:48] * jayabharath1 (~jayabhara@nat/ti/x-ietyjkwskjwauqrd) Quit (Ping timeout: 240 seconds)
- [23:11:22] <dvhart>
oh, I have an idea
- [23:11:26] <dvhart>
it might be double-signed
- [23:11:28] * holmes123 (~holmes123@74.11.100.93) Quit (Quit: Leaving.)
- [23:11:39] <dvhart>
since signGP was added relatively recently
- [23:13:06] <_av500_>
http://code.google.com/p/beagleboard/wiki/BeagleSoftCompile
- [23:14:50] <_av500_>
but then this is a wiki so it could be all wrong...
- [23:16:24] * CMoH (~cipi@unaffiliated/c-moh) Quit (Ping timeout: 240 seconds)
- [23:16:41] <dvhart>
av500, noted, I'm auditing our build recipes now
- [23:16:42] <dvhart>
thanks
- [23:16:51] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Quit: Verlassend)
- [23:17:24] <_av500_>
dvhart: btw, signgc does nothing more than to write the size and the load address
- [23:17:41] <_av500_>
so it adds 8 bytes at the start
- [23:17:41] <dvhart>
ok
- [23:18:31] <Ceriand|work>
does sakoman's x-load still put the stack at the beginning of SRAM?
- [23:18:39] <dvhart>
first, I was using the wrong image (x-load instead MLO, found we also build an MLO)
- [23:19:54] * holmes123 (~holmes123@74.11.100.93) has joined #beagle
- [23:24:30] * holmes123 (~holmes123@74.11.100.93) has left #beagle
- [23:25:40] * heathkid (~heathkid2@68-31-210-227.pools.spcsdns.net) has joined #beagle
- [23:26:05] <dvhart>
hrm
- [23:26:12] <dvhart>
according to x-load commit 6f0a4470585940a07357cc75488bedeb1fcdff2a
- [23:26:17] <dvhart>
I should be able to do "make ift"
- [23:26:26] <dvhart>
and reading the Makefile suggests the same
- [23:26:38] <dvhart>
doing so results in "No rule to make target `ift'."
- [23:27:26] * ppotera (~ppotera@99-100-130-116.lightspeed.stlsmo.sbcglobal.net) has joined #beagle
- [23:32:09] * heathkid (~heathkid2@68-31-210-227.pools.spcsdns.net) has left #beagle
- [23:33:09] <Jefro>
rselveti ping - we are having difficulty with x-loader, would love some help if you have time
- [23:33:44] <Ceriand|work>
Jefro: are you guys booting from SD?
- [23:33:52] <_av500_>
rsalveti even
- [23:33:54] * CMoH (~cipi@unaffiliated/c-moh) has joined #beagle
- [23:33:56] <Jefro>
Ceriand|work yes
- [23:33:59] * CMoH-notebook (~cipi@95.76.68.223) has joined #beagle
- [23:33:59] * CMoH-notebook (~cipi@95.76.68.223) Quit (Changing host)
- [23:33:59] * CMoH-notebook (~cipi@unaffiliated/c-moh) has joined #beagle
- [23:34:10] <Jefro>
_av500_ thanks
- [23:34:35] <Ceriand|work>
and the premade MLO works with that same card?
- [23:34:38] <_av500_>
Jefro: tab expansion ftw :)
- [23:35:05] <Jefro>
_av500_ I quit caffeine, must go with sanka-expansion from now on
- [23:35:22] <dvhart>
Ceriand|work, yes it does
- [23:35:28] <dvhart>
I'm rebuilding with new sources now
- [23:35:33] <Jefro>
(joke only works if Tab is still around) (also, I would never, ever quit caffeine)
- [23:35:41] <dvhart>
there are several lying around - using x-load-omap3 now
- [23:39:25] <Ceriand|work>
If you guys have a JTAG probe, you could look at the SRAM and see if the ROM loaded your x-load in
- [23:40:01] <dvhart>
Ceriand|work, I believe we verified that just by getting different output with the SD card installed vs. not
- [23:40:20] <Ceriand|work>
so it's loaded, but just doesn't boot all the way?
- [23:40:34] <dvhart>
right, spews some junk to the console
- [23:40:42] <Jefro>
... and by seeing that the Angstrom MLO loaded and ran, but the one dvhart is building had no output
- [23:40:44] <dvhart>
vs different junk if it isn't installed
- [23:43:14] <Ceriand|work>
dvhart: are you using sakoman's x-load?
- [23:43:39] <dvhart>
I believe so (now): http://gitorious.org/x-load-omap3
- [23:43:50] <dvhart>
it was using the older sakoman.net before
- [23:48:01] <Ceriand|work>
dvhart: does this work for you? http://pastebin.com/tAWQ1MUm
- [23:48:53] <dvhart>
Ceriand|work, uhm... haven't exchanged binary bits over pastebin before, interesting
- [23:49:06] <dvhart>
the Angstrom MLO that ships with the BBXM does work
- [23:49:08] <Ceriand|work>
uuencoded
- [23:49:26] <dvhart>
what's the source for the one you posted?
- [23:49:30] <dvhart>
current sakkoman?
- [23:49:33] <Ceriand|work>
yes
- [23:49:34] <sakoman__>
dvhart: TI recently created an official "upstream" for x-loader, you should use that:
- [23:49:36] <sakoman__>
http://gitorious.org/x-loader
- [23:49:47] <aholler>
Jefro: which gcc?
- [23:49:59] <dvhart>
sakoman__, heh, ok
- [23:50:27] * dvhart changes the build recipes again
- [23:50:54] <dvhart>
sakoman__, so x-loader is expected to work "out of the box" with the BeagleBoard xM ?
- [23:51:03] <sakoman__>
of course!
- [23:51:08] * peabody124_ (~peabody12@128.249.96.124) has joined #beagle
- [23:51:09] <dvhart>
is x-load-omap3 deprecated then?
- [23:51:27] <sakoman__>
I won't be maintaining it
- [23:51:32] <dvhart>
noted!
- [23:51:33] <dvhart>
thanks
- [23:52:06] <sakoman__>
An upstream x-loader sponsored by TI (at last) is a good thing!
- [23:52:14] * peabody124 (~peabody12@128.249.96.21) Quit (Read error: Operation timed out)
- [23:52:15] * peabody124_ is now known as peabody124
- [23:52:21] <dvhart>
sakoman__, certainly
- [23:52:30] <dvhart>
just making sure I finally have the right repository
- [23:52:36] <dvhart>
this is the 4th change today :)
- [23:52:41] <sakoman__>
but the one you were using certainly should work for the xM
- [23:52:42] <aholler>
a per configuration trimmed down u-boot would be better ;)
- [23:52:59] <sakoman__>
aholler: build it and they will come~!
- [23:53:05] <dvhart>
so which u-boot repository should I be using?
- [23:53:07] <Ceriand|work>
or a more powerful x-load
- [23:53:13] <Ceriand|work>
which is what I did
- [23:53:16] <_av500_>
xp-load
- [23:53:18] <aholler>
sakoman__: i don't work for ti
- [23:53:23] <sakoman__>
for long term the upstream link I mentioned above
- [23:53:26] <Ceriand|work>
my x-load can boot zImages
- [23:53:50] <sakoman__>
Ceriand|work: submit your changes to the upstream project
- [23:53:52] * lyakh (~lyakh@pD9EB9098.dip0.t-ipconnect.de) Quit (Quit: thanks, bye)
- [23:54:07] <sakoman__>
then we can all have a more powerful x-load
- [23:54:20] <Ceriand|work>
sakoman__: is there a list, or just e-mail nmenon?
- [23:54:25] <_av500_>
Ceriand|work: can it read mail?
- [23:54:27] <sakoman__>
there is a list
- [23:55:07] <sakoman__>
http://groups.google.com/group/x-loader?hl=en?hl=en
- [23:55:18] <Ceriand|work>
cool, I'll check that out
- [23:57:30] <aholler>
Ceriand|work: upstream is u-boot ;)
- [23:58:27] * guillaum1 (~Guillaume@AMontsouris-153-1-54-225.w86-212.abo.wanadoo.fr) has left #beagle
- [23:58:58] <Ceriand|work>
_av500_: no, but it can read stuff from USB mass-storage on the EHCI
These logs were automatically created by BeagleLogBot on
irc.freenode.net
using the Java IRC LogBot.
See http://microformats.org/wiki/mflogbot for more information.