**** BEGIN LOGGING AT Fri Jan 18 02:59:59 2013 Jan 18 09:08:12 Jay7: I've tried with automake 1.12 and it's ok Jan 18 09:10:32 ant_work: nice Jan 18 09:10:41 is it in your fork? Jan 18 09:10:49 (oe is still 1.12) Jan 18 09:10:54 yes Jan 18 09:11:11 ok, I'll merge it soon Jan 18 09:11:49 I've added a pivot-root example, redefining root= Jan 18 09:12:04 we could add one for NFS boot but I can't test it atm Jan 18 09:12:20 hopefully this will make things clear Jan 18 15:34:21 Jay7: I'm looking at the patch to move sources under /src, there we list machine/zaurus.c Jan 18 15:34:38 maybe zaurus code should be better separated Jan 18 15:36:49 and instead of #ifdef USE_ZAURUS we should add an hook Jan 18 21:24:09 ant_home: ping Jan 18 21:24:22 hi pwgen Jan 18 21:26:48 i found a kernel that can do kexec on the raspberry Jan 18 21:27:02 3.2.17 Jan 18 21:27:12 sweet Jan 18 21:27:33 can you maybe create a linux-kexecboot with it? Jan 18 21:28:05 I can extend the OE recipe in two minutes... Jan 18 21:28:16 yes, but how can i force the recipe to use 3.2.17 instead of the default 3.2.27 Jan 18 21:28:25 linux-yocto-tiny-kexecboot_3.2 Jan 18 21:28:37 ah, is broken after .17? Jan 18 21:29:35 i found a post that someone said its sopped working after 3.2.17, so i tried 3.2.17 and voila Jan 18 21:29:40 i was booting. Jan 18 21:29:41 hm... you can set a specific srcrev iirc Jan 18 21:30:19 thats enough for a kexecboot image, what comes then is usually not KEXEC=y dependet Jan 18 21:30:19 it's SRCREV_machine ?= "c07ec7159c3ede723953b0d603a7bb55d8614b44" Jan 18 21:30:40 LINUX_VERSION ?= "3.2.32" Jan 18 21:31:02 we can override that in the recipe in our layers Jan 18 21:31:23 *G* i will try it. but the kexec_git itself seems to make problems Jan 18 21:31:26 SRCREV_nanonote Jan 18 21:32:17 ah, kexec... ;) Jan 18 21:33:31 I've kept this link Jan 18 21:33:33 http://permalink.gmane.org/gmane.linux.kernel.kexec/5682 Jan 18 21:34:40 and this Jan 18 21:34:42 http://wiki.openwrt.org/doc/howto/kexec Jan 18 21:41:15 actually kexecboot is not working in framebuffer mode Jan 18 21:41:16 http://pastebin.com/VUzADXz8 Jan 18 21:41:47 screen gets white and then a blinking underscore prompt again Jan 18 21:42:31 hm, maybe you need to backport one fix Jan 18 21:43:03 https://github.com/andrea-adami/kexecboot/commit/65b2f3a504be94925677d54b42d950ae3e8dd216 Jan 18 21:45:29 same when i run in text mode Jan 18 21:45:30 pls configure adding --enable-textui Jan 18 21:45:34 ah Jan 18 21:46:58 it drop instantly back to the command line Jan 18 21:47:25 I've read somewhere some devices have 2 framebuffers and you need tu reset one or somthg Jan 18 21:54:56 can you try kexecboot binary on some rootfs? Jan 18 21:55:20 i.e. from shell, host-debug mode (echo instead of kexec) Jan 18 21:56:27 (note here I have same issue with Zaurus collie :) Jan 18 22:03:38 actually i am in a ddd session running on the rasp displaying to mu terminal (:-)) Jan 18 22:04:32 is going 2 time thru "action = inputs_process(inputs);" Jan 18 22:04:50 on the second pass it continues and then the programm ends Jan 18 22:05:01 ah, yes, we have seen up to 5 input events per keypress Jan 18 22:05:30 I though this was somehow managed in master Jan 18 22:07:01 ok i am now running on a debian an i am executing kexecboot in a session , maybe its a inputevent related problem Jan 18 22:07:44 it was kexecboot.c: Ignore A_NONE events in the main event loop. Jan 18 22:09:28 Jay7: can you remember the talk with dromede? Jan 18 23:02:03 how can i add/change kernel config parameters ? Jan 18 23:02:54 without providing a complete config setting ? is there an option to use inside a bb recipe ? Jan 18 23:04:00 you can do this with linux-yocto but it's full in 3.4 Jan 18 23:04:13 you can add specific fragments / features Jan 18 23:04:21 takes time **** ENDING LOGGING AT Sat Jan 19 02:59:59 2013