irclog2html for blob on 2001.11.26

02:35:04SammyRuss: help
02:35:11Sammyyou here  ?
02:52:20Russyah
03:00:06asamiSammy: Hi
03:07:19SammyRuss: do you know what's the problem with this ?
03:07:32SammyChild dir "hda" (ino #76) of dir ino #74 appears to be a hard link
03:07:33SammyChild dir "ramfs" (ino #75) of dir ino #74 appears to be a hard link
03:07:34SammyChild dir "bin" (ino #126) of dir ino #80 appears to be a hard link
03:07:35SammyChild dir "lib" (ino #81) of dir ino #80 appears to be a hard link
03:07:36SammyChild dir "sbin" (ino #128) of dir ino #80 appears to be a hard link
03:07:37SammyChild dir "share" (ino #84) of dir ino #80 appears to be a hard link
04:42:00Russ was last seen on #blob 1 hours, 49 minutes and 40 seconds ago, saying: yah [Mon Nov 26 02:52:20 2001]
04:42:00Sammyibot: seen Russ ?
04:42:26SammyRuss: you have some free time ?
05:36:28asamihello
06:07:34RussSammy: looks like your fs is br0ked
06:07:42RussSammy: what is your rootfs?
06:09:50asami_If I have a IQ80310, what tool should I need to get blob into flash?
06:12:15asami_Russ: can I use jflash?
06:17:57Russisn't that an xscale?
06:20:18asami_Russ: Yes. oh, if I use a board that based on SA1110, I can use jflash, right?
06:20:52Russyah, you might need some modification for your flash layout/type/jtag chain
06:21:27asami_Russ: I see, thanks
06:30:25asami_Russ: in src/blob/assabet.c, do you tell me why define assabet_init_bcr()? thanks
07:05:41Russdo you have an assabet?
07:09:48Sammyno
07:10:27Sammyand my rootfs use jffs2 (lart-jffs2-1.0)
07:11:07Sammybut assabet is OK for me , I also need it config to make my board run ...
07:11:39Sammybecause Russ , have any idea about that error massage?
07:12:38Sammyand now it's get more worse hang on "RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize" ...
07:13:07SammyRuss: see this?
07:14:50Russwhat kernel version?
07:15:05SammyRuss: 2.4.9 ac10 rmk3
07:15:37Sammylike you say before, I always use this until now...
07:15:51Russ?
07:16:19SammyAmm,,,you can image that I have assabet ,
07:17:11asami_Sammy: "Imaging" you have an assabet?
07:17:13Sammyand what's the magic config to let the kernel pass through the rootfs ?
07:19:27Sammyis this the MTD problem or what ?
07:19:38SammyRuss: any idea ?
07:20:44Sammyor in the menuconfig I should and forget to choose something ?
07:21:23SammyRuss: give me some hint to try ...
07:21:49Russroot=
07:22:32Russdoes lart-jffs2-1.0 fit in your flash layout?
07:23:16Sammyroot=/dev/mtdblock2 right ?
07:23:25Russsounds right
07:24:57Sammyand flash layout ? is that different in lart and puppy ?
07:25:10Russis the mtd2 partition the same size?
07:25:25Russis it big enough for the image?
07:25:30Russis the erase size the same
07:26:11Sammy~o if don't then it's would't run ?
07:26:36Russif its not big enough, or if its the wrong erase size, you will have problems
07:28:17Sammyif it hang in RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize ?
07:28:39Russyou are hanging *after* that
07:29:05Sammyyeap..
07:29:54Sammyand as I know in LART next line will run MTD driver ...
07:30:33Russwhat did you change?
07:30:59Sammypatch the new MTD
07:31:14Sammyand remake again...
07:33:43SammyRuss: where to change mtd2 partition size ?
07:33:59Russwhat is the size of mtd2 on puppy?
07:34:34Russits offset and size should match in blob and in the kernel
07:36:01Sammy~0 Russ, I don't know how to see the mtd2 size ?
07:36:10Sammycan you show me ?
07:39:01Russlinux/drivers/mtd/maps/sa1100-flash.c
07:39:09Russwhich should match with what blob thinks
07:40:41Sammyshould I need to change puppy.c to match that ?
07:41:38Russpuppy.c in blob?
07:41:56Sammynot yet , but soon : )
07:44:41Russfor a jffs2 file system to work right
07:44:54Russ(1) blob and the kernel need to think the partition is the same size
07:45:04Russ(2) the jffs2 image must fit in the partition
07:45:26Russ(3) the erase size specified when making the image must match your erase size
07:46:39Sammy(1)and(2) ok ,
07:47:03Sammymost of time I always stuck at (3) ...
07:48:46Russsee if they match is lart.c and assabet.c then
07:48:58Russ(assuming the assabet flash layout is the same as in your board)
07:49:16Russand it looks to me like the assabet erase block size is double that of lart
07:53:28SammyRuss: where to choose the erase block size ?
08:05:38Russmkfs.jffs2
08:07:11SammyOh.My god how to get mkfs.jffs2 help ?
08:07:49SammyI always make jffs2 use -d and -o command ...
11:39:37seletzhi.
11:41:49Sammyhello seletz :)
12:12:06Sammylater ...
13:37:21skandaseletz: Hi
13:37:32skandaI have a problem in my blob
13:38:21skandaeverytime I add something to blob for it to print, it gives me an
13:38:23skanda Error: invalid constant (4cc) after fixup
13:38:35skandaany idea, why this is happenning
16:07:22seletzBZFlag: hi!
16:13:03prpplaguehowdy seletz
16:16:16seletzhi ya!
16:17:07seletzworking on implementing a pcmcia api into blob based on brad parkers boot-from-pcmcia/cf-ide code ...
16:17:21prpplaguecool
16:17:33seletzwell, i need it :^/
16:17:38prpplagueis still working on understanding the pcmcia basics
16:17:46seletztoo :)
16:18:10seletztrying to implement something is a great way to learn, IMHO.
16:20:14prpplaguei agree
18:16:08Roughneckanyone alive?
18:52:35Russ|werkyes Roughneck?

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with infobot logs, split per channel and by date, etc.