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

=== asac_ is now known as asac
=== Jack87|Away is now known as Jack87
=== jkridner_ is now known as jkridner
stm__hi all08:03
stm__iam using root stock to build filessystem08:03
stm__iam following  from here http://elinux.org/BeagleBoardUbuntu08:04
stm__now iam building it for pandaboard08:04
stm__i have doubt in the --seed  mentioned in above link08:05
stm__document says08:05
stm__"--seed linux-image-omap"08:05
stm__for beagle board08:06
stm__what should i relace for the pandaboard08:06
MrCuriousis there a way to tell the cpu temp on ubuntu 11.04 on a panda board?08:29
mahmohproblem: PXE -> netboot is hanging for me on panda:  http://pastebin.ubuntu.com/641355/  and  http://pastebin.ubuntu.com/641394/   any help would be appreciated16:22
GrueMasterGive me a sec as I am still pulling the latest netboot stuff (& getting properly caffienated).16:24
persiamahmoh, Do you have anything connected to HDMI?  If so, maybe try without "debian-installer/framebuffer=false console=ttyO2,115200n8"16:27
mahmohpersia: it's all remote so I'll have to check tomorrow, that was another thing under debug-todo16:28
persiaAh.  Remote makes it trickier :)16:28
mahmohmore fun that way16:28
GrueMasterThat's why I am taking a look.16:31
GrueMastermahmoh: Tell me how you have the system setup to boot so I can replicate.16:32
persiaDo you know if your serial tool closes on HUP?  I wonder if there's a HUP or BREAK sent between u-boot and linux.16:32
JotschiIs there somewhere a git tree containing a more recent version of the linux omap4 kernel? (newer than 2.6.38) natty tree contains only upto 2.6.38 and the Oneiric omap4 branch contains also 2.6.3816:32
mahmohit's open all the time16:32
persiaJotschi, A specifically Ubuntu kernel, or any kernel?16:33
GrueMasterJotschi: There is work being done on 3.0, but it is full of segfaults atm.16:33
JotschiI need the omap4 ubuntu kernel because it seems it is the only kernel (at least i know of) that supports the powervr graphics driver.16:34
persiaThat's ABI-dependent, not code dependent.16:34
persiaThe issue being that the powervr driver is only distributed as binary blobs, so need to be used with a kernel they were linked against.16:35
mahmohGrueMaster: tftp & dhcp, the config above sits in the tftboot/pxelinux.cfg directory with as the IP in hex (or 00000000 in my case)16:35
mahmohGrueMaster: I'm not using dhcp for now since I'm setting ipaddr and serverip manually along with kernel_ram and initrd_ram (0x80000000 / 0x81600000 )16:36
Jotschipersia, i see but why is that so? Other binary drivers can be used with multiple kernel version. I was told that the kernel itself needs to contain some sort of code to work with the powervr driver. Sorry don't have any further info on that topic.16:38
persiaJotschi, Most of the binary drivers that work with multiple kernel versions have some sort of open-source shim layer, which translates the ABI of the kernel it is compiled against to the ABI required by the binary driver.  To my knowledge, nobody has done this for the powervr drivers.16:39
persiaThe few exceptions are wildly lucky accidents, and inherently untrustworthy in the face of continued kernel development.16:39
persiahttp://git.linaro.org//linux-linaro-oneiric.git has some 2.6.39 stuff, but everything is upstreamable there, so it may not include the binary stuff (I'm not sure).16:40
persiahttp://kernel.ubuntu.com/ppisati/ubuntu-oneiric.git has some 3.0 stuff, but is known buggy work-in-progress.16:43
persiaI don't know against precisely which tree the demo of powervr running unity was built, but I know that this isn't all uploaded to Ubuntu yet.16:44
mahmohGrueMaster: manual bootargs didn't work any better for me16:48
Jotschipersia, i see. Thanks for the explanation.16:50
persiamahmoh, If you manually load that kernel and initrd with no PXE, does it behave as expected?16:58
mahmohpersia: haven't tried but I think GrueMaster did.  I'll add it to my todo for tmw when I can physically assault the panda ;)16:59
GrueMasterI've booted the netboot images with no problem before. Haven't tried the latest yet (just pulled it).17:00
mahmohGrueMaster: pls let me know if the latest works for you17:00
persiamahmoh, You ought to be able to do it with just a serial connection and remote power control, if you can load u-boot.17:02
persiaWorst case, PXE-boot u-boot so you have a console.17:02
GrueMasterOk, latest netboot (boot.img-serial) behaves as it should.  Has to be something either with the pxe cfg or u-boot's pxe internals.17:03
GrueMasterI have d-i running over serial console.17:03
mahmohI'm in u-boot now ... do you mean the usb-boot?  I can't drop anything onto the MMC remotely - at least I didn't know that I could17:03
* GrueMaster goes back to enabling pxe environment.17:03
persiamahmoh, No, I mean u-boot.  Since you have a working ethernet driver in u-boot, you ought be able to load the images over the network from the u-boot console.17:04
mahmohGrueMaster: can you try it using just the uImage and uInitrd and not the boot.img  to get a bit closer to what I'm doing?17:04
persiamahmoh, Once you have the images loaded, then bootm as normal.17:04
mahmohah, I see, trying ...17:06
GrueMastermahmoh: I first need to re-enable pxe on my server & dhcp server.17:06
mahmohpersia: that worked!17:08
mahmohuh, but I forgot to specify the initrd ;)17:09
persiamahmoh, Excellent.  You have now verified that the issue is not with the uImage and uInitrd!17:09
persiaNow, check to see what is different about u-boot directly loading things and u-boot being instructed by PXE...17:09
mahmohpersia: user error ;)17:09
mahmohthat may be above my pay grade17:10
mahmohold joke, worry17:11
persiaRight.  Troubleshooting 101 :)17:11
mahmohsorry even17:11
persiaSo, first check your u-boot console output to see if anything is different before control was handed over to linux.17:11
mahmohpersia: the only difference that I "see" is that the kernel boots with bootm and doesn't with pxe boot17:13
persiaThere doesn't appear to be any difference in the addresses from which things load or anything else?17:13
persiaThat's annoying.17:13
persiaNext, check to see if there is a way to get u-boot into verbose mode, and try both again with more verbose information.17:14
mahmohI can try reversing the entries to see of that makes a difference, since it tried to boot the lastly loaded initrd first last time17:14
persiaGiven the u-boot output you pasted before, I strongly suspect the problem lies in the passing of the boot arguments.17:14
mahmohdon't know how to do that, GrueMaster jcrigby rsalveti - u-boot verbose mode or debug mode?17:14
persiaMaybe worth trying: I'm a big fan of understand-before-doing but doing-to-understand has a huge history.17:15
persiamahmoh, You'd have to recompile, setting DBGFLAGS in config.mk17:15
mahmohyou learn better that way, I agree17:16
persiaNot necessarily: engineers have been known to discover all sorts of things that confused scientists (although the opposite is also true).17:16
mahmohmaybe I can con one of these guys ^^^ to recompile and provide both binaries for a while, if not I'll get to it tomorrow then17:17
persiaRecompiling: `apt-get source foo; cd foo-${version); edit-some-stuff; dch -i 'Fiddle around'; debuild -b`17:18
mahmohnoted, thx17:18
persiaI'm just not a fan of being stuck waiting.  If you feel like doing something else, go ahead.  If you feel frustrated and stuck, I'm happy to help give hints (where I can) to help you keep going.17:20
mahmohpersia: I appreciate that17:20
GrueMastermahmoh: So far I am still in the setup phase.  It looks like on reset, it is looking for panda/netboot.scr via bootp.  What do you have for that?17:20
mahmohGrueMaster: interesting, I don't - I think that's for bootp and I'm doing pxe so ... but I might use that as a fallback until pxe is working17:21
GrueMasterSo when u-boot starts, you interrupt it and set things manually?17:22
mahmohright now I have been, yes17:23
MrCuriousis there a way to tell the cpu temp on ubuntu 11.04 on a panda board?17:29
GrueMasterInteresting.  On boot, it tries to load either boot.scr, uEnv.txt, or uImage from the SD before switching to bootp to find panda/netboot.scr.  I am going to try creating this file.  Should be similar to boot.scr in format.17:29
GrueMasterOk, that appears to work...somewhat.17:34
GrueMasterIt is kind of painful waiting for pxe to whittle down the mac addr before loading pxelinux.cfg/default.17:35
mahmohMrCurious: donno but once I'm installed I'll check unless someone else beats me to it, check the panda specs and see if there's a temp sensor, if there is (I'm guessing so) there should be a way to grab the info out of sys or proc or some other utility (lm-sensors)17:36
mahmohGrueMaster: save default as 0000000017:36
mahmohor link it17:36
persiaMrCurious, There is an i2c bus, but it looks like the support in i2c tools didn't land until 3.0.3: you may need to backport or run oneiric to use them.17:38
GrueMasterActually, pxelinux uses the mac address, not ip.  It needs to be panda/pxelinux.cfg/C0A80040.17:38
MrCuriousno worries, iwill wait for next release then17:38
MrCuriousty17:38
persiaMrCurious, If you have a spare SD, and want to try the Alpha, someone filing bugs about i2c issues would likely help make sure that we have full support in oneiric :)17:39
persia(mind you, if you have time to spare from constructing our new robotic overlords :) )17:39
GrueMastermahmoh: I am now able to boot with MLO & u-boot only on SD.  It pulls panda/netboot.scr using bootp.  That file is http://paste.ubuntu.com/641426/17:40
GrueMasterBut it is failing using the pxelinux.cfg file you linked.17:41
GrueMastermissing environment variable: initrd_ram17:41
mahmohGrueMaster: yeah, that's why you have to do it manually17:41
mahmohor you can include those two in the uEnv.txt if you want for now17:42
GrueMasterNothing should be done manually (that's the point in this exercise).17:42
mahmohI think jcrigby will fix once we have a working formula ;)17:42
persiaIf the uEnv.txt is provided over the network, is this used?17:45
mahmohI don't believe it can be now, just on the SD17:46
GrueMasteruEnv.txt, no.  But you can create a netboot.scr and put it on the tftp server under panda/netboot.scr.  Use mkimage to create it.  Same format as boot.scr.17:48
persiaOh, cool.  That gives much richer control over the command line, etc.17:48
persiaIs it safe to just grab one of the boot.scr files from the netboot page, and rename that?17:49
prpplague^2GrueMaster: you tinkering with the lan9514 support in u-boot?17:49
GrueMasterpersia:  not quite that simple, but close.  prpplague^2 yes.17:49
GrueMasterok, I think I have all the right sauce, rebooting.17:50
prpplague^2GrueMaster: dandy, i just heard about the support last week17:50
persiaGrueMaster, What needs doing to convert boot.scr -> netboot.scr?  Should d-i spit out some netboot.scr files?17:52
GrueMasterhrm.  File not found loading panda/uInitrd.17:52
GrueMasterpersia: eventually we can have d-i generate them.  Let me figure out what it needs specifically first.17:53
persiaGrueMaster, Sorry.  I thought maybe that was known.  No hurry :)17:54
GrueMasterCurrently, mine looks like this:  http://paste.ubuntu.com/641432/17:54
GrueMasterGetting closer.  Just not sure why it failed to load the kernel & ramdisk.17:54
=== prpplague^2 is now known as prpplague
GrueMasterinteresting.  Something is off with pxelinux.cfg/default.  When I run 'tftpboot 0x81600000 panda/uInitrd' it loads fine.  Using the pxelinux.cfg mahmoh supplied, it fails.  Same file is attempted to load.18:04
GrueMasterSeems to be a bug in the pxe handler.18:06
persiaVery strange.18:06
GrueMasterMy u-boot output.  http://paste.ubuntu.com/641435/18:08
mahmohdo you have that file under your tftp root?  panda/uInitrd ?18:09
GrueMasteryes.18:09
GrueMasterNote the chopped '.lename ' line.  Very odd.18:10
mahmohdo you have both the uImage and uInitrd under the tftp root also?  I'm unsure why it's looking for it both under / and panda/18:11
GrueMasterIt works when I use tftpboot to load them.  Same path.18:12
mahmohI can get it to load but then it dies after booting the loaded files (via pxe boot)18:12
GrueMasterWhat address are you using for pxecfg_ram?18:12
mahmohright, same here.  0x81600000018:12
mahmoh0x8160000018:13
GrueMasterThat should be for uInitrd.18:13
mahmohit looks like it has both paths18:13
GrueMasterMine is defaulting to 0x8800000018:14
mahmohI think that's were it's loading the pxe config file18:14
GrueMasterThat's why I was asking.18:15
GrueMasterDo you have the READE.pxecfg from the u-boot source?18:15
mahmohyea18:15
mahmohoh, you need a full pxe config!18:15
mahmohGrueMaster: try this one - http://paste.ubuntu.com/641441/18:18
mahmohthat should work with your setup, it may even really work for you if my theory is correct18:18
* persia suspects the failure to load uInitrd above was a spurious carriage return somewhere18:20
GrueMastermahmoh: The "panda/" is redundant.  By default it looks in that directory on the tftp server.18:25
mahmohGrueMaster: it's not for pxe unless you setup your tftp root to be panda/18:25
GrueMasterWith your config, I now get "Retreiving file: panda/panda/uInitrd"18:26
GrueMasterSo, yes it is.18:26
GrueMasterThat or you are using a different u-boot.bin than I am.18:27
mahmohwha?  that doesn't make sense18:27
* mahmoh reviews the pastebin again18:27
GrueMasterPut all of your config files & u-boot.bin in a tarball and throw it up on people.u.c for me to compare.18:28
mahmohGrueMaster: do me one favor then and remove the leading panda from both the kernel and initrd in the pxe config and try that18:30
* mahmoh waits another 30 mins. for netboot install to complete!18:30
mahmohon an sd card that is18:30
GrueMastermahmoh: see my earlier pastebin for my config.  It has the correct path, but there is something broken in the pxecfg boot. sequence.  I can manually pull the uInitrd just fine.18:31
mahmohGrueMaster: you need the first four lines from http://paste.ubuntu.com/641441/18:32
GrueMastermahmoh: no, you don't.  They make absolutely no difference.18:33
GrueMasterThe DEFAULT only fails, the IPAPPEND is ignored.18:33
=== Lopi is now known as Lopi|idle
GrueMasterIgnoring unknown command: IPAPPEND18:34
mahmohGrueMaster: then our setups are very different, I'll send you what I have once my netinstall finishes so you have exactly what I have, if the boot fails you'll have to wait until tmw18:35
GrueMasterI am getting different output from u-boot.bin than you are, and I am using the u-boot.bin from the deb you linked.  So again, please send me a tarball so I can compare the two.18:35
persiaOr, if there is some technical limitation in sending a tarball, at least all of filesize, md4sum, sha1sum, and sha256sum (as triple collisions are rare)18:37
GrueMasterpersia: Total tarball size should be less than 1M.18:38
persiaI know.18:38
mahmohI can email18:40
GrueMasterthat works too.  Sent it to me @ gmail.com (same userid).18:40
GrueMasterGets here faster w/o skipping back & forth over the pond.18:41
mahmohGrueMaster: this is the one I gave you before?  this is the one I think I'm using (still waiting on the install) http://launchpadlibrarian.net/74393697/u-boot-linaro-omap4-panda_2011.06.5-0ubuntu1_armel.deb18:45
GrueMasterThat's what I am using.18:45
=== prpplague is now known as prpplague^2
GrueMasterOk, I took a break from mucking with the pxe stuff and just ran tftpboot manually to pull the kernel & initrd (after pxecfg had errored out).  It boots into netinstall no problem.  So there is still something off with the pxecfg stuff, either in the script files or in u-boot.bin.19:37
persiaNice reduction of the problem!19:37
persiaHas anyone tried the same PXE scripts on some device with native PXE support in shipped firmware?19:38
persiaObviously, it would need different kernel/initrd, but the netinstall stuff for the appropriate architecture should be in a parallel location.19:38
GrueMasterI tried the pxe config example in the README.pxecfg that is part of the u-boot source.  It has all kinds of fail (beyond the kernel stuff).  It has an issue chaining pxelinux.cfg files.19:39
mahmohif you mean non-arm then yes, I know my pxe setup works19:39
persiamahmoh, I don't really care about the architecture, but I do mean not using the u-boot you're testing on pandas.19:40
persiaFor the alternate device, have you tested with an Ubuntu netinstall image?  With the same method of passing arguments, etc.?19:40
mahmohI think the answer is yes then19:40
mahmohyes19:40
persiaWell, that's kinda annoying.  It points the problem at u-boot. :(19:41
persiaDidn't someone say they had it working about 10 days ago?19:41
mahmohI think we have to update that to pxe is somewhat working, just can't boot with it ;) unless there's another problem19:42
mahmohit has to be u-boot, since the uImage and uInitrd work, and the pxe setup and netinstall work, so the only piece left is u-boot19:43
mahmohrsalveti: jcrigby: ^19:43
persiaIn that case, I think we need a debug build of u-boot to run through the failure scenarios.19:53
mahmohagreed19:53
persiaI'm not convinced that it's trivial to have a known verified working PXE environment for most folk.19:53
persiaIs that something you can build locally?  I can prepare something if not, but I don't have a good way to get you my builds in a trusted manner.19:54
mahmohpersia: I can build the u-boot debug locally but I'd have to set it up, I only need the binary to you could compress and email?19:59
mahmohjust make 100% sure it's the latest ;)19:59
persiaIf you trust email, you're doing it wrong :)  But that's another matter.19:59
mahmohpersia: there's gpg ;)20:00
persiaI have about the same setup as you, but I've done the setup more times :)20:00
persiaI don't believe we've exchanged keys.  As a result, I doubt you can be sure it's really me (although I suppose you could check against my upload key, which would give you some confidence).20:00
mahmohpersia: it's a debug u-boot, if someone tries to poison it, I'd love to see it - it would make me smile20:01
mahmohI'm sure they'd rather hack at my bank accounts or CC, assuming I have those20:02
mahmohat least one would hope20:02
GrueMasterOk, figured out what was wrong with my pxelinux.cfg.  Damn paste.ubuntu.com had left some erroneous crlf in the file when I initially pulled it.  Now it is pulling the kernel & initrd properly, but hangs after booting.  Panda leds are in rapid blink.20:11
mahmohGrueMaster: ok, so you're stuck where I am now, welcome20:11
persiaGrueMaster, Is that the same hang (based on u-boot output) mahmoh posted earlier?20:12
GrueMasterNo output past loading kernel & initrd.20:12
GrueMasterRetrying.20:12
mahmohlooks like it20:12
persiaSo, like http://pastebin.ubuntu.com/641355/ ?20:12
GrueMasteryes.20:14
GrueMasterHangs after init ramdisk:  Verifying Checksum ... OK20:15
persiaWell, there's a lot to be said for repeatable results.20:15
mahmohso it fails to load the kernel image!20:15
mahmohjcrigby: ^20:16
GrueMasterNot sure that it fails to load the image.  Fails to boot using the pxeboot method.  Looking into it now.20:16
persiaNo, the kernel is loaded (see the stanza directly above that).  The issue is just that the kernel doesn't appear to be doing anything at this point.20:16
GrueMasterBut my results match your original pastebin.20:16
mahmoh^load^boot20:17
persiaGrueMaster, Do you have HDMI on that device?  Does it generate something there?20:17
persiaGrrr.  My mirror seems unable to build an oneiric armel build environment on my panda today.20:17
GrueMasterI'll have to switch to YAP for that.  (Yet Another Panda)  :P20:17
persiamahmoh, I won't be building you a debug build anytime soon.20:18
mahmohnp20:18
GrueMasterpersia: I can here in a minute.  My babbage is a mini buildd.20:18
persiaMine is gathering dust, as it only booted the once, which didn't seem reproducible :(20:19
persiaThe panda was *supposed* to be a buildd, but the IO options make it less ideal than I'd prefer.20:19
* persia is currently looking at new boards, hoping to find someting a bit more useful: maybe the quickstart or snowball.20:20
GrueMasterIf/when I can break away from here, I plan on going to Fry's and getting some external drive enclosures for my panda's.  I have the drives, just no way to plug them in.20:20
mahmohGrueMaster: you won't be using the drives as boot drives will you?  root drives you can20:22
GrueMasterOk, same failure on 3 pandas.20:22
mahmohno hdmi?20:23
GrueMasterNo, they will only be for rootfs.20:23
GrueMasterNothing on hdmi.20:23
GrueMasterI don't think it is actually jumping to the kernel.20:23
GrueMasterAs I usually get "Starting kernel ..."  Which is from the kernel init code.20:24
persiaWhat happens if one loads uboot, rather than linux that that point?  Do we jump to the new u-boot?20:24
mahmohit's not, that's probably the bug - someone could go look a the code and compare the pxe to the bootp and see what's the diff.20:24
* persia wants to make sure that it's not something related to the kernel command line, but rather a failure to execute-in-place20:24
GrueMasterI don't know the code that well and it has a lot of platforms it works with.20:25
GrueMasterpersia: If I let u-boot pull the pxelinux.cfg but boot manually, it works fine, meaning it is getting the kernel cmdline from pxelinux.cfg properly.20:26
GrueMasterWhat appears to be happening is u-boot's pxe boot code isn't jumping to the right kernel location.20:27
persiaGrueMaster, So the only difference is whether bootm is called manually or in netboot.scr?20:27
GrueMasterI am running into a time constraint here.  I really need to get these drive enclosures and it is Sunday.20:27
GrueMasterbootm is called internally by the pxecfg code in u-boot.20:28
GrueMasterAnd appears to be wrong.20:28
persiaI suspect you're right.20:28
persiaBut go shopping: electronics stores have fixed hours, but #ubuntu-arm doesn't.20:29
GrueMasterIt works if I just use my netboot.scr to manually tftp the kernel & initrd followed by a bootm call.20:29
GrueMasterBack in several (3+) hours.20:29
mahmohnice, root=/dev/sda2 (usb root!) that should speed things up a bit!20:37
persiaBy a factor of 4-5, usually.20:38
GrueMasterGrrr.  Son took the car to the store.20:39
* GrueMaster has to wait to go to Fry's...again.20:40
rsalvetihuge backlog20:45
rsalvetiGrueMaster: mahmoh: what is the current issue?20:46
persiarsalveti, http://pastebin.ubuntu.com/641355/20:46
GrueMasterpxecfg boot fails to properly jump into the kernel startpoint.20:46
GrueMasterto be more precise.20:46
persiaIf *anything* is done manually, it works, but from what we can tell, u-boot isn't handing over execution to linux when booted from PXE20:46
mahmohrsalveti: pxe boot fails to start the kernel, it loads both uimage + uinitrd, gets to checksum verification, then hangs20:46
rsalvetiGrueMaster: and you said it worked when doing the same steps with tftpboot?20:47
rsalvetiinteresting that it's loading the kernel and initrd20:47
GrueMasterrsalveti: essentially, if I use tftpboot to load the kernel & initrd into their respective memory locations then I can get them to boot using bootm $kernel_ram $initrd_ram.20:49
GrueMasterbut pxecfg boot fails.20:50
GrueMasterNo output on serial console or hdmi.  Only indicator is both leds start blinking very rapidly on the panda.20:51
rsalvetithat means a hang at x-loader/u-boot20:54
GrueMasterIs there any way to see what pxecfg is doing behind the scenes?  Like a debug switch I can turn on at compile time?20:55
rsalvetiGrueMaster: what are the mem addresses you're loading uImage and uInitrd when doing tftp by hand?20:57
rsalvetilet me check the code20:57
GrueMasterSame as those used in the normal boot.scr20:57
rsalvetipxe is using a different address20:58
rsalvetiLoad address: 0x8160000020:59
rsalvetiLoad address: 0x8000000020:59
GrueMasterwhy?  I have kernel_ram & initrd_ram set to use the same addresses.20:59
GrueMasterThat's what I have.20:59
GrueMasterUnless they are opposite.20:59
mahmohyeah, bootp to those same addresses works too20:59
rsalvetiyeah, it should be fine21:00
rsalvetifor some reason my boot.src file is using a different address for uImage21:00
rsalvetimahmoh: what is the pxe file you're using at the host size?21:01
rsalvetiwill try to reproduce the error here21:02
mahmoh3.1M 4.M initrd21:02
* GrueMaster won't be able to go to Fry's today, rolls up sleaves and dives back into debugging.21:06
rsalvetiGrueMaster: do you have the pxecfg file in hands?21:11
rsalvetithe one you're using21:11
GrueMasterYes.  Where do you want it?21:11
rsalvetiGrueMaster: just paste it somewhere21:11
GrueMasterhttp://paste.ubuntu.com/641509/21:12
GrueMasterHere's my netboot.scr http://paste.ubuntu.com/641511/21:13
GrueMasterI only have MLO & u-boot.bin on my SD.  On boot, u-boot pulls netboot.scr via bootp.21:14
rsalvetiok, cool, let me try21:16
=== Lopi|idle is now known as Lopi
mahmohGrueMaster: which suites are you running for phoronix?21:43
GrueMasterI've only ran the disk test suite for benchmarking filesystem performance on SD.21:44
mahmohand my board rebooted! great21:46
=== Jack87 is now known as Jack87|Away
=== Jack87|Away is now known as Jack87
GrueMastermahmoh: So that was a netboot install running through u-boot manually, right?21:53
mahmohGrueMaster: via bootp, so almost everything over the net except up to u-boot22:00
GrueMasterUntil the pxecfg issue gets resolved, you could use a netboot.script.  Just add tftpboot to the netboot.scr I posted earlier to pull kernel & initrd.  Not as good as pxe, but workable.22:02
mahmohGrueMaster: yeah, I think I may have to do something like that but I'm guessing the pxe issue could get resolved quickly22:08
persiaWhat's the disadvantage to traditional dhcp+tftp when compared to PXE?22:08
GrueMasterpxe gives you a menu of boot options and a default.22:08
rsalvetimahmoh: yeah, hopefully :-)22:09
mahmohI have full confidence ;)22:09
rsalvetifinally able to install a working tftp server and such, with a panda able to test22:09
rsalvetihad all my setup at another computer22:09
mahmohGrueMaster: so I'm running the apache system test suite with a usb root disk, let's see how that goes22:09
GrueMastermahmoh: Are you doing it through jenkins?  I'm still looking into getting that up and running.22:10
persiaGrueMaster, Where does the menu display?  At console, or on the automation host?22:10
mahmohnot yet, one step at a time22:10
GrueMasterpersia: on the serial console.22:11
mahmohbbl22:12
persiaAh.  So exceedingly useful for local (or remote-serial) activity, and equivalent for the total automation scenario.  Not that I don't like improved ability to troubleshoot or shift defaults :)22:12
GrueMasterIt can be very useful in a fully automated environment.22:13
GrueMasterBut first we need to get pxe working, then make it work more intelligently (instead of having a mac address built in at compile time).22:14
persiaI thought there was a plan to sort that, and generate a meaningful mac address.22:14
GrueMasterTime for me to do something else for a while.22:15
GrueMasterThere is, just not implemented yet.22:15
persiaOh, heh.22:15
skymeraxchat for ARM?22:46
persiaSo, yeah, xchat is so very available for ARM.23:12
=== Jack87 is now known as Jack87|Away

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