**** BEGIN LOGGING AT Tue Jun 28 02:59:58 2011 Jun 28 03:31:54 spacecolonyone: you should ask a specific question Jun 28 03:43:35 paul, you work for redhat? or maybe Jun 28 03:43:46 fibre internet center? Jun 28 03:44:17 just looked into ur ip because it looked local to my ip Jun 28 03:44:23 not sure it is Jun 28 03:55:47 anyway, paul__ you want to look into gdb Jun 28 03:56:23 maybe strace Jun 28 03:57:36 and your goal is to debug the python crash, that python-core-dbg is just support files for gdb most likely Jun 28 03:58:34 any other questions are most likely better off asked in #python Jun 28 04:11:18 So I can't seem to get the oebb.sh script in the "building angstrom" instructions to work without choking on git pull --rebase errors Jun 28 04:12:33 neither the "git stash" then rebase nor the hard reset method fix this Jun 28 04:13:27 I also can't seem to find anyone else having similar issues :( Jun 28 04:23:09 CcSsNET, no i'm not at redhat, i'm at a little company in california, and yes, i'm trying to debug python with gdb Jun 28 04:23:20 i doubt #python will be much help with cross-debugging but i could ask there Jun 28 04:23:22 thanks Jun 28 04:27:08 gnite for now, any advice still appreciated. Jun 28 04:49:20 ok, im near boston Jun 28 04:49:37 strange that ur ip is close to ones here Jun 28 04:49:57 sorta Jun 28 07:58:59 angstrom: 03testlab  07yocto * r9c4e466e55 10testlab/omap4430_panda/eglibc/systemd-image/ (4 files): omap4430-panda: systemd-image configured for angstrom v2011.06-core using branch master and revision 364ca0d2d0399c8cc6d3b3fc28308e1e14673544 Jun 28 07:59:10 angstrom: 03testlab  07yocto * rcde188410f 10testlab/omap4430_panda/eglibc/systemd-GNOME-image/ (4 files): omap4430-panda: systemd-GNOME-image configured for angstrom v2011.06-core using branch master and revision 364ca0d2d0399c8cc6d3b3fc28308e1e14673544 Jun 28 09:03:40 angstrom: 03testlab  07yocto * rb4a65df45c 10testlab/omap4430_panda/eglibc/systemd-GNOME-image/ (4 files): omap4430-panda: systemd-GNOME-image configured for angstrom v2011.06-core using branch master and revision 63e73cd0c72459b914948ae12b7491fe2b7ea6f2 Jun 28 09:03:50 angstrom: 03testlab  07yocto * r412bbd17e8 10testlab/omap4430_panda/eglibc/systemd-image/ (4 files): omap4430-panda: systemd-image configured for angstrom v2011.06-core using branch master and revision 63e73cd0c72459b914948ae12b7491fe2b7ea6f2 Jun 28 10:04:28 angstrom: 03testlab  07yocto * re87830393a 10testlab/beagleboard/eglibc/systemd-image/ (4 files): beagleboard: systemd-image configured for angstrom v2011.06-core using branch master and revision 63e73cd0c72459b914948ae12b7491fe2b7ea6f2 Jun 28 10:04:38 angstrom: 03testlab  07yocto * r1e594106c9 10testlab/omap4430_panda/eglibc/systemd-image/ (3 files): omap4430-panda: systemd-image configured for angstrom v2011.06-core using branch master and revision 63e73cd0c72459b914948ae12b7491fe2b7ea6f2 Jun 28 12:10:12 Hi, I've installed angstrom on nand, now I need to deploy this installation on 15 other devices (mini2440)... what's the best way for doing this? the image is about 200mb, so I can't use uboot (load to ram then write to nand) Jun 28 12:25:23 prepare a SD Card that contains your image(jffs2, ubifs, ...) Jun 28 12:25:38 then boot from the SD Card, nandwrite it to /dev/mtd... Jun 28 12:25:39 angstrom: 03Koen Kooi  07master * rc0d546c3fc 10meta-angstrom/recipes-angstrom/tasks/angstrom-task-gnome.bb: Jun 28 12:25:39 angstrom: angstrom-task-gnome: replace midori with epiphany Jun 28 12:25:39 angstrom: Signed-off-by: Koen Kooi Jun 28 12:25:51 that can be automatized pretty easily Jun 28 12:25:59 angstrom: 03Koen Kooi  07master * r5a901baf30 10meta-angstrom/recipes-angstrom/tasks/angstrom-task-gnome3.bb: Jun 28 12:26:00 angstrom: angstrom-task-gnome3: add a task for a GNOME 3.x images, WIP Jun 28 12:26:00 angstrom: Signed-off-by: Koen Kooi Jun 28 12:26:17 angstrom: 03Koen Kooi  07master * rc19c342c62 10meta-angstrom/recipes-angstrom/images/console-base-image.bb: console-base-image: switch to angstrom-task-boot Jun 28 12:26:29 angstrom: 03Koen Kooi  07master * raf2163ef6f 10meta-angstrom/conf/distro/angstrom-2010.x.conf: Jun 28 12:26:29 angstrom: angstrom: prefer eglibc-locale 2.12 Jun 28 12:26:29 angstrom: Signed-off-by: Koen Kooi Jun 28 12:32:00 farhad_hf: forgot to hilight you Jun 28 12:33:01 Hun: how can I get an image from the nand ? nanddump? Jun 28 12:33:37 how did you create the image that you have installed? Jun 28 12:33:54 usually, you build angstrom via bitbake and a .jffs2 or .ubi falls out Jun 28 12:34:51 I downloaded a minimal jffs2 image from narcissus.angstrom-distribution.org, installed it on the device, installed some packages using opkg and compile my own applications on it, Jun 28 12:35:11 s/compile/compiled Jun 28 12:36:01 try preparing a image. you can do a tar cf /, and tar xf it on the next board, but that will take a while longer Jun 28 12:36:52 don't try to dump a jffs2. jffs2 is a logging file system, so you need to read pretty much everything to get all changes. don't know what it does about the ECC. Jun 28 12:37:12 ok! :) Jun 28 12:37:17 thanks Hun Jun 28 12:37:39 and by all means try ubifs instead of jffs2. it made my boot time about 3.5s faster. Jun 28 12:38:12 ok ;) Jun 28 12:38:36 Hun: is it possible to create a ubifs from the tar archive i'm creating? Jun 28 12:39:23 you can try it. extract the tar on your main machine, run it throug mkfs.ubifs and ubinize and you get a .ubi. but you still need to know the characteristics of your flash Jun 28 12:39:32 eraseblock size and number of erase blocks Jun 28 12:39:50 do a cat /proc/mtd to get the eraseblock size (0x20000 in my case) Jun 28 12:40:46 where can I find the number of erase blocks? Jun 28 12:41:10 you get that if you try to ubiattach your mtd Jun 28 12:42:13 or just do size / erasesize Jun 28 12:42:34 mtd4: 0f980000 00020000 "File System" Jun 28 12:42:35 => 0xf980000 / 0x20000 == 1996 Jun 28 12:47:48 Hun: Ok! thanks for helping :) Jun 28 12:48:00 no problem Jun 28 14:18:58 pfff... Jun 28 14:19:06 I think my nand is broken Jun 28 14:19:46 I can't even do a saveenv! everything goes to default values after reboot. Jun 28 14:20:26 I also get pwrite: Input/output errors3c2440-nand s3c2440-nand: invalid chip 0 when I try to nandwrite.. Jun 28 15:38:38 angstrom: 03testlab  07yocto * rd7a25adde1 10testlab/beagleboard/eglibc/systemd-image/ (build-id installed-package-sizes.txt installed-packages.txt): beagleboard: systemd-image configured for angstrom v2011.06-core using branch master and revision 697d8750034e2c2c82c777b3112c24f799fe3dd0 Jun 28 20:27:30 angstrom: 03testlab  07yocto * r0d0e14cda2 10testlab/beagleboard/eglibc/systemd-image/ (4 files): beagleboard: systemd-image configured for angstrom v2011.06-core using branch master and revision a1da36805ca4cceda3ea2d167f4bdc5e12f337e4 Jun 28 20:37:27 angstrom: 03Koen Kooi  07master * rc981449367 10meta-angstrom/recipes-angstrom/tasks/task-xserver.bb: Jun 28 20:37:27 angstrom: task-xserver: split XSERVER task into it's own recipe for sstate reasons Jun 28 20:37:27 angstrom: Signed-off-by: Koen Kooi Jun 28 20:37:45 angstrom: 03Koen Kooi  07master * r8aa9581a92 10meta-angstrom/recipes-angstrom/tasks/ (angstrom-task-gnome.bb angstrom-task-gnome3.bb): Jun 28 20:37:45 angstrom: angstrom-task-gnome*: use new xserver task Jun 28 20:37:45 angstrom: Signed-off-by: Koen Kooi Jun 28 20:38:11 angstrom: 03Koen Kooi  07master * rfd68a073e9 10meta-angstrom/recipes-angstrom/images/systemd-gnome-image.bb: Jun 28 20:38:11 angstrom: systemd-gnome-image: fix task-xserver reference Jun 28 20:38:11 angstrom: Signed-off-by: Koen Kooi Jun 28 22:29:12 angstrom: 03testlab  07yocto * rfbadc077d8 10testlab/beagleboard/eglibc/systemd-GNOME-image/ (4 files): beagleboard: systemd-GNOME-image configured for angstrom v2011.06-core using branch master and revision ac1440a768f22a185b018a71a95b21069f8f0449 **** ENDING LOGGING AT Wed Jun 29 02:59:56 2011