• [00:00:13] * amitshah08 (~amitshah0@utdpat241047.utdallas.edu) has joined #beagle
  • [00:00:14] * amitshah08 (~amitshah0@utdpat241047.utdallas.edu) Quit (Read error: Connection reset by peer)
  • [00:00:31] * amitshah08 (~amitshah0@utdpat241047.utdallas.edu) has joined #beagle
  • [00:00:39] * amitshah08 (~amitshah0@utdpat241047.utdallas.edu) Quit (Read error: Connection reset by peer)
  • [00:00:57] * amitshah08 (~amitshah0@utdpat241047.utdallas.edu) has joined #beagle
  • [00:01:26] * amitshah08 (~amitshah0@utdpat241047.utdallas.edu) Quit (Read error: Connection reset by peer)
  • [00:04:12] * amitshah08 (~amitshah0@utdpat241047.utdallas.edu) has joined #beagle
  • [00:04:19] * amitshah08 (~amitshah0@utdpat241047.utdallas.edu) Quit (Read error: Connection reset by peer)
  • [00:04:57] * amitshah08 (~amitshah0@utdpat241047.utdallas.edu) has joined #beagle
  • [00:05:07] * amitshah08 (~amitshah0@utdpat241047.utdallas.edu) Quit (Read error: Connection reset by peer)
  • [00:05:29] * amitshah08 (~amitshah0@utdpat241047.utdallas.edu) has joined #beagle
  • [00:05:44] * av500 (~av500@p50996ded.dip0.t-ipconnect.de) Quit (Ping timeout: 272 seconds)
  • [00:06:04] * amitshah08 (~amitshah0@utdpat241047.utdallas.edu) Quit (Read error: Connection reset by peer)
  • [00:06:22] * tharvey (~tharvey@adsl-76-205-222-173.dsl.snlo01.sbcglobal.net) has joined #beagle
  • [00:06:30] * amitshah08 (~amitshah0@utdpat241047.utdallas.edu) has joined #beagle
  • [00:06:39] * amitshah08 (~amitshah0@utdpat241047.utdallas.edu) Quit (Read error: Connection reset by peer)
  • [00:10:36] * BThompson (~a0193480@nat/ti/x-hmepzrptpeqaigbx) Quit (Read error: Connection reset by peer)
  • [00:11:23] * amitshah08 (~amitshah0@utdpat241047.utdallas.edu) has joined #beagle
  • [00:11:41] * amitshah08 (~amitshah0@utdpat241047.utdallas.edu) Quit (Read error: Connection reset by peer)
  • [00:12:03] * amitshah08 (~amitshah0@utdpat241047.utdallas.edu) has joined #beagle
  • [00:12:37] * amitshah08 (~amitshah0@utdpat241047.utdallas.edu) Quit (Read error: Connection reset by peer)
  • [00:13:00] * DanaG (~dana@pcp057515pcs.wireless.calpoly.edu) Quit (Ping timeout: 252 seconds)
  • [00:13:06] * amitshah08 (~amitshah0@utdpat241047.utdallas.edu) has joined #beagle
  • [00:13:06] * amitshah08 (~amitshah0@utdpat241047.utdallas.edu) Quit (Read error: Connection reset by peer)
  • [00:15:03] * av500 (~av500@p50996ded.dip0.t-ipconnect.de) has joined #beagle
  • [00:16:54] * andruk (~chatzilla@unaffiliated/andruk) Quit (Quit: ChatZilla 0.9.86 [Firefox 3.5.7/20100106054534])
  • [00:19:40] * LearnIt (~404f7f0a@gateway/web/freenode/x-zvaggghquqohhfjn) has joined #beagle
  • [00:19:48] <LearnIt> Hello all
  • [00:20:55] <LearnIt> I have copied files to mmc card but when i boot it, it shows following error. Wrong Image Format for bootm command ERROR: can't get kernel image!
  • [00:21:40] <LearnIt> can any one help? Have i made any mistake in copying files? Which files should i copy as there are 2 to 3 different documents.
  • [00:23:00] <Jefro> LearnIt - it sound like possibly the bootloader is looking for a kernel image of a different name.
  • [00:23:37] <Jefro> As it is booting, try stopping the boot timer and then typing "printenv". The variable "bootcmd" shows what the bootloader expects to find.
  • [00:23:59] <Jefro> likely it is looking for "uImage" while you have "uImage.bin" on your card, or vice versa. Have done that many times myself.
  • [00:24:09] <Jefro> Luckily it is easy to change, if that is it.
  • [00:24:27] <LearnIt> so should i change uImage.bin to uimage
  • [00:24:33] <LearnIt> i ahve uImage.bin
  • [00:24:53] <Jefro> it depends on what the bootargs argument says. That is easier to change than the file on the card.
  • [00:25:48] <LearnIt> and from where should i copy files as ithere are 2 to 3 resources. I have rev C4
  • [00:26:28] <Jefro> bootargs should be something like this (looking, one second..)
  • [00:26:41] <LearnIt> ok
  • [00:26:55] <prpplague> LearnIt yea you most likely need to change the name to uImage
  • [00:27:08] <Jefro> sorry, I meant "bootcmd" rather than "bootargs"
  • [00:27:14] <Jefro> try this from the console:
  • [00:27:14] <LearnIt> let me give it a try
  • [00:27:21] <LearnIt> ok
  • [00:27:45] <Jefro> setenv bootcmd 'mmc init ; fatload mmc 0 0x80300000 uImage.bin ; bootm 0x80300000'
  • [00:28:07] <LearnIt> let me try
  • [00:28:14] <LearnIt> i will get back to you in 2 mins
  • [00:28:14] <Jefro> I believe the latest Angstrom bits boot just fine on C4, someone will correct me if I am wrong
  • [00:28:18] <Jefro> sure, no prob
  • [00:30:14] * FOM is now known as FOM_zzz
  • [00:30:22] <Jefro> if 'mmc init' fails, then you have an older bootloader - try 'mmcinit' all one word
  • [00:30:37] <LearnIt> ok
  • [00:32:38] <LearnIt> it fails for mmc init
  • [00:32:48] * denix|air (~denys@32.166.181.237) Quit (Ping timeout: 252 seconds)
  • [00:34:47] <Jefro> you can also walk through the boot process by hand to see what works
  • [00:34:56] <Jefro> for now, just try: mmcinit
  • [00:35:16] <Jefro> that initializes the SD card subsystem so the beagle can read from the card
  • [00:35:36] * rsalveti (~rsalveti@187.59.114.39) Quit (Remote host closed the connection)
  • [00:36:01] * rsalveti (~rsalveti@187.59.114.39) has joined #beagle
  • [00:36:19] <LearnIt> it gives the following output
  • [00:36:31] <LearnIt> OMAP3 beagleboard.org # mmc init ** Partition 1 not valid on device 0 ** mmc1 is available
  • [00:38:02] <Jefro> aha. how did you format the card? is it FAT32 by any chance?
  • [00:38:25] <LearnIt> yes
  • [00:38:31] <LearnIt> it is fat32
  • [00:38:46] <LearnIt> but i have kept only one partition
  • [00:39:10] <Jefro> since you have an older bootloader installed, that partition may have to be FAT16 (or just FAT, depending on which partitioner you use)
  • [00:39:19] <Jefro> however, it says it is available, so let's try it out
  • [00:39:38] <Jefro> what happens if you type: fatload mmc 0 0x80300000 uImage.bin
  • [00:42:01] <LearnIt> ** Partition 1 not valid on device 0 ** ** Unable to use mmc 0:1 for fatload **
  • [00:44:24] <Jefro> I think the card is going to have to be redone.
  • [00:44:35] <LearnIt> humm
  • [00:44:49] <Jefro> There are really good instructions on how to partition the card on eLinux.org, I can find a link... one sec
  • [00:44:52] <LearnIt> so from where should i take files this time and in which fs should i format it?
  • [00:45:04] <LearnIt> wait.. i have vista machine
  • [00:45:39] <Jefro> ah, ok - that was my next question
  • [00:46:41] <Jefro> it is strange that the partition isn't valid on a rev C4. that board should be able to handle FAT32 with no probs.
  • [00:46:49] <LearnIt> yes
  • [00:47:02] <LearnIt> and i have formatted with tthat HP tool
  • [00:48:13] <LearnIt> do i need to have partition on that SD card
  • [00:48:15] <LearnIt> ?
  • [00:48:21] <LearnIt> just to start booting?
  • [00:48:23] <Jefro> that is very strange. all I can suggest is to reformat the partition as FAT rather than FAT32.
  • [00:48:31] <LearnIt> ok
  • [00:48:37] <LearnIt> i will give it a try
  • [00:48:51] <Jefro> yes, the card holds the Linux kernel and root filesystem - without it there is no software to boot.
  • [00:50:02] <LearnIt> so i need to copy only 3 files - uImage, uboot.bin and MLO
  • [00:50:10] <LearnIt> on my fat32 card
  • [00:50:18] <LearnIt> let me try it with fat fs
  • [00:51:24] * BThompsonGT (~bernie@cpe-76-184-159-129.tx.res.rr.com) has joined #beagle
  • [00:54:54] <Jefro> You'll need those three files - MLO is the initial bootloader (x-loader), u-boot.bin is the secondary bootloader (u-boot), and uImage is the Linux kernel
  • [00:55:08] <Jefro> You'll also need a root filesystem, though.
  • [00:55:21] <Jefro> I normally put the rootfs on a separate partition.
  • [00:55:45] <Jefro> I'm going to point you to an article I wrote last year about doing all this, hopefully it will help:
  • [00:55:45] <Jefro> http://www.ibm.com/developerworks/linux/library/l-beagle-board/index.html
  • [00:57:40] <LearnIt> thanks a lot for your help and patience
  • [00:57:49] <LearnIt> i will try with your article and see
  • [00:57:58] <LearnIt> and if it is not done i will let you know
  • [00:58:30] * robclark (~robclark@nat/ti/x-ixyhlnthuabwjbah) Quit (Quit: robclark)
  • [01:07:55] * tomatoes7 (~zztop@adsl-76-240-71-250.dsl.scrm01.sbcglobal.net) has joined #beagle
  • [01:08:40] * GPSFan (~kenm@64.92.145.112) has joined #beagle
  • [01:10:37] * Aditya__1 (~Aditya@c-69-143-196-44.hsd1.md.comcast.net) has joined #beagle
  • [01:12:53] <tomatoes7> if it wasn't for curling, men would never be caught dead sweeping the floor
  • [01:13:51] <prpplague> amen
  • [01:14:22] * jrmuizel (~jrmuizel@74.198.8.70) has joined #beagle
  • [01:14:42] * nhg (~a0864305@nat/ti/x-rvenzyquahqglyiv) Quit (Ping timeout: 240 seconds)
  • [01:19:06] <XorA> heh wierd place to get a curling comment :-)
  • [01:19:33] <Crofton> urg, weird oopsing
  • [01:19:44] <tomatoes7> its on CNBC at the moment
  • [01:20:49] <tomatoes7> and Sweden takes the gold
  • [01:21:08] * cwillu (~cwillu@cwillu.com) has joined #beagle
  • [01:22:18] * av500 (~av500@p50996ded.dip0.t-ipconnect.de) Quit (Ping timeout: 240 seconds)
  • [01:22:50] * av500 (~av500@p50996ded.dip0.t-ipconnect.de) has joined #beagle
  • [01:24:24] * robclark (~robclark@ppp-70-253-157-93.dsl.rcsntx.swbell.net) has joined #beagle
  • [01:26:45] * jrmuizel (~jrmuizel@74.198.8.70) Quit (Quit: jrmuizel)
  • [01:27:04] <htns> hi, i would like to give a friend my setup for beagleboard, i have an 8GB SD card but really all I am using is about 50MB including the bootpartition and the rootfs. he has a windows XP system. if i dd out my /dev/sde up to 60MB, will he be able to write that onto an SD and have it work. is rawrite.exe the correct tool for that job on windows?
  • [01:27:47] * robclark (~robclark@ppp-70-253-157-93.dsl.rcsntx.swbell.net) Quit (Client Quit)
  • [01:30:41] * edg4roo (~931aa0a0@gateway/web/freenode/x-gedpemebweuvfghw) has joined #beagle
  • [01:31:07] <edg4roo> ?
  • [01:31:14] * edg4roo (~931aa0a0@gateway/web/freenode/x-gedpemebweuvfghw) Quit (Client Quit)
  • [01:31:32] <mIKEjONES> htns: you can easily write something to do it
  • [01:31:55] <mIKEjONES> but what you have to keep in mind is that those 50MB are not contiguous
  • [01:32:43] <htns> mIKEjONES, i think i've made it contig by taring and taring back into the fs after a mkfs
  • [01:33:10] <htns> it looks like rawrite is for floppy's only. dang
  • [01:33:45] <htns> hmm, wind32-image-writer looks interesting
  • [01:33:47] <mIKEjONES> htns: you can write something using win32 api, but there's gotta be a tool out there
  • [01:34:08] <mIKEjONES> or
  • [01:34:09] <mIKEjONES> http://www.chrysocome.net/dd
  • [01:34:11] <htns> i'm not really a software developer, i'm more like a hippopotamus
  • [01:34:16] <htns> :)
  • [01:36:04] * jrmuizel (~jrmuizel@74.198.8.70) has joined #beagle
  • [01:36:43] * robclark (~robclark@ppp-70-253-157-93.dsl.rcsntx.swbell.net) has joined #beagle
  • [01:39:56] * LearnIt (~404f7f0a@gateway/web/freenode/x-zvaggghquqohhfjn) Quit (Ping timeout: 252 seconds)
  • [01:45:26] * mIKEjONES (~mIKEjONES@orbital.rh.rit.edu) Quit (Ping timeout: 265 seconds)
  • [01:46:52] * mIKEjONES (~mIKEjONES@orbital.rh.rit.edu) has joined #beagle
  • [01:55:27] * jrmuizel_ (~jrmuizel@CPE001f5be79d0f-CM0017ee62f8b0.cpe.net.cable.rogers.com) has joined #beagle
  • [01:57:59] * orbarron is now known as orbarron|OoO
  • [01:58:14] * jrmuizel (~jrmuizel@74.198.8.70) Quit (Ping timeout: 246 seconds)
  • [01:58:14] * jrmuizel_ is now known as jrmuizel
  • [02:01:53] * thaytan (~jan@ppp121-44-244-74.lns20.syd7.internode.on.net) has joined #beagle
  • [02:04:41] * djlewis (~djlewis@75.15.67.3) has joined #beagle
  • [02:09:37] * DanaG (~dana@pcp057515pcs.wireless.calpoly.edu) has joined #beagle
  • [02:12:10] <robtow> Anyone know the right type of "mount" command to mount a .img file produced by the Narcissus image builder?
  • [02:13:48] <ds2> try - "mount -o loop foo.img /mnt"
  • [02:14:48] * DanaG (~dana@pcp057515pcs.wireless.calpoly.edu) Quit (Ping timeout: 252 seconds)
  • [02:15:05] <robtow> ds2 - says I must specify the filesystem type.
  • [02:15:28] <robtow> file sd.img says:
  • [02:15:42] <robtow> sd.img: x86 boot sector; partition 1: ID=0xc, active, starthead 1, startsector 63, 144522 sectors; partition 2: ID=0x83, starthead 0, startsector 144585, 1815345 sectors
  • [02:15:57] <ds2> oh that... you need to figure out the offset for the partitions
  • [02:16:08] <ds2> nevermind what I said
  • [02:16:52] <robtow> :-(
  • [02:17:34] <robtow> Sighs
  • [02:19:30] * thaytan (~jan@ppp121-44-244-74.lns20.syd7.internode.on.net) Quit (Ping timeout: 252 seconds)
  • [02:19:44] <Crofton> I think you just dd it to the sd card ....
  • [02:20:20] * Zoxc (~zoxc@ti0128a340-dhcp0501.bb.online.no) Quit ()
  • [02:21:21] <ds2> there is a way to compute the offset
  • [02:21:43] <ds2> did it years ago but don't recall it
  • [02:24:08] <robtow> Crofton - I was hooping to not have to use a sd card.
  • [02:24:20] <robtow> <grumbles>
  • [02:24:30] <Crofton> heh
  • [02:25:02] <robtow> I want to grab just the kernel off it, and put it on an already existing card.
  • [02:30:22] * robclark (~robclark@ppp-70-253-157-93.dsl.rcsntx.swbell.net) Quit (Remote host closed the connection)
  • [02:31:39] * ajd (~quassel@cpe-098-121-111-042.triad.res.rr.com) Quit (Remote host closed the connection)
  • [02:31:49] <robtow> Oh, well, I'll just wipe an existing card temporarily!
  • [02:33:12] * mrc3 (~ddiaz@122.181.11.126) Quit (Read error: Connection reset by peer)
  • [02:42:27] * thaytan (~jan@198.23.233.220.static.exetel.com.au) has joined #beagle
  • [02:42:48] * denix|air (~denys@pool-71-251-51-225.washdc.east.verizon.net) has joined #beagle
  • [02:48:21] * mrc3 (~ddiaz@122.181.11.126) has joined #beagle
  • [02:54:46] <Crofton> :)
  • [02:55:06] <Crofton> the image builder is designed to easy to build working cards :)
  • [03:03:30] * cbrake (~cbrake@oh-69-34-21-229.sta.embarqhsd.net) Quit (Ping timeout: 248 seconds)
  • [03:10:15] * rach (~Rachit@123.237.4.87) has joined #beagle
  • [03:12:25] * tlab (~tlab@c-69-243-187-136.hsd1.in.comcast.net) has joined #beagle
  • [03:19:31] * sakoman__ (~sakoman@static-74-41-60-154.dsl1.pco.ca.frontiernet.net) has joined #beagle
  • [03:19:48] * __av500__ (~av500@p50996ded.dip0.t-ipconnect.de) has joined #beagle
  • [03:21:06] * robtow (~rob@72.253.72.106) Quit (Ping timeout: 252 seconds)
  • [03:22:51] * sakoman_ (~sakoman@static-74-41-60-154.dsl1.pco.ca.frontiernet.net) Quit (Remote host closed the connection)
  • [03:22:51] * av500 (~av500@p50996ded.dip0.t-ipconnect.de) Quit (Remote host closed the connection)
  • [03:25:20] * DanaG (~dana@66-169-236-186.static.snlo.ca.charter.com) has joined #beagle
  • [03:26:56] * mIKEjONES (~mIKEjONES@orbital.rh.rit.edu) Quit (Ping timeout: 265 seconds)
  • [03:28:52] * mIKEjONES (~mIKEjONES@orbital.rh.rit.edu) has joined #beagle
  • [03:29:02] * mrc3 (~ddiaz@122.181.11.126) Quit (Read error: Connection reset by peer)
  • [03:37:56] * ShadowJK (jk@terminus.enivax.net) Quit (Read error: Connection reset by peer)
  • [03:42:04] * ShadowJK (jk@terminus.enivax.net) has joined #beagle
  • [03:44:27] * mrc3 (~ddiaz@122.181.11.126) has joined #beagle
  • [03:48:32] * raster (~raster@enlightenment/developer/raster) Quit (Quit: Gettin' stinky!)
  • [03:53:31] * mrc3 (~ddiaz@122.181.11.126) Quit (Ping timeout: 263 seconds)
  • [03:54:39] * GrizzlyAdams (~Grizzly@ip98-184-88-41.mc.at.cox.net) has joined #beagle
  • [03:59:40] * thaytan (~jan@198.23.233.220.static.exetel.com.au) Quit (Ping timeout: 252 seconds)
  • [04:01:19] * cody (~cody@dslb-084-056-092-152.pools.arcor-ip.net) has joined #beagle
  • [04:03:03] * tlab (~tlab@c-69-243-187-136.hsd1.in.comcast.net) Quit (Quit: Leaving)
  • [04:03:27] * htns (~htns@61.6.64.6) Quit (Ping timeout: 276 seconds)
  • [04:04:26] * cody_ (~cody@dslb-084-056-125-022.pools.arcor-ip.net) Quit (Ping timeout: 252 seconds)
  • [04:05:43] * thaytan (~jan@198.23.233.220.static.exetel.com.au) has joined #beagle
  • [04:12:00] * thaytan (~jan@198.23.233.220.static.exetel.com.au) Quit (Quit: Ex-Chat)
  • [04:17:58] * htns (~htns@61.6.64.6) has joined #beagle
  • [04:25:29] * DanaG (~dana@66-169-236-186.static.snlo.ca.charter.com) Quit (Quit: Running with ???. And throwing ?????? at stuff. I ??? Unicode!)
  • [04:29:17] * thaytan (~jan@198.23.233.220.static.exetel.com.au) has joined #beagle
  • [04:34:34] * ThatO1Guy (~47c4ecce@gateway/web/freenode/x-imadnlziykmbudpx) has joined #beagle
  • [04:38:50] * GrizzlyAdams (~Grizzly@ip98-184-88-41.mc.at.cox.net) Quit (Quit: Leaving.)
  • [04:41:04] * ThatO1Guy (~47c4ecce@gateway/web/freenode/x-imadnlziykmbudpx) Quit (Ping timeout: 252 seconds)
  • [04:41:51] * mIKEjONES (~mIKEjONES@orbital.rh.rit.edu) Quit (Ping timeout: 265 seconds)
  • [04:50:10] * RoHS (~cruxphoto@c-67-161-139-147.hsd1.co.comcast.net) has joined #beagle
  • [04:56:19] * GPSFan (~kenm@64.92.145.112) Quit (Quit: Leaving)
  • [04:57:15] * gt2000 (~gaurang@123.237.4.87) has joined #beagle
  • [04:58:13] <gt2000> hello
  • [04:58:25] * RoHS (~cruxphoto@c-67-161-139-147.hsd1.co.comcast.net) Quit (Quit: RoHS)
  • [04:59:30] <gt2000> I have mp2 audio files, I want to play using gstreamer-ti codec.
  • [05:00:22] <gt2000> which codec is select for play mp2 audio files?
  • [05:01:06] <gt2000> any document about gstreamer-ti codec informantion
  • [05:01:46] <gt2000> any document about gstreamer-ti codec informantion
  • [05:18:37] * khasim (~a0393720@192.163.20.231) has joined #beagle
  • [05:33:14] * Sept (~bakljg@c-98-240-226-129.hsd1.mn.comcast.net) Quit (Read error: Connection reset by peer)
  • [05:34:06] * khasim (~a0393720@192.163.20.231) Quit (Quit: Leaving.)
  • [05:34:32] * Sept (~bakljg@c-98-240-226-129.hsd1.mn.comcast.net) has joined #beagle
  • [05:41:41] * thaytan (~jan@198.23.233.220.static.exetel.com.au) Quit (Ping timeout: 260 seconds)
  • [05:42:23] * khasim (~a0393720@192.163.20.231) has joined #beagle
  • [05:43:28] * thaytan (~jan@198.23.233.220.static.exetel.com.au) has joined #beagle
  • [05:43:35] * jrmuizel (~jrmuizel@CPE001f5be79d0f-CM0017ee62f8b0.cpe.net.cable.rogers.com) Quit (Quit: jrmuizel)
  • [05:44:35] * akash (~7371398b@gateway/web/freenode/x-ubomhxjwihqcceuw) has joined #beagle
  • [05:44:59] * akash (~7371398b@gateway/web/freenode/x-ubomhxjwihqcceuw) Quit (Client Quit)
  • [05:45:12] * aki__ (~7371398b@gateway/web/freenode/x-uagkotxamqnqqurr) has joined #beagle
  • [05:45:22] <aki__> hey
  • [05:45:45] <aki__> i was trying to get Belkin wireless
  • [05:45:53] <aki__> work
  • [05:46:17] <aki__> when i do ifconfig wlan0 up
  • [05:46:36] <aki__> it gives a SIOCSIFFLAGS: Connection timed out error
  • [05:47:05] <aki__> can any one give sm clues
  • [05:47:36] * jrmuizel (~jrmuizel@CPE001f5be79d0f-CM0017ee62f8b0.cpe.net.cable.rogers.com) has joined #beagle
  • [05:47:44] <aki__> my wireless is working fine in kernel 2.6.27
  • [05:47:55] <aki__> but on 2.6.29 its not working
  • [05:52:19] <gt2000> koen:hello
  • [05:53:54] <gt2000> koen:I used narcissus online build utility for root file system with gstreamer-ti plaugin option selected
  • [05:54:27] * jrmuizel (~jrmuizel@CPE001f5be79d0f-CM0017ee62f8b0.cpe.net.cable.rogers.com) Quit (Quit: jrmuizel)
  • [05:55:54] <gt2000> koen:I have played successfully acc audio file ,but I can't play mp3 audio file on beagleboard and omap3530 evm board
  • [05:56:53] <gt2000> koen:I got mp3 decoder failed error.
  • [05:57:53] <gt2000> koen:How to add mp3 codec on beagleboard?
  • [05:58:50] * khasim (~a0393720@192.163.20.231) Quit (Quit: Leaving.)
  • [06:00:49] * khasim (~a0393720@192.163.20.231) has joined #beagle
  • [06:14:29] * khasim (~a0393720@192.163.20.231) Quit (Quit: Leaving.)
  • [06:21:26] * jrmuizel (~jrmuizel@CPE001f5be79d0f-CM0017ee62f8b0.cpe.net.cable.rogers.com) has joined #beagle
  • [06:27:16] * kanru (~kanru@61-228-149-165.dynamic.hinet.net) Quit (Quit: WeeChat 0.3.1.1)
  • [06:32:57] * khasim (~a0393720@192.163.20.231) has joined #beagle
  • [06:32:59] * raster (~raster@enlightenment/developer/raster) has joined #beagle
  • [06:50:01] * soman (~somnath@stargate.starnet.fi) has joined #beagle
  • [06:51:01] * DanaG (~dana@66-169-236-186.static.snlo.ca.charter.com) has joined #beagle
  • [06:51:15] <DanaG> bummer: omapfb doesn't do xrandr.
  • [06:53:09] <Jefro> robtow if you are still looking for info on mounting .img - you could try iat or acetoneiso and convert the .img to .iso
  • [06:53:36] <DanaG> That would make any omap-based "smartbook" useless for presentations and such.
  • [06:58:29] * sabt (~dc9cb90d@gateway/web/freenode/x-rjhclveftlujfwzw) has joined #beagle
  • [06:58:53] <sabt> Hello all !!
  • [07:00:20] <sabt> I just bought my BB and was trying to test it :I powered the BB with the USB cable as mentioned.
  • [07:01:16] <sabt> but I was able to see the loader but could not boot from the NAND mentioned address
  • [07:05:10] * mIKEjONES (~mIKEjONES@orbital.rh.rit.edu) has joined #beagle
  • [07:05:41] <DanaG> omap also doesn't do real glx. Just this weird "egl" thingy.
  • [07:07:46] * mIKEjONES (~mIKEjONES@orbital.rh.rit.edu) Quit (Client Quit)
  • [07:08:00] * mIKEjONES (~mIKEjONES@129.21.137.6) has joined #beagle
  • [07:09:50] <sabt> Welcome to minicom 2.3 OPTIONS: I18n Compiled on Sep 25 2009, 23:40:20. Port /dev/ttyS0 Press CTRL-A Z for help on special keys
  • [07:10:33] <sabt> I get an error as :NAND read from offset 280000 failed -74
  • [07:10:46] <DanaG> There's no OS on the thing out of the box.
  • [07:10:48] <sabt> 4194304 bytes read: ERROR Wrong Image Format for bootm command
  • [07:11:13] <DanaG> NAND flash is too small to hold much of anything -- you'll likely end up booting from SD card instead.
  • [07:11:47] <sabt> But i think BB comes with a default x-loader and a boot code
  • [07:12:34] * sv (~7aa60de8@gateway/web/freenode/x-fkkhvfzvpgmocgvw) has joined #beagle
  • [07:12:42] <sv> i have a dual partition sd card, which has both vfat and ext3 partition. How can i view the ext3 partition in windowsxp?
  • [07:13:02] <DanaG> sv: check ext2fsd
  • [07:13:16] <DanaG> yeah, x-boot loads u-boot, then u-boot tries to load a kernel from NAND, but there is no kernel in nand.
  • [07:13:56] <cody> sv: you cant
  • [07:16:23] <DanaG> watch out with ext2fsd and removable disks... it tends to cause the equivalent of a kernel-oops if you suspend with an ext2 / ext3 card inserted.
  • [07:16:44] <DanaG> That is, after resume, anything that tries to touch that partition, will hang unkillably.
  • [07:18:17] * khasim (~a0393720@192.163.20.231) Quit (Quit: Leaving.)
  • [07:18:49] * tsjsieb (~tsjsieb@dejongbeheer.nl) Quit (Quit: ChatZilla 0.9.86 [Firefox 3.5.7/20100106054534])
  • [07:19:03] <sv> yes i cant - since it detects the disk which says it has 2 partitions, but it does not create a drive letter/mount point for ext3 partition
  • [07:19:18] <sv> i tried to do it using the tool, it doesnt work
  • [07:19:50] * torsten (~user@130.34.195.182) has joined #beagle
  • [07:19:55] * rach (~Rachit@123.237.4.87) Quit (Quit: Leaving.)
  • [07:20:10] <DanaG> hmm, try enabling "force write support for ext3"
  • [07:21:15] <torsten> hi, I try ty access the pico-kit via I2C... now I read I have to enable the I2C
  • [07:21:20] <torsten> first
  • [07:21:38] <torsten> anyone know how to do that ?
  • [07:22:11] <sv> ext2fsd
  • [07:22:28] <DanaG> oh, and does beagleboard do cpufreq?
  • [07:22:35] <sv> yes it does
  • [07:23:46] <DanaG> 2.6.32, or just 33?
  • [07:23:53] <torsten> in the programming manual it is written CPUIF_ENABLE must be active. However, how to set in active... the HDMI seems has nothing like that and there is no jumper or something like this on the pico kit
  • [07:24:13] * khasim (~a0393720@192.163.20.231) has joined #beagle
  • [07:25:29] * lifeeth (~praneeth@unaffiliated/lifeeth) has joined #beagle
  • [07:26:33] * jrmuizel (~jrmuizel@CPE001f5be79d0f-CM0017ee62f8b0.cpe.net.cable.rogers.com) Quit (Quit: jrmuizel)
  • [07:27:36] * killring (~killring@adsl-76-234-150-254.dsl.sfldmi.sbcglobal.net) Quit (Quit: killring)
  • [07:29:57] * tasslehoff (~Mich@147.84-49-231.nextgentel.com) has joined #beagle
  • [07:30:50] * sv (~7aa60de8@gateway/web/freenode/x-fkkhvfzvpgmocgvw) Quit (Ping timeout: 252 seconds)
  • [07:54:20] * jpsaman (~jpsaman@videolan/developer/jpsaman) has joined #beagle
  • [07:54:57] <DanaG> no or unknown cpufreq driver is active on this CPU
  • [07:55:04] * khasim (~a0393720@192.163.20.231) Quit (Ping timeout: 252 seconds)
  • [07:55:56] * mobidev (~mobidev@94.127.205.30) has joined #beagle
  • [08:00:46] * ahmedammar (~b33fc0d3@gentoo/developer/b33fc0d3) Quit (Remote host closed the connection)
  • [08:01:33] * tsjsieb (~tsjsieb@dejongbeheer.nl) has joined #beagle
  • [08:04:37] * thaytan (~jan@198.23.233.220.static.exetel.com.au) Quit (Ping timeout: 256 seconds)
  • [08:09:09] <mobidev> hi to all
  • [08:10:19] * Try`0xff is now known as Tryum
  • [08:11:20] * nrossi (~na@61.37.96.58.static.exetel.com.au) has joined #beagle
  • [08:13:28] * khasim (~a0393720@192.163.20.231) has joined #beagle
  • [08:15:41] * courville (~courville@archos.rain.fr) has joined #beagle
  • [08:19:21] * khasim (~a0393720@192.163.20.231) Quit (Ping timeout: 256 seconds)
  • [08:26:21] * gt2000 (~gaurang@123.237.4.87) Quit (Ping timeout: 252 seconds)
  • [08:34:12] * gt2000 (~gaurang@123.237.4.87) has joined #beagle
  • [08:38:31] * jpirko (~jirka@nat/redhat/x-yzwwkgaqimluchpj) has joined #beagle
  • [08:39:55] * florian_kc (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [08:40:49] * florian_kc is now known as florian
  • [08:45:11] * soman (~somnath@stargate.starnet.fi) Quit (Ping timeout: 245 seconds)
  • [08:46:28] * thaytan (~jan@ppp121-44-244-74.lns20.syd7.internode.on.net) has joined #beagle
  • [08:46:54] * soman (~somnath@stargate.starnet.fi) has joined #beagle
  • [08:55:47] * khasim (~a0393720@192.163.20.231) has joined #beagle
  • [09:04:37] * rach1 (~Rachit@123.237.4.87) has joined #beagle
  • [09:06:45] <tasslehoff> slightly OT. anyone know if there's a way to run a TeraTerm ttl-script in Linux?
  • [09:08:15] * _roger_ (~a0740758@nat/ti/x-mvccmqurdsbhodsw) has joined #beagle
  • [09:09:15] * sakoman__ (~sakoman@static-74-41-60-154.dsl1.pco.ca.frontiernet.net) Quit (Ping timeout: 252 seconds)
  • [09:09:22] <gt2000> _koen_1:I used narcissus online build utility for root file system with gstreamer-ti plaugin option selected
  • [09:12:36] * sakoman__ (~sakoman@static-74-41-60-154.dsl1.pco.ca.frontiernet.net) has joined #beagle
  • [09:13:00] <gt2000> _koen_1:when I play mp3 audio file,I got mp3 decoder failed error.
  • [09:13:34] <gt2000> how to add mp3 decode in rootfile system
  • [09:17:20] * RoHS (~cruxphoto@c-67-161-139-147.hsd1.co.comcast.net) has joined #beagle
  • [09:18:56] * soman (~somnath@stargate.starnet.fi) Quit (Ping timeout: 245 seconds)
  • [09:20:20] * raster (~raster@enlightenment/developer/raster) Quit (Quit: Gettin' stinky!)
  • [09:20:53] <_koen_1> gt2000: ti codecs don't do mp3 due to license restrictions, you'll have to install another mp3 plugin for gstreamer
  • [09:22:43] * tasslehoff (~Mich@147.84-49-231.nextgentel.com) Quit (Quit: Lost terminal)
  • [09:23:19] * freddy (~freddy@kenny.kriewitz.eu) has joined #beagle
  • [09:24:54] * soman (~somnath@stargate.starnet.fi) has joined #beagle
  • [09:25:14] <gt2000> _koen_1:if I want to play mp3 audio file using hardware accelerator,how to do that?
  • [09:26:22] <_koen_1> buy an mp3 codec from a vendor and pay royalties to MPEG-LA
  • [09:26:27] * _koen_1 is now known as _koen_
  • [09:27:20] * Phrog (~chatzilla@ip-87-82-198-210.easynet.co.uk) has joined #beagle
  • [09:29:01] * guillaum1 (~gl@AMontsouris-153-1-84-38.w90-2.abo.wanadoo.fr) Quit (Quit: Leaving.)
  • [09:29:46] * guillaum1 (~GZBA4143@AMontsouris-153-1-84-38.w90-2.abo.wanadoo.fr) has joined #beagle
  • [09:32:13] * hrw|gone is now known as hrw
  • [09:32:14] <gt2000> _koen_:So I coudn't play mp3 file using DSP codec..right?
  • [09:32:21] <hrw> morning
  • [09:33:33] <_koen_> gt2000: not with the free codec, but you can with others, but that will cost you $$$$
  • [09:33:36] <_koen_> hey hrw
  • [09:36:44] * fidiyo (~daba0be4@gateway/web/freenode/x-khrxwaptmjvczdsi) has joined #beagle
  • [09:38:05] <fidiyo> Any recommended site teaches about beagleboard command?
  • [09:39:05] <adj> beagleboard command?
  • [09:40:46] <fidiyo> through minicom
  • [09:42:09] <DanaG> oh yeah, random question: what's the rgb value of the orange that u-boot shows over dvi?
  • [09:42:43] <adj> fidiyo: there aren't any exact "beagleboard commands", it all depends on the software you have installed on your board
  • [09:45:15] <fidiyo> I am able to interact with beagleboard using commands like, mmc init, bootm, etc through minicom
  • [09:45:59] <fidiyo> doesn't this command comes with the board itself?
  • [09:47:10] <adj> those are u-boot commands and Beagle is shipped with some version of u-boot
  • [09:48:05] <adj> one helpful command would be "help" :)
  • [09:48:55] * RoHS (~cruxphoto@c-67-161-139-147.hsd1.co.comcast.net) has left #beagle
  • [09:50:59] <fidiyo> Ok.. so its U-boot commands. Thanks!
  • [09:51:05] <DanaG> U-boot has the same purpose as Grub: it loads the kernel of the real OS.
  • [09:51:19] <fidiyo> Any site that comes with U-boot command examples?
  • [09:52:30] <gt2000> _koen_:which mp3 codec plugin supported gstreamer?
  • [09:53:52] <rach1> Hello, I am also looking to play mp3 file through Gstreamer-TI plugin, So as mp3 decoder isn't included in TI DSP codec, then Is there any way to play mp3 file using DSP codec ?
  • [09:55:02] <adj> fidiyo: http://www.denx.de/wiki/view/DULG/UBootCommandLineInterface
  • [09:55:18] <_koen_> guys, please try to use google first to answer your questions
  • [09:56:15] * DanaG (~dana@66-169-236-186.static.snlo.ca.charter.com) Quit (Ping timeout: 256 seconds)
  • [09:56:23] * KosiNuss (~tom@p4FD12632.dip0.t-ipconnect.de) has joined #beagle
  • [09:58:06] <rach1> http://tiexpressdsp.com/index.php/Example_GStreamer_Pipelines#OMAP35x as per this it's using MAD codec to decode mp3 file ..right?
  • [10:00:34] * Barcelona_ (~4f97d867@gateway/web/freenode/x-qepfonhouovpgnpo) has joined #beagle
  • [10:01:36] <fidiyo> adj: Thanks!
  • [10:02:50] * Barcelona_ (~4f97d867@gateway/web/freenode/x-qepfonhouovpgnpo) Quit (Client Quit)
  • [10:02:58] * __av500__ (~av500@p50996ded.dip0.t-ipconnect.de) Quit (Ping timeout: 272 seconds)
  • [10:06:26] * ogra (~ogra@ubuntu/member/ogra) Quit (Ping timeout: 248 seconds)
  • [10:06:46] * ogra (~ogra@ubuntu/member/ogra) has joined #beagle
  • [10:08:42] * tomatoes7 (~zztop@adsl-76-240-71-250.dsl.scrm01.sbcglobal.net) Quit (Ping timeout: 240 seconds)
  • [10:09:12] * lifeeth (~praneeth@unaffiliated/lifeeth) Quit (Quit: Up and at 'em, Atom Ant!)
  • [10:12:14] * ant_work (~andrea@host214-85-static.34-85-b.business.telecomitalia.it) has joined #beagle
  • [10:15:21] * fidiyo (~daba0be4@gateway/web/freenode/x-khrxwaptmjvczdsi) Quit (Quit: Page closed)
  • [10:23:40] * sabt (~dc9cb90d@gateway/web/freenode/x-rjhclveftlujfwzw) Quit (Quit: Page closed)
  • [10:23:46] * kirma (~jkirma@kekkonen.cs.hut.fi) has joined #beagle
  • [10:24:53] * tomatoes7 (~zztop@76.197.3.233) has joined #beagle
  • [10:33:34] * cbrake (~cbrake@oh-69-34-21-229.sta.embarqhsd.net) has joined #beagle
  • [10:36:10] * raster (~raster@enlightenment/developer/raster) has joined #beagle
  • [10:37:06] * jamsen (~c2c841ef@gateway/web/freenode/x-ttypnprfkixwncok) Quit (Ping timeout: 252 seconds)
  • [10:37:15] * willy_ (~d4179324@gateway/web/freenode/x-uklmhujxdtngrezc) has joined #beagle
  • [10:37:28] <willy_> hi
  • [10:37:57] <rach1> I played mp3 file using this:gst-launch filesrc location=$MP3 ! mad ! alsasink
  • [10:41:25] <rach1> but Does this MAD codec decode data ARM side ?
  • [10:41:49] <_av500_> mad=arm
  • [10:43:48] * Gaston|Home (~Miranda@c-012fe353.155-1-64736c11.cust.bredbandsbolaget.se) Quit (Read error: Connection reset by peer)
  • [10:43:52] * DJWillis (djwillis@cpc1-bath2-0-0-cust327.aztw.cable.virginmedia.com) Quit (Read error: Connection reset by peer)
  • [10:44:03] <_koen_> I thought mad was in the head?
  • [10:44:18] * DJWillis (djwillis@cpc1-bath2-0-0-cust327.aztw.cable.virginmedia.com) has joined #beagle
  • [10:45:09] <willy_> somehow karmic booting fails, I'm getting "init: procps main process (55) terminated with status 255"
  • [10:46:06] <willy_> I use karmic v2.6.32.8-x8.1
  • [10:46:12] <willy_> any ideea?
  • [10:48:36] <_av500_> koen: it spreads
  • [10:50:57] * gt20001 (~gaurang@123.237.4.87) has joined #beagle
  • [10:51:35] * gt2000 (~gaurang@123.237.4.87) Quit (Ping timeout: 240 seconds)
  • [10:51:54] * rach2 (~Rachit@123.237.4.87) has joined #beagle
  • [10:52:37] * rach1 (~Rachit@123.237.4.87) Quit (Ping timeout: 264 seconds)
  • [10:52:46] * rach2 (~Rachit@123.237.4.87) has left #beagle
  • [10:53:13] * rach2 (~Rachit@123.237.4.87) has joined #beagle
  • [10:56:48] * rach2 (~Rachit@123.237.4.87) Quit (Client Quit)
  • [10:57:48] * rach1 (~Rachit@123.237.4.87) has joined #beagle
  • [10:58:03] * holyjim (~55b70461@gateway/web/freenode/x-dvmdsgyozwpndyaw) has joined #beagle
  • [10:58:33] <holyjim> hi - i know there is a leopardboard channel but.. its a ghost channel, no discussion, no reply for 1 week
  • [10:58:50] <holyjim> i would like to know if anyone had experience with this board and the high rez camera boards
  • [11:00:15] * gletelli (~chatzilla@fw-tnat.cambridge.arm.com) Quit (Quit: ChatZilla 0.9.86 [Firefox 3.5.7/20091221164558])
  • [11:02:07] * rach2 (~Rachit@123.237.4.87) has joined #beagle
  • [11:02:12] * bswix (~rode@147.84-49-231.nextgentel.com) has joined #beagle
  • [11:02:35] * gt2000 (~gaurang@123.237.4.87) has joined #beagle
  • [11:04:12] * gt20001 (~gaurang@123.237.4.87) Quit (Ping timeout: 252 seconds)
  • [11:05:02] * rach1 (~Rachit@123.237.4.87) Quit (Ping timeout: 272 seconds)
  • [11:05:59] * rach2 (~Rachit@123.237.4.87) Quit (Client Quit)
  • [11:06:50] * soman (~somnath@stargate.starnet.fi) Quit (Read error: Connection reset by peer)
  • [11:09:26] * soman (~somnath@stargate.starnet.fi) has joined #beagle
  • [11:10:05] * venkat (~ca36af83@gateway/web/freenode/x-yxqkuzvacmgfeldt) has joined #beagle
  • [11:10:32] <venkat> can anybody give me the android kernel source code link pls
  • [11:11:20] * tasslehoff (~Mich@147.84-49-231.nextgentel.com) has joined #beagle
  • [11:11:42] <buZz> venkat: i think there are quite some different versions
  • [11:11:59] <adj> venkat: http://www.google.com/search?q=android+kernel+source
  • [11:12:00] <venkat> give me the latest kernel link
  • [11:12:23] <buZz> www.kernel.org ?
  • [11:12:31] * purush (~purush@122.166.8.45) has joined #beagle
  • [11:12:40] <venkat> no man i need android kernel source tree
  • [11:12:56] <buZz> android is just linux kernel with some patches
  • [11:13:05] <buZz> did you try google?
  • [11:13:12] <venkat> yeah
  • [11:13:26] * anunakin (~fazzi@187-25-180-99.3g.claro.net.br) has joined #beagle
  • [11:13:28] <venkat> correct but i need that specific kernel
  • [11:13:34] <adj> the first hit on google takes you to adroid.git.kernel.org
  • [11:14:19] <buZz> http://labs.embinux.org/index.php/Android_Porting_Guide_to_Beagle_Board perhaps
  • [11:18:56] * soman (~somnath@stargate.starnet.fi) Quit (Ping timeout: 245 seconds)
  • [11:22:45] * soman (~somnath@stargate.starnet.fi) has joined #beagle
  • [11:22:51] <purush> I followed DSS doc, to switch screen from tv to lcd. But tv and lcd has different resolution. After switching, lcd is still taking tv resolution.. Any help..(using sysfs)
  • [11:26:26] * tsaaps (~8d534171@gateway/web/freenode/x-ikmxxpgbsuwjtbpf) has joined #beagle
  • [11:27:29] * raster (~raster@enlightenment/developer/raster) Quit (Quit: Gettin' stinky!)
  • [11:37:57] * guillaum1 (~GZBA4143@AMontsouris-153-1-84-38.w90-2.abo.wanadoo.fr) Quit (Quit: Leaving.)
  • [11:45:27] * guillaum1 (~gl@AMontsouris-153-1-84-38.w90-2.abo.wanadoo.fr) has joined #beagle
  • [11:46:38] <purush> My screen resolution is 1024x768 , how to I change it to 720x482 from command line?
  • [11:50:50] * simon42_ (~simon@89.238.65.10) Quit (Ping timeout: 252 seconds)
  • [11:50:53] * simon42 (~simon@10.65.238.89.serverhousing.manitu.net) has joined #beagle
  • [11:51:05] * siji (~siji@122.170.9.183) has joined #beagle
  • [11:51:12] * purush (~purush@122.166.8.45) Quit (Ping timeout: 252 seconds)
  • [11:51:25] * purush (~purush@122.166.8.45) has joined #beagle
  • [11:53:20] * purush (~purush@122.166.8.45) Quit (Client Quit)
  • [11:53:37] * purush (~purush@122.166.8.45) has joined #beagle
  • [11:53:49] <anunakin> buZz: about Android?
  • [11:55:22] * holyjim (~55b70461@gateway/web/freenode/x-dvmdsgyozwpndyaw) Quit (Quit: Page closed)
  • [11:55:33] * kang (~kang@rsbac/developer/kang) has left #beagle
  • [11:57:19] <anunakin> how to have repo command on Ubuntu?
  • [12:00:10] <adj> what repo command?
  • [12:00:19] <anunakin> for Android?
  • [12:00:21] * thaytan (~jan@ppp121-44-244-74.lns20.syd7.internode.on.net) Quit (Ping timeout: 256 seconds)
  • [12:00:38] <adj> ehh?
  • [12:02:29] <siji> reading boot.scr
  • [12:02:30] <siji> ** Unable to read "boot.scr" from mmc 0:1 **
  • [12:02:30] <siji> reading uImage.bin
  • [12:02:30] <siji> ** Unable to read "uImage.bin" from mmc 0:1 **
  • [12:02:31] <siji> Booting from nand ...
  • [12:02:33] <siji> NAND read: device 0 offset 0x280000, size 0x400000
  • [12:02:35] <siji> 4194304 bytes read: OK
  • [12:02:37] <siji> Wrong Image Format for bootm command
  • [12:02:39] <siji> ERROR: can't get kernel image!
  • [12:02:41] <siji> hey help pls
  • [12:02:43] <siji> how to fix this
  • [12:03:33] * alecrim (~alecrim@189.40.82.131) has joined #beagle
  • [12:03:33] <eFfeM-work> siji: http://elinux.org/BeagleBoardRecovery
  • [12:03:47] <siji> ok
  • [12:03:47] <eFfeM-work> or try with a new and empty card
  • [12:04:42] <siji> ok
  • [12:05:03] <anunakin> siji: Have you used fdisk to create partiotions, with 255 heads and 63 sectors/track ?
  • [12:05:30] <siji> oh, i forget to make 225 and 63
  • [12:05:30] <adj> or it might just mean that there is no uImage.bin at the mmc (if loading the kernel is the problem here)
  • [12:05:43] <siji> adj,everything is there
  • [12:06:08] <siji> Even till yesterday everything was working smoothly
  • [12:06:18] <siji> now was trying with new Build
  • [12:06:38] <siji> anunakin, I think it's the prblm
  • [12:06:59] <anunakin> siji: look here http://elinux.org/BeagleBoardBeginners#SD_card_setup
  • [12:07:04] <siji> ok
  • [12:07:07] * robclark (~robclark@nat/ti/x-qnaumudjytfyekfn) has joined #beagle
  • [12:07:18] <anunakin> siji: I have a add to this guide
  • [12:07:29] <siji> ok
  • [12:07:43] <anunakin> like it was made for 128 MB sd card
  • [12:08:09] <siji> ya am reading it now
  • [12:08:22] <anunakin> dont use +50 for create DOS partition
  • [12:08:26] * notaz (~notaz@82-135-242-201.static.zebra.lt) Quit (Ping timeout: 252 seconds)
  • [12:08:29] <anunakin> use +50M
  • [12:08:36] <siji> ok
  • [12:08:47] <siji> am having 2gb card
  • [12:09:38] <anunakin> +50 on a 2gb card uses 400MB for DOS partition, we not need it
  • [12:10:18] <anunakin> +50M give us 50MB, for kernel image and others it is ok
  • [12:12:04] * ANero (~nero@unaffiliated/anero) Quit (Quit: Ex-Chat)
  • [12:14:24] <anunakin> I using ext2 on second partition, very fast and dont crack you sd card...
  • [12:14:42] <anunakin> we dont need ext3
  • [12:15:41] * kg4giy (~kg4giy@pool-138-88-137-22.esr.east.verizon.net) has joined #beagle
  • [12:15:41] * kg4giy (~kg4giy@pool-138-88-137-22.esr.east.verizon.net) Quit (Changing host)
  • [12:15:41] * kg4giy (~kg4giy@linuxjournal/staff/DavidLane) has joined #beagle
  • [12:24:16] * notaz (~notaz@82-135-242-201.static.zebra.lt) has joined #beagle
  • [12:27:19] <siji> oh ok
  • [12:28:45] * venkat (~ca36af83@gateway/web/freenode/x-yxqkuzvacmgfeldt) Quit (Quit: Page closed)
  • [12:30:38] <anunakin> siji: but for use ext2 you need change many places...
  • [12:32:31] <siji> oh
  • [12:32:46] <siji> u mean inside the Rootfs right ?
  • [12:34:20] * ENAC_Robotique (~c3dc9f22@gateway/web/freenode/x-mhhhlgrlmwvqldue) has joined #beagle
  • [12:34:37] <ENAC_Robotique> Hello here
  • [12:35:48] * __av500__ (~av500@p50996ded.dip0.t-ipconnect.de) has joined #beagle
  • [12:40:19] <anunakin> siji: yes, like change /etc/fstab and setenv bootargs to ext2 too
  • [12:40:27] * khasim (~a0393720@192.163.20.231) Quit (Quit: Leaving.)
  • [12:40:28] <siji> ya ok
  • [12:41:17] <ENAC_Robotique> Can I ask a question about Angstrom on the BBoard?
  • [12:41:32] <ENAC_Robotique> no one answers me on #angstrom
  • [12:42:15] <siji> pls proceed
  • [12:42:47] <ENAC_Robotique> I built an unstable extended GNOME image using the online builder, but I can't log in once it has booted...
  • [12:42:57] * lifeeth (~praneeth@unaffiliated/lifeeth) has joined #beagle
  • [12:43:04] <ENAC_Robotique> I don't know the login, and it didn't ask me to create one
  • [12:43:49] * __av500__ (~av500@p50996ded.dip0.t-ipconnect.de) Quit (Remote host closed the connection)
  • [12:43:56] <ENAC_Robotique> wanted to ask before I try to redo the SD card
  • [12:44:15] * __av500__ (~av500@p50996ded.dip0.t-ipconnect.de) has joined #beagle
  • [12:44:32] <siji> it will ask while first booting
  • [12:44:37] <siji> or can login as root
  • [12:44:41] * kg4giy (~kg4giy@linuxjournal/staff/DavidLane) Quit (Quit: Time to track the dreaded Jabberwocky!)
  • [12:44:52] <ENAC_Robotique> well, neither
  • [12:45:08] <ENAC_Robotique> didn't ask, and root has a password
  • [12:45:18] <siji> :(
  • [12:46:23] <siji> am helpless now ,only a beginner with Angstrom
  • [12:46:34] <siji> have to wait experts respond now :)
  • [12:47:20] <ENAC_Robotique> In the mean time I'll reexpand the rootfs on the SD card and reinstall it
  • [12:48:01] <siji> ok
  • [12:48:13] <ogra> ENAC_Robotique, boot with init=/bin/bash and set a root passwd
  • [12:49:20] <ENAC_Robotique> thx, I will try this once it has booted, in 20 minutes (just formatted the partition =) )
  • [12:56:58] * naeg (~naeg@194.208.239.170) has joined #beagle
  • [13:01:34] * naeg (~naeg@194.208.239.170) Quit (Read error: Operation timed out)
  • [13:02:58] * rsalveti (~rsalveti@187.59.114.39) Quit (Remote host closed the connection)
  • [13:06:01] * __av500__ (~av500@p50996ded.dip0.t-ipconnect.de) Quit (Ping timeout: 245 seconds)
  • [13:07:01] * __av500__ (~av500@p50996ded.dip0.t-ipconnect.de) has joined #beagle
  • [13:14:41] * kanru (~kanru@61-228-149-165.dynamic.hinet.net) has joined #beagle
  • [13:16:22] * naeg (~naeg@194.208.239.170) has joined #beagle
  • [13:25:11] * soman (~somnath@stargate.starnet.fi) Quit (Ping timeout: 245 seconds)
  • [13:25:58] * gt2000 (~gaurang@123.237.4.87) Quit (Quit: Leaving.)
  • [13:27:13] * Meizirkki (~Meizirkki@bbwirelessgw2-fee1dc00-2.dhcp.inet.fi) has joined #beagle
  • [13:30:53] <_koen_> denix: ping
  • [13:32:58] * raster (~raster@enlightenment/developer/raster) has joined #beagle
  • [13:34:42] * soman (~somnath@stargate.starnet.fi) has joined #beagle
  • [13:39:21] * soman (~somnath@stargate.starnet.fi) Quit (Ping timeout: 245 seconds)
  • [13:40:35] * FOM_zzz is now known as FOM
  • [13:40:45] <anunakin> ENAC_Robotique:?
  • [13:40:47] * ddompe_ (~ddompe@200.122.155.113) Quit (Quit: ddompe is leaving)
  • [13:40:58] <anunakin> ENAC_Robotique: tried blank password with it?
  • [13:41:11] <ENAC_Robotique> yup
  • [13:41:18] <ENAC_Robotique> didn't work
  • [13:41:32] <ENAC_Robotique> tried root:root as well
  • [13:41:36] <ENAC_Robotique> root:beagleboard
  • [13:41:41] <anunakin> ENAC_Robotique: ogra tip not worked?
  • [13:41:46] <ENAC_Robotique> root:angtrom, et caetera
  • [13:41:57] <anunakin> root:rootme ?
  • [13:42:00] <ENAC_Robotique> didn't try it, angtrom is configuring
  • [13:42:00] * purush (~purush@122.166.8.45) Quit (Quit: Ex-Chat)
  • [13:42:32] * soman (~somnath@stargate.starnet.fi) has joined #beagle
  • [13:42:35] <ENAC_Robotique> had to format/untar another time since I formatted in ext2 the first time <_<
  • [13:43:22] * kg4giy (~kg4giy@pool-138-88-137-22.esr.east.verizon.net) has joined #beagle
  • [13:43:22] * kg4giy (~kg4giy@pool-138-88-137-22.esr.east.verizon.net) Quit (Changing host)
  • [13:43:22] * kg4giy (~kg4giy@linuxjournal/staff/DavidLane) has joined #beagle
  • [13:43:26] <ENAC_Robotique> also finally got an answer on #angtrom, they told me to try root:toor, though in an unconvincing way
  • [13:43:32] <anunakin> You can try copy rootfs to a pen drive and boot from normal angstron, then using chroot change the password on this angstron
  • [13:44:08] <anunakin> lol
  • [13:44:10] <ENAC_Robotique> I bet the init /src/bash should work
  • [13:44:21] <anunakin> O:-)
  • [13:44:35] <ENAC_Robotique> if I don't find the password first :P
  • [13:44:59] * nrossi (~na@61.37.96.58.static.exetel.com.au) Quit ()
  • [13:50:46] * jrmuizel (~jrmuizel@CPE001f5be79d0f-CM0017ee62f8b0.cpe.net.cable.rogers.com) has joined #beagle
  • [13:52:01] * Belna (~Thomas@DSL01.212.114.252.242.ip-pool.NEFkom.net) has joined #beagle
  • [13:53:35] * brijesh (~brijesh@nat/ti/x-kesfugvbwstowbbq) Quit (Remote host closed the connection)
  • [13:58:26] * brijesh (~brijesh@nat/ti/x-vbxyzrgpcfznjisq) has joined #beagle
  • [13:59:41] * rsalveti (~rsalveti@200.184.118.130) has joined #beagle
  • [14:05:58] <ENAC_Robotique> no password work, so i'm going to reboot the BB and use a setenv to set init?
  • [14:07:48] <cwillu_at_work> ENAC_Robotique, sounds like a plan
  • [14:08:07] <cwillu_at_work> don't need to actually write the environment, you can just set the bootargs in memory and boot once
  • [14:08:34] <ENAC_Robotique> no, I will not saveenv, don't want to break anything :P
  • [14:08:49] <ENAC_Robotique> setenv just works once, right?
  • [14:08:56] <cwillu_at_work> yep
  • [14:09:15] <KosiNuss> hi, do i have to worry about this message: "Unhandled fault: external abort on non-linefetch (0x1018) at 0x4033e000"?
  • [14:09:42] <_koen_> KosiNuss: that usually means you're accessing stuff from a block that has its clocks turned off
  • [14:12:04] <KosiNuss> ah, ok. but its not a serious fault?
  • [14:18:04] <mru> that address is somewhere in the mmio region too
  • [14:25:52] * chainsawbike (~chainsawb@202-0-50-230.cable.telstraclear.net) Quit (Quit: yep... i broke it good that time...)
  • [14:26:17] * BThompsonGT (~bernie@cpe-76-184-159-129.tx.res.rr.com) Quit (Read error: Connection reset by peer)
  • [14:26:37] * chainsawbike_ (~chainsawb@202-0-50-230.cable.telstraclear.net) has joined #beagle
  • [14:28:44] * prpplague (~dave123_a@ppp-70-249-155-242.dsl.rcsntx.swbell.net) Quit (Disconnected by services)
  • [14:28:47] * prpplague_afk is now known as prpplague
  • [14:36:14] <ENAC_Robotique> dam**t, I changed the password but it won't work!
  • [14:36:35] * killring (~killring@adsl-76-234-150-254.dsl.sfldmi.sbcglobal.net) has joined #beagle
  • [14:37:07] * mrc3 (~ddiaz@122.181.11.126) has joined #beagle
  • [14:38:32] * GPSFan (~kenm@64.92.145.112) has joined #beagle
  • [14:41:50] <cwillu_at_work> ENAC_Robotique, is the root account actually enabled?
  • [14:42:40] <cwillu_at_work> ENAC_Robotique, rootstock had an issue (and may still have it) where they lock out the root account from logins rather than just deleting the password from it
  • [14:44:14] <cwillu_at_work> disabling the account rather than setting an unusable password I should have said
  • [14:45:55] <ENAC_Robotique> I should proceed to create a full account then
  • [14:46:07] <ENAC_Robotique> fully create an account* sorry
  • [14:48:14] <cwillu_at_work> well, you could just unlock the account in the same way that you changed the password
  • [14:48:21] <cwillu_at_work> man passwd
  • [14:48:24] * Zoxc (~zoxc@ti0128a340-dhcp0501.bb.online.no) has joined #beagle
  • [14:48:42] <ENAC_Robotique> I was going to ask if you had any lead to the command that did that, thx
  • [14:49:04] <ENAC_Robotique> except that I get man : command not found
  • [14:49:21] <ENAC_Robotique> will try on another comp
  • [14:49:55] <cwillu_at_work> o_O
  • [14:50:23] <ENAC_Robotique> seems I forgot to include man in the building of the image
  • [14:50:27] <cwillu_at_work> quite
  • [14:50:35] <cwillu_at_work> ubuntu-minimal :p
  • [14:50:46] <ENAC_Robotique> angstrom-extended it seems
  • [14:51:16] <kblin> cwillu_at_work: speaking of which, I'm seeing problems with musb and ethermet even with the x7 kernel
  • [14:51:28] <anunakin> ENAC_Robotique: you cant login, or this just want a new pass all time?
  • [14:51:35] <kblin> cwillu_at_work: I'm beginning to suspect my hub might be to blame
  • [14:51:37] <ENAC_Robotique> I can't login
  • [14:51:39] <cwillu_at_work> kblin, speaking of what? :p
  • [14:51:59] <cwillu_at_work> could be; can you pastebin the errors from dmesg?
  • [14:52:11] <anunakin> try use chroot
  • [14:52:16] <cwillu_at_work> s/th errors from//
  • [14:52:32] <ENAC_Robotique> Anunakin: GNOME always put the same login screen and always say Authentification failure, except logins it doesn't know (it only knows root)
  • [14:52:58] <cwillu_at_work> oh, that's a different problem, and yes, you should just make a new user
  • [14:53:10] <kblin> cwillu_at_work: ubuntu-minimal.. we were discussing ubuntu kernels a while back
  • [14:53:21] <cwillu_at_work> kblin, ah, "speaking of ubuntu"
  • [14:53:24] <cwillu_at_work> I get it now :)
  • [14:53:54] <ENAC_Robotique> I will create a new account then (seems the logical step since I wanted to get in as root to do that)
  • [14:54:18] <ENAC_Robotique> And now I've got a way to get in as root :D
  • [14:54:25] <kblin> cwillu_at_work: my other box has been running fine on 2.6.31.5-x5.3 for days, with pretty much the same hardware :)
  • [14:54:40] <cwillu_at_work> same hub?
  • [14:54:58] <kblin> same model of hub, different device
  • [14:54:59] <cwillu_at_work> actually, musb, I'm somewhat distrustful now, especially with ehci working flawlessly for me
  • [14:55:22] <cwillu_at_work> try plugging things into different ports :p
  • [14:55:27] <kblin> ah, I've got one revB board and one C2 with too much noise on ehci
  • [14:55:32] <cwillu_at_work> ah, lucky you
  • [14:55:46] <cwillu_at_work> I had a nightmare last night that I have a rev b board
  • [14:55:50] <cwillu_at_work> (seriously)
  • [14:55:56] * kblin shrugs
  • [14:56:06] <kblin> my revb is working like a charm these days
  • [14:56:10] <anunakin> hauhauhauhauhuahua
  • [14:56:21] <anunakin> ;-)
  • [14:56:31] <kblin> it's the revC2 that's having isses
  • [14:56:37] <kblin> issues, as well
  • [14:57:07] <cwillu_at_work> I have some voodoo that I used to make musb work, mainly with the organisation of devices on hubs, keeping all usb 1.1 devices on the last hub in a chain
  • [14:58:08] <cwillu_at_work> given a pastebin of dmesg on a board with the issue, I could tell you if it smells the same or not
  • [14:58:55] <mru> we all have our own musb magic...
  • [14:58:57] <kblin> actually both the disk and the ethernet nic should be usb2 devices
  • [14:58:59] <cwillu_at_work> :)
  • [14:59:05] <cwillu_at_work> but keyboard and mouse?
  • [14:59:20] <kblin> headless server box
  • [14:59:34] <cwillu_at_work> powered hub?
  • [15:00:09] <kblin> yeah, Genesys Logic, Inc. USB-2.0 4-Port HUB
  • [15:01:38] * rcranetx (~rcranetx@nat/ti/x-cnryvqgsgwwhxbux) Quit (Quit: Leaving.)
  • [15:03:48] * rcranetx (~rcranetx@nat/ti/x-uzjhnttudjdaqxmx) has joined #beagle
  • [15:07:16] * lifeeth (~praneeth@unaffiliated/lifeeth) Quit (Ping timeout: 245 seconds)
  • [15:09:15] * BThompson (~a0193480@nat/ti/x-xwmnmklmtvfgigiv) has joined #beagle
  • [15:09:40] * keremo (~c18c4613@gateway/web/freenode/x-nwvgejafsihaxrxv) has joined #beagle
  • [15:09:43] * toppavak (~4cb658e0@gateway/web/freenode/x-amehtmafhhemgebw) has joined #beagle
  • [15:10:01] <keremo> hello i need some help... i can not find the usb otg cable... can anyone help me?
  • [15:10:04] <ENAC_Robotique> it works, thx everyone for your great feedback =)
  • [15:10:48] <cwillu_at_work> keremo, you'd need to buy it from digikey; you're not going to find it in a computer store
  • [15:10:59] * cody (~cody@dslb-084-056-092-152.pools.arcor-ip.net) Quit (Ping timeout: 246 seconds)
  • [15:11:30] <keremo> thank you very much but i have a great deal of problem with digikey
  • [15:11:46] <keremo> i live in turkey the cable is 5$ and i have to pay 40$ for shipment :)
  • [15:11:57] <toppavak> I had a question about the +5V rail on the expansion header. I'm looking to drive a 3W LED so its going to be drawing a lot of current, the beagleboard itself is running off the 6W AC adapter from Digikey so it should theoretically be able to handle the load (2W + 3W), I just wanted to make sure it was safe to try to draw that much current from the board
  • [15:12:22] <cwillu_at_work> keremo, well, that's a problem :p
  • [15:12:22] * arete_ (~arete@93-44-145-163.ip97.fastwebnet.it) has joined #beagle
  • [15:12:47] <keremo> is there any other compnay sells this kind of cables
  • [15:12:51] <cwillu_at_work> keremo, you can hack up a cable, or use an evil combination of adapters
  • [15:13:05] <cwillu_at_work> keremo, to do so, you'd have to short out the solder pad on the bottom of beagle
  • [15:13:10] * cody (~cody@dslb-084-056-083-156.pools.arcor-ip.net) has joined #beagle
  • [15:13:28] * bswix (~rode@147.84-49-231.nextgentel.com) Quit (Remote host closed the connection)
  • [15:13:30] <keremo> i heard about soldering the board, but i am afraid of bricking down the board
  • [15:13:32] <cwillu_at_work> keremo, yes, but I'm not really in a position to tell you what electronics wholesalers operate in turkey :p
  • [15:13:46] <cwillu_at_work> rev c board?
  • [15:14:13] <keremo> yes that board will definetely work, i own a B7 board at the moment
  • [15:14:32] <toppavak> keremo, a middle-ground might be to solder a push-button or switch between the pins you need to short
  • [15:14:41] * arete_ (~arete@93-44-145-163.ip97.fastwebnet.it) Quit (Quit: ircII EPIC4-2.6 -- Are we there yet?)
  • [15:15:55] <keremo> thank you very much guys i think i go for digikey... and unfortunately spend quite big money on a 5$ cable :)
  • [15:17:35] <ogra> cwillu_at_work, rootstock patches are always welcome :)
  • [15:17:58] <toppavak> keremo, try to bundle as many parts as you need into one order to make the most of it
  • [15:18:24] <keremo> thank you very much ... i will find a solution hopefully :) bye for now
  • [15:18:26] * keremo (~c18c4613@gateway/web/freenode/x-nwvgejafsihaxrxv) Quit (Quit: Page closed)
  • [15:22:14] * jrmuizel (~jrmuizel@CPE001f5be79d0f-CM0017ee62f8b0.cpe.net.cable.rogers.com) Quit (Quit: jrmuizel)
  • [15:24:45] <toppavak> Anybody have any info on the safety of drawing high current (~1A) through the board's expansion header?
  • [15:25:01] * siji (~siji@122.170.9.183) Quit (Quit: Leaving)
  • [15:25:37] <toppavak> (from the +5V rail, of course, none of the GPIOs can source that much current anyways)
  • [15:28:31] <willy_> hi again
  • [15:30:06] <willy_> i think I'm not the first with this problem.. when booting karmic I got this msg "init: procps main process (651) terminated with status 255"
  • [15:31:54] <willy_> any hints ?
  • [15:32:49] <toppavak> willy, I get that message too, but it doesn't seem to affect things. Do you get the login prompt?
  • [15:34:33] <willy_> yes
  • [15:34:46] <willy_> just wondering what the problem could be
  • [15:34:56] <ogra> missing kernel feature very likely
  • [15:35:01] <willy_> ok
  • [15:36:00] <willy_> dbmesg might help
  • [15:36:07] <ogra> or syslog
  • [15:36:21] <ogra> not sure that up before procps though
  • [15:36:40] <ENAC_Robotique> concerning GPIOs, is there any easy way to access the user button? (no recompilation or at most using the angstrom online builder)
  • [15:37:06] <ENAC_Robotique> had a release version that had export and unexport files
  • [15:37:09] <ENAC_Robotique> but they didn't work
  • [15:37:24] <ENAC_Robotique> for GPIO7 at least
  • [15:38:37] * mrc3 (~ddiaz@122.181.11.126) Quit (Ping timeout: 260 seconds)
  • [15:38:45] <ENAC_Robotique> (I ask the question since the topic were kernel features :P)
  • [15:40:16] * toppavak (~4cb658e0@gateway/web/freenode/x-amehtmafhhemgebw) Quit (Quit: Page closed)
  • [15:43:26] <ENAC_Robotique> seems not
  • [15:45:32] * Belna is now known as Belna|work
  • [15:47:15] * khasim (~a0393720@192.163.20.231) has joined #beagle
  • [15:52:20] * mrc3 (~ddiaz@122.181.11.126) has joined #beagle
  • [15:55:22] * tasslehoff (~Mich@147.84-49-231.nextgentel.com) Quit (Quit: Lost terminal)
  • [15:58:03] * BThompson (~a0193480@nat/ti/x-xwmnmklmtvfgigiv) Quit (Read error: Connection reset by peer)
  • [16:00:13] * jpirko (~jirka@nat/redhat/x-yzwwkgaqimluchpj) Quit (Remote host closed the connection)
  • [16:03:37] * lifeeth (~praneeth@unaffiliated/lifeeth) has joined #beagle
  • [16:06:08] * jrmuizel (~jrmuizel@mozca02.ca.mozilla.com) has joined #beagle
  • [16:17:35] * mrc3 (~ddiaz@122.181.11.126) Quit (Quit: Leaving)
  • [16:23:13] * khasim (~a0393720@192.163.20.231) Quit (Ping timeout: 264 seconds)
  • [16:24:56] * arete_ (~arete@93-44-145-163.ip97.fastwebnet.it) has joined #beagle
  • [16:28:13] * willy_ (~d4179324@gateway/web/freenode/x-uklmhujxdtngrezc) Quit (Quit: Page closed)
  • [16:28:29] * raster (~raster@enlightenment/developer/raster) Quit (Ping timeout: 260 seconds)
  • [16:29:24] * jrmuizel (~jrmuizel@mozca02.ca.mozilla.com) Quit (Quit: jrmuizel)
  • [16:29:42] * jrmuizel (~jrmuizel@mozca02.ca.mozilla.com) has joined #beagle
  • [16:31:22] * Belna (~Thomas@ppp-93-104-159-196.dynamic.mnet-online.de) has joined #beagle
  • [16:32:54] * pm (~c30bc97e@gateway/web/freenode/x-gexgkupmgbmypynw) has joined #beagle
  • [16:33:26] * pm (~c30bc97e@gateway/web/freenode/x-gexgkupmgbmypynw) Quit (Client Quit)
  • [16:33:34] * pm (~c30bc97e@gateway/web/freenode/x-smcfwtfnojdwyyzp) has joined #beagle
  • [16:34:26] * pm (~c30bc97e@gateway/web/freenode/x-smcfwtfnojdwyyzp) Quit (Client Quit)
  • [16:37:21] * arete_ (~arete@93-44-145-163.ip97.fastwebnet.it) Quit (Quit: ircII EPIC4-2.6 -- Are we there yet?)
  • [16:37:41] * jpsaman (~jpsaman@videolan/developer/jpsaman) Quit (Quit: Leaving)
  • [16:43:51] * raster (~raster@enlightenment/developer/raster) has joined #beagle
  • [16:58:01] * htns (~htns@61.6.64.6) Quit (Ping timeout: 264 seconds)
  • [16:59:54] * tomatoes7 (~zztop@76.197.3.233) Quit (Ping timeout: 240 seconds)
  • [17:01:42] * eFfeM (~frans@j200125.upc-j.chello.nl) has joined #beagle
  • [17:10:02] * htns (~htns@61.6.64.6) has joined #beagle
  • [17:10:16] * rcranetx (~rcranetx@nat/ti/x-uzjhnttudjdaqxmx) Quit (Quit: Leaving.)
  • [17:12:12] * rcranetx (~rcranetx@nat/ti/x-fvbqwuoobqjfxgvs) has joined #beagle
  • [17:17:17] * khasim (~a0393720@192.163.20.231) has joined #beagle
  • [17:19:26] * sakoman__ (~sakoman@static-74-41-60-154.dsl1.pco.ca.frontiernet.net) Quit (Remote host closed the connection)
  • [17:20:01] * ant_work (~andrea@host214-85-static.34-85-b.business.telecomitalia.it) Quit (Quit: ChatZilla 0.9.86 [Firefox 3.5.7/20091221164558])
  • [17:20:27] * KosiNuss (~tom@p4FD12632.dip0.t-ipconnect.de) Quit (Remote host closed the connection)
  • [17:22:14] * djlewis (~djlewis@75.15.67.3) Quit (Ping timeout: 240 seconds)
  • [17:25:43] * sakoman (~sakoman@static-74-41-60-154.dsl1.pco.ca.frontiernet.net) has joined #beagle
  • [17:26:32] * Phrog (~chatzilla@ip-87-82-198-210.easynet.co.uk) Quit (Quit: ChatZilla 0.9.86 [Firefox 3.6/20100115144158])
  • [17:27:41] * pm (~c30bc97e@gateway/web/freenode/x-awynopabpffmcpgx) has joined #beagle
  • [17:28:25] * pm (~c30bc97e@gateway/web/freenode/x-awynopabpffmcpgx) Quit (Client Quit)
  • [17:29:15] * Beagle1 (~Beagle1@195.11.201.126) has joined #beagle
  • [17:30:21] <Beagle1> Is audio working for latest kernel build 3.6.33-rc8 ?
  • [17:30:46] * ekatana (~4698122f@gateway/web/freenode/x-ekpmlnrluxnklutw) has joined #beagle
  • [17:31:28] * ekatana (~4698122f@gateway/web/freenode/x-ekpmlnrluxnklutw) Quit (Client Quit)
  • [17:33:11] * Beagle1 (~Beagle1@195.11.201.126) Quit (Client Quit)
  • [17:33:22] * beagle` (~c30bc97e@gateway/web/freenode/x-jprlytklkfyzrltw) has joined #beagle
  • [17:33:40] * beagle` (~c30bc97e@gateway/web/freenode/x-jprlytklkfyzrltw) Quit (Client Quit)
  • [17:33:55] * Beagle6 (~Beagle6@195.11.201.126) has joined #beagle
  • [17:35:11] * Beagle6 (~Beagle6@195.11.201.126) Quit (Client Quit)
  • [17:38:02] * ENAC_Robotique (~c3dc9f22@gateway/web/freenode/x-mhhhlgrlmwvqldue) Quit (Quit: Page closed)
  • [17:38:02] * tsaaps (~8d534171@gateway/web/freenode/x-ikmxxpgbsuwjtbpf) Quit (Ping timeout: 252 seconds)
  • [17:38:50] * soman (~somnath@stargate.starnet.fi) Quit (Read error: Connection reset by peer)
  • [17:49:03] * alecrim (~alecrim@189.40.82.131) Quit (Quit: Leaving)
  • [17:50:02] * newb_ (~0cc7f464@gateway/web/freenode/x-rcboxjgejyhifxmp) has joined #beagle
  • [17:50:40] <newb_> is there a tutorial anywhere for getting angstrom up and running without having to boot from MMC?
  • [17:51:24] <newb_> i flashed the uimage.bin file to NAND, but when it tries to boot the kernel i get kernel panic
  • [17:51:50] <adj> where is your root file system?
  • [17:51:58] <newb_> jffs2
  • [17:52:02] * rkirti (~oespirit@203.199.213.3) has joined #beagle
  • [17:52:18] <adj> ah, on nand too
  • [17:52:39] <newb_> that's what i'm trying to do, i'm not sure it's set up right though
  • [17:52:43] <adj> what was the reason for panic?
  • [17:53:03] <newb_> it says kernel panic - not syncing: No init found. Try passing init = option to kernel.
  • [17:53:38] <cwillu_at_work> newb_, have you supplied root=?
  • [17:53:48] <adj> ok, so your kernel does not find a program called init the rootfs. What were the kernel boot args?
  • [17:54:03] <newb_> not sure how to do that
  • [17:54:10] <newb_> i'm very new to this
  • [17:54:31] * robtow (~rob@konaip3-1.oceanic.com) has joined #beagle
  • [17:55:47] <newb_> i was trying to find bootargs for nand but all i found were for RAM and MMC
  • [17:56:14] <robtow> Launching Beagleboard to sea on autonomous robot this morning.
  • [17:57:42] <cwillu_at_work> newb_, stop looking for a solution for your problem and start learning what your problem is :)
  • [17:58:06] <newb_> fair enough
  • [17:58:13] <adj> newb_: default u-boot env can be quite, hmm, complex. You would want to provide the kernel a parameter something like root=/dev/mtdblock4
  • [17:58:37] * courville (~courville@archos.rain.fr) Quit (Ping timeout: 264 seconds)
  • [17:58:37] <adj> and perhaps rootfstype=jffs2
  • [17:58:37] * _roger_ (~a0740758@nat/ti/x-mvccmqurdsbhodsw) Quit (Remote host closed the connection)
  • [17:59:13] <cwillu_at_work> but before you dump those in, you should find out what they actually mean, and where they're documented
  • [18:00:21] <newb_> will do, looks like i was missing a lot, thanks
  • [18:03:43] * simula_ (~mark@209.189.194.130) has joined #beagle
  • [18:04:06] <simula_> what is the expected voltage on the alternate power input on the beagle board?
  • [18:05:46] <simula_> i'm expecting it's the same as the usb - 5v
  • [18:05:50] <cwillu_at_work> simula_, check the bbsrm
  • [18:06:04] <cwillu_at_work> it's expecting 5v, not sure what the allowable range is
  • [18:06:06] * cherian (~7aa7c299@gateway/web/freenode/x-myrvhxmuzsklwgoo) has joined #beagle
  • [18:06:09] <cwillu_at_work> you mean the barrel plug, right?
  • [18:06:17] <simula_> yulp
  • [18:06:28] * newb_ (~0cc7f464@gateway/web/freenode/x-rcboxjgejyhifxmp) Quit (Quit: Page closed)
  • [18:06:36] * cwillu_at_work wouldn't have called that the alternative :p
  • [18:06:43] <simula_> heh :)
  • [18:06:46] * rcranetx (~rcranetx@nat/ti/x-fvbqwuoobqjfxgvs) Quit (Quit: Leaving.)
  • [18:08:14] <robtow> Alternative energy?
  • [18:08:19] * rcranetx (~rcranetx@nat/ti/x-rvzzvnhrkrfdnrmr) has joined #beagle
  • [18:09:07] * _roger_ (~a0740758@nat/ti/x-iiaismnnrlohtyme) has joined #beagle
  • [18:12:23] * soman (~somnath@dsl-jklbrasgw1-fe19fb00-113.dhcp.inet.fi) has joined #beagle
  • [18:17:03] * simula__ (~mark@209.189.194.130) has joined #beagle
  • [18:17:11] * simula_ (~mark@209.189.194.130) Quit (Ping timeout: 246 seconds)
  • [18:17:21] * simula__ is now known as simula_
  • [18:18:33] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Remote host closed the connection)
  • [18:19:59] * cherian (~7aa7c299@gateway/web/freenode/x-myrvhxmuzsklwgoo) Quit (Quit: Page closed)
  • [18:26:54] * robtow (~rob@konaip3-1.oceanic.com) Quit (Ping timeout: 240 seconds)
  • [18:32:45] * mrc3 (~ddiaz@122.181.11.126) has joined #beagle
  • [18:32:48] <ds2> morning!
  • [18:40:56] * rkirti (~oespirit@203.199.213.3) Quit (Read error: Operation timed out)
  • [18:46:30] * anunakin (~fazzi@187-25-180-99.3g.claro.net.br) Quit (Remote host closed the connection)
  • [18:47:34] * HokieTux (~bhilburn@wireless-5192.wireless.ece.vt.edu) Quit (Read error: Connection reset by peer)
  • [18:54:20] * denix|air (~denys@pool-71-251-51-225.washdc.east.verizon.net) Quit (Ping timeout: 272 seconds)
  • [18:55:37] * tomatoes7 (~zztop@adsl-76-229-138-14.dsl.scrm01.sbcglobal.net) has joined #beagle
  • [19:00:06] * florian (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [19:06:30] * hrw is now known as hrw|gone
  • [19:07:57] * ScriptRipper (~martin@opensuse/member/MartinMohring) Quit (Read error: Connection reset by peer)
  • [19:11:03] * denix|air (~denys@166.198.145.51) has joined #beagle
  • [19:13:17] * simula_ (~mark@209.189.194.130) Quit (Ping timeout: 256 seconds)
  • [19:14:43] * simula_ (~mark@209.189.194.130) has joined #beagle
  • [19:16:48] * BThompson (~a0193480@nat/ti/x-hekrtxgszsrspshx) has joined #beagle
  • [19:17:56] * jrmuizel (~jrmuizel@mozca02.ca.mozilla.com) Quit (Quit: jrmuizel)
  • [19:18:39] * jrmuizel (~jrmuizel@mozca02.ca.mozilla.com) has joined #beagle
  • [19:21:15] * LearnIt (~404f7f0a@gateway/web/freenode/x-izurbfnhaloomnkf) has joined #beagle
  • [19:21:16] * ScriptRipper (~martin@host-82-135-36-197.customer.m-online.net) has joined #beagle
  • [19:21:29] * ScriptRipper (~martin@host-82-135-36-197.customer.m-online.net) Quit (Changing host)
  • [19:21:29] * ScriptRipper (~martin@opensuse/member/MartinMohring) has joined #beagle
  • [19:32:24] * denix|air (~denys@166.198.145.51) Quit (Ping timeout: 252 seconds)
  • [19:39:13] * simula_ (~mark@209.189.194.130) Quit (Ping timeout: 240 seconds)
  • [19:46:18] <_av500_> ds2: gm
  • [19:48:53] * simula_ (~mark@209.189.194.130) has joined #beagle
  • [19:50:11] * denix0 (~denix@pool-71-251-51-225.washdc.east.verizon.net) has joined #beagle
  • [19:51:51] * _chase_ (~chase@nat/ti/x-etmpmgrlelrznoss) has joined #beagle
  • [19:54:13] * bollysa (~4cb89ded@gateway/web/freenode/x-pyywjwnobdzmjgzt) has joined #beagle
  • [19:56:08] * bollysa (~4cb89ded@gateway/web/freenode/x-pyywjwnobdzmjgzt) Quit (Client Quit)
  • [20:25:11] * _roger_ (~a0740758@nat/ti/x-iiaismnnrlohtyme) Quit (Quit: Leaving.)
  • [20:41:00] * Meizirkki (~Meizirkki@bbwirelessgw2-fee1dc00-2.dhcp.inet.fi) Quit (Remote host closed the connection)
  • [20:44:31] * simula_ (~mark@209.189.194.130) Quit (Ping timeout: 256 seconds)
  • [20:47:17] * rhk (~rhk@adsl-75-44-25-53.dsl.sfldmi.sbcglobal.net) has joined #beagle
  • [20:54:18] * kg4giy (~kg4giy@linuxjournal/staff/DavidLane) Quit (Quit: Time to track the dreaded Jabberwocky!)
  • [21:02:03] * Belna (~Thomas@ppp-93-104-159-196.dynamic.mnet-online.de) Quit (Quit: Leaving)
  • [21:03:18] * yodude (~80652641@gateway/web/freenode/x-tkhsyblwuxrxexye) has joined #beagle
  • [21:03:25] <yodude> yo dude
  • [21:06:52] * djlewis (~djlewis@adsl-65-64-30-13.dsl.ltrkar.swbell.net) has joined #beagle
  • [21:07:00] * aspe (~pelle@c83-254-141-22.bredband.comhem.se) has joined #beagle
  • [21:07:11] * radhermit (~radhermit@radhermit.ath.cx) Quit (Ping timeout: 256 seconds)
  • [21:07:22] <djlewis> yo back at ya :)
  • [21:07:40] * simula_ (~mark@209.189.194.130) has joined #beagle
  • [21:07:45] * BThompson (~a0193480@nat/ti/x-hekrtxgszsrspshx) Quit (Ping timeout: 256 seconds)
  • [21:08:04] * radhermit (~radhermit@radhermit.ath.cx) has joined #beagle
  • [21:08:39] * BThompson (~a0193480@nat/ti/x-qnnqsdrzsdyyhdyt) has joined #beagle
  • [21:12:35] <djlewis> best o the morning to ya dudes..
  • [21:13:00] <mru> greetings, your dudeness
  • [21:13:49] <djlewis> how's mr video wall?
  • [21:14:14] * yodude (~80652641@gateway/web/freenode/x-tkhsyblwuxrxexye) Quit (Quit: Page closed)
  • [21:14:24] * aspe (~pelle@c83-254-141-22.bredband.comhem.se) Quit (Quit: Ex-Chat)
  • [21:14:30] <mru> oh, just hatching plans for the next demo...
  • [21:14:53] <djlewis> cool
  • [21:15:57] <mru> you should probably be expecting that wall to make another appearance
  • [21:16:21] <djlewis> bring it on over to Little Rock, Arkansas, USA :)
  • [21:16:40] <mru> _av500_ is in charge of logistics...
  • [21:16:53] <djlewis> and transportation ;) ?
  • [21:17:03] <djlewis> oh, covered
  • [21:17:22] <djlewis> it must be nice to have a business manager.
  • [21:18:09] <mru> what that wall needs most is a driver
  • [21:18:21] <mru> the kind that sits behind a wheel
  • [21:18:25] <_av500_> yup
  • [21:19:30] <_av500_> but as all teh tech stuff happens here in old europe, you have to come here to see it!
  • [21:20:10] <_av500_> or prpplague can make a lil wall of his dog lcd boards...
  • [21:20:45] * prpplague looks in to see what was said
  • [21:22:30] <eFfeM> i know this is the wrong channel, but anyone by any chance had any success running X on a hawkboard ?
  • [21:23:44] <_av500_> eFfeM: did u try to turn it off nd on again?
  • [21:24:29] <eFfeM> no, will try, with the screen on it, that made a difference with openrd too
  • [21:24:34] <eFfeM> one sec
  • [21:27:35] <eFfeM> no success, x server complains no screen founds (it could not load fbdev, not sure if it said that before will see if i can get that
  • [21:28:21] * _av500_ admits he was just trying to be ildly funny... feels bad...
  • [21:28:40] <mru> idly or wildly?
  • [21:28:48] <_av500_> mildly
  • [21:28:58] <mru> ah, halfway
  • [21:29:22] * _av500_ has supertiny keypress eating keyboard
  • [21:29:42] <mru> what does it do with the ones it eats?
  • [21:29:58] <mru> do you have to empty it occasionally?
  • [21:30:04] <_av500_> jkgkrjhgrhgrhghtg85gkjd
  • [21:30:07] <_av500_> done
  • [21:30:19] <mru> there's no 'm' there
  • [21:30:20] <eFfeM> well for openrd client I need to have the monitor on when booting otherwise the video card is not found so the suggestion was not that bad
  • [21:30:23] * lifeeth is now known as lifeeth|sleep
  • [21:30:25] <mru> must be still stuck inside
  • [21:30:32] <_av500_> mru: it is not yet digested
  • [21:31:14] <_av500_> eFfeM: ok, will try to come up with more silly suggestions
  • [21:31:23] <_av500_> 12V?
  • [21:31:24] * thaytan (~jan@ppp121-44-52-39.lns20.syd6.internode.on.net) has joined #beagle
  • [21:31:56] <mru> apply enough voltage and I'm sure the board will light up
  • [21:32:19] <eFfeM> :-)
  • [21:33:37] <djlewis> if only for a glorious moment :)
  • [21:34:53] * djlewis enjoys pretty fireworks
  • [21:38:53] * kanru1 (~kanru@61-228-147-200.dynamic.hinet.net) has joined #beagle
  • [21:40:18] * naeg (~naeg@194.208.239.170) Quit (Quit: WeeChat 0.3.1.1)
  • [21:41:45] * kanru (~kanru@61-228-149-165.dynamic.hinet.net) Quit (Ping timeout: 256 seconds)
  • [21:48:04] <ds2> djlewis: have you considered 440V on the Beagle then?
  • [21:48:06] * thaytan (~jan@ppp121-44-52-39.lns20.syd6.internode.on.net) Quit (Ping timeout: 268 seconds)
  • [21:48:32] <djlewis> yep, but the highest I can get is 220vAC
  • [21:48:48] <ds2> there is got to be old factories around you
  • [21:49:03] <djlewis> But wait! I could attach it to a kite and try for the power lines :)
  • [21:49:26] <djlewis> along with a conductive kite string :)
  • [21:49:46] <ds2> the footsteps of a wiseman
  • [21:49:52] <djlewis> that should get me 5Kv
  • [21:50:16] <ds2> you can't put too much energy in it or it will vaporize outside of the visible spectrum
  • [21:51:37] <djlewis> but alas, I thought all this brainstorming was for eFfeM
  • [21:52:06] <eFfeM> yeah, thank you guys for your cooperation
  • [21:52:19] <eFfeM> don't have 5kV in the house, but will apply for it tomorrow
  • [21:52:31] <eFfeM> might take a few days as they might have to pull an extra cable
  • [21:53:04] <_av500_> in 2010 that should comewireless
  • [21:53:18] <_av500_> kViFi
  • [21:53:37] <eFfeM> not here, we do not even have fiber@home
  • [21:53:38] * headjoog (~d1405744@gateway/web/freenode/x-yhibnndmnbcravux) has joined #beagle
  • [21:53:39] <ds2> Mr Tesla would be proud :D
  • [21:54:20] <_av500_> ds2: must be my serbian genes :)
  • [21:54:44] <djlewis> Mr Benjamin Franklin would be so proud as well.
  • [21:54:50] <headjoog> Will the beagleboard support S-Video out?
  • [21:55:03] <_av500_> will? it does
  • [21:55:08] <djlewis> stupid idiot flying a kite in a lightning storm..
  • [21:55:38] <headjoog> OK - it does out of the box, right? no extra HW needed?
  • [21:55:52] <djlewis> just some software tweaking magic.
  • [21:55:56] <_av500_> headjoog: a crappy tv
  • [21:56:06] <ds2> a cable would be required
  • [21:56:24] <_av500_> djlewis: what happened, svideo beats serial 5:1 these days...
  • [21:56:39] <headjoog> yep - cool - but no VGA, right? just the DVI...(I'm new to this thing...obviously )
  • [21:56:56] <ds2> you can get VGA with some passive components
  • [21:57:54] <headjoog> ds2: really? is there a parts list or kit avaiable?
  • [21:59:57] <ds2> let me dig out the URL again....
  • [22:00:10] <ds2> http://www.linusakesson.net/hardware/beagleboard/vga.php
  • [22:00:35] <headjoog> great thanks a lot
  • [22:00:36] <djlewis> _av500_: in trouble tickets ?
  • [22:00:40] <_av500_> /rename ds2 urlbot
  • [22:00:57] <_av500_> djlewis: in questions here
  • [22:01:13] <djlewis> same
  • [22:01:36] <djlewis> yup, I dont understand the popularity of svideo
  • [22:02:21] <mru> probably related to that of mcdonalds
  • [22:02:45] <djlewis> ya order crap and thats what you eat ...
  • [22:03:13] <djlewis> actually with our BB, svideo is a low end option :)
  • [22:04:18] * jpsaman (~jpsaman@videolan/developer/jpsaman) has joined #beagle
  • [22:05:11] * headjoog (~d1405744@gateway/web/freenode/x-yhibnndmnbcravux) Quit (Quit: Page closed)
  • [22:05:57] <ds2> SVideo is very useful
  • [22:08:26] <cwillu_at_work> lies
  • [22:09:19] <_av500_> damn lies
  • [22:09:33] * rhk (~rhk@adsl-75-44-25-53.dsl.sfldmi.sbcglobal.net) Quit (Quit: ChatZilla 0.9.86 [Firefox 3.5.7/20091221164558])
  • [22:10:56] <ds2> onlything more useful is S-Video in ;)
  • [22:11:16] <djlewis> now that might be useful.
  • [22:11:34] <mru> any statistics to back that?
  • [22:11:37] * cwillu_at_work demands the ability to do s-video-based networking
  • [22:11:54] <eFfeM> made progress wihtout 5kv acutally x now starts but gives a black screen
  • [22:11:57] <djlewis> ooh, exciting... ya heard it here first ...
  • [22:12:00] <eFfeM> guess there is some work left tomorriw
  • [22:12:22] <eFfeM> cwillu_at_work: hire sharief
  • [22:12:30] <cwillu_at_work> god
  • [22:12:40] <cwillu_at_work> you first
  • [22:12:49] <eFfeM> he can type those messages for you :-)
  • [22:12:57] <ds2> no
  • [22:13:11] <eFfeM> he is skilled in verbs like "demand", "must" etc
  • [22:13:22] * cwillu_at_work considers a website in his honour
  • [22:13:32] <eFfeM> rofl
  • [22:14:20] <eFfeM> anyway bedtime here, cya tomorrow (or chat with eFfeM-work :-) )
  • [22:14:37] <_av500_> eFfeM: nah, you talk to him
  • [22:15:10] * eFfeM (~frans@j200125.upc-j.chello.nl) Quit (Quit: Leaving.)
  • [22:20:17] * simula_ (~mark@209.189.194.130) Quit (Ping timeout: 256 seconds)
  • [22:23:27] * rcranetx (~rcranetx@nat/ti/x-rvzzvnhrkrfdnrmr) Quit (Quit: Leaving.)
  • [22:26:44] * LearnIt (~404f7f0a@gateway/web/freenode/x-izurbfnhaloomnkf) Quit (Quit: Page closed)
  • [22:27:08] * rsalveti (~rsalveti@200.184.118.130) Quit (Remote host closed the connection)
  • [22:28:44] * simula_ (~mark@209.189.194.130) has joined #beagle
  • [22:37:51] * thaytan (~jan@198.23.233.220.static.exetel.com.au) has joined #beagle
  • [22:39:46] * lifeeth|sleep (~praneeth@unaffiliated/lifeeth) Quit (Ping timeout: 245 seconds)
  • [22:42:07] * tomatoes7 (~zztop@adsl-76-229-138-14.dsl.scrm01.sbcglobal.net) Quit (Quit: Ex-Chat)
  • [22:55:48] * simula__ (~mark@209.189.194.130) has joined #beagle
  • [22:57:41] * simula_ (~mark@209.189.194.130) Quit (Ping timeout: 256 seconds)
  • [22:57:47] * simula__ is now known as simula_
  • [23:11:27] * ddompe (~ddompe@200.122.155.113) has joined #beagle
  • [23:13:42] * simula__ (~mark@209.189.194.130) has joined #beagle
  • [23:14:41] * simula_ (~mark@209.189.194.130) Quit (Ping timeout: 256 seconds)
  • [23:14:46] * simula__ is now known as simula_
  • [23:15:01] * BThompson (~a0193480@nat/ti/x-qnnqsdrzsdyyhdyt) Quit (Read error: Connection reset by peer)
  • [23:20:50] * jrmuizel (~jrmuizel@mozca02.ca.mozilla.com) Quit (Quit: jrmuizel)
  • [23:30:33] * simula_ (~mark@209.189.194.130) Quit (Ping timeout: 256 seconds)
  • [23:32:15] * simula_ (~mark@209.189.194.130) has joined #beagle
  • [23:39:06] * rkirti (~oespirit@203.199.213.3) has joined #beagle
  • [23:40:54] * prpplague is now known as prpplague_afk
  • [23:45:36] * alecrim (~alecrim@187.47.190.34) has joined #beagle
  • [23:49:55] * Tryum is now known as Try`0xff
  • [23:50:32] * soman (~somnath@dsl-jklbrasgw1-fe19fb00-113.dhcp.inet.fi) Quit (Ping timeout: 256 seconds)
  • [23:51:31] * simula_ (~mark@209.189.194.130) Quit (Ping timeout: 256 seconds)
  • [23:51:32] * DanaG (~dana@66-169-236-186.static.snlo.ca.charter.com) has joined #beagle
  • [23:55:40] * simula_ (~mark@209.189.194.130) has joined #beagle
  • [23:57:29] * chainsawbike_ is now known as chainsawbike
  • [23:59:07] * BThompsonGT (~bernie@cpe-76-184-159-129.tx.res.rr.com) has joined #beagle