IRC Logs

31. 08 2011

2011 8
Mo Tu We Th Fr Sa So
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        
[00:45:47] *** azend_ has quit IRC
[00:51:40] *** azend has joined #zipit
[01:59:16] *** azend has quit IRC
[01:59:32] *** azend has joined #zipit
[02:25:24] *** wejp has joined #zipit
[02:47:23] *** wejp has quit IRC
[03:06:25] *** wejp has joined #zipit
[03:15:27] *** projectgus has quit IRC
[05:00:25] *** projectgus has joined #zipit
[05:23:34] *** anarsoul has joined #zipit
[05:30:57] *** SB-Zipit` has joined #zipit
[05:30:58] *** SB-Zipit has quit IRC
[05:32:49] *** SB-Zipit` is now known as SB-Zipit
[06:16:57] *** NeonLicht has quit IRC
[06:18:59] *** NeonLicht has joined #zipit
[09:04:40] *** wejp has quit IRC
[09:05:26] *** wej has joined #zipit
[09:06:51] *** doug__ has joined #zipit
[09:24:59] *** projectgus has quit IRC
[09:25:10] *** projectgus has joined #zipit
[09:41:49] *** projectgus has quit IRC
[10:21:52] *** CNook5150 has joined #zipit
[10:38:21] *** CNook5150 has quit IRC
[10:38:24] *** AndChat| has joined #zipit
[10:56:49] *** muriani has quit IRC
[11:01:52] *** iggykoopa has quit IRC
[11:18:43] *** wej has quit IRC
[11:19:26] *** wejp has joined #zipit
[11:23:05] *** deeice has joined #zipit
[11:49:19] *** fiftyonefifty has joined #zipit
[11:55:47] *** AndChat| has quit IRC
[11:59:40] <deeice> I did a quick test with an ext2 fs on mtdblock3 of the rescue image. http://pastebin.com/8eDVPE1K
[12:02:01] <deeice> It seems to work ok. Any chance we could get an update of flashstock and the initramfs that might automount /dev/mtdblock3 and run say a z2script.sh if it's there?
[12:03:42] <deeice> That way we could put a few scripts there and have the SD card mounted for data only (No OS).
[12:05:22] <anarsoul> ext2 is not a best choice
[12:05:22] <deeice> I think it'd be cool to keep a factory FAT formated SD card in the zipit and run a targeted app off it via a script in mtdblock3.
[12:05:26] <anarsoul> try jffs2 or yaffs
[12:05:54] <deeice> I agree, but ext2 is in the flashstock kernel.
[12:06:40] <anarsoul> deeice: afaik stock app is on jffs2
[12:07:07] <deeice> This is Mozzwald's rescue kernel with an initramfs
[12:07:46] <deeice> flashstock loads it as a rescue image when it converts to uboot.
[12:08:13] *** anarsoul has quit IRC
[12:08:40] <deeice> I think it has a lot of potential, with a few tiny tweaks to the initramfs and/or the kernel.
[12:10:44] *** rkdavis has left #zipit
[12:24:56] *** rkdavis has joined #zipit
[12:38:56] *** iggykoopa has joined #zipit
[13:07:41] *** ssieb has quit IRC
[13:15:31] *** ssieb has joined #zipit
[13:44:29] *** ssieb has quit IRC
[13:47:47] *** aaket504 has quit IRC
[13:51:04] *** ssieb has joined #zipit
[13:55:35] *** aaket504 has joined #zipit
[14:15:55] *** ssieb has quit IRC
[14:24:48] *** ssieb has joined #zipit
[14:40:26] *** GPSFan has joined #zipit
[14:43:30] *** ssieb has quit IRC
[14:49:59] *** ssieb has joined #zipit
[15:06:28] <aaket504> Hi mozzwald, I just wanted to thank you again for the kernel. I figured out how to get uboot to boot off of ext4. You have to create a ext2 fs and then convert it to ext4 and it boots perfectly.
[15:09:00] <enildeR> did anyone confirm if those softdots from mouser work? I just ordered some.
[15:13:46] <mozzwald> deeice: I made a new initramfs kernel if you want to test. it's too big for flash (need to remove some uneeded stuff) but you can boot it from an sd card. http://mozzwald.com/zipit/initramfs/uImage-initramfs_test
[15:14:42] <mozzwald> deeice: it tries to mount mtdblock3 to /mnt/mtdblock3 then run /mnt/mtdblock3/z2script.sh if it exists
[15:15:20] <mozzwald> aaket504: awesome. glad you got it working
[15:15:43] <mozzwald> enildeR: I'm not aware of anyone trying them yet
[15:20:11] <deeice> mozzwald: How do I put that on the SD card? dd?
[15:20:54] <mozzwald> deeice: no, just replace /boot/uImage on a card with it.
[15:22:20] <deeice> oh, ok. That sounds easy. I can put that on a z2lite card?
[15:22:28] <mozzwald> should work
[15:26:10] *** wejp has quit IRC
[15:30:59] *** anarsoul has joined #zipit
[15:44:16] *** muriani has joined #zipit
[15:46:40] *** deeice has quit IRC
[16:42:27] *** deeice has joined #zipit
[16:44:37] <deeice> mozwald: That worked. I like it! Now the MAC can stay on the zipit, not on the SD card, just like on IZ2S.
[16:45:11] <mozzwald> deeice: awesome. you using jffs for partition?
[16:45:54] <deeice> No, will that work with this kernel? The ext2 seems to only let me write once, then it's stuck on subsequent boots.
[16:46:34] <mozzwald> jffs is in the kernel, yes
[16:48:33] <deeice> ok. I'll try it. What does "nodev" mean in "cat /proc/filesystems"? I thought maybe it meant no driver...
[16:48:51] <mozzwald> i dunno
[16:50:46] *** ssieb has quit IRC
[16:51:36] <deeice> Hmm, from the net... "nodev" string in the first column means that filesystem does not require a block device to be mounted, it's so called virtual filesystem.
[16:51:41] <deeice> I guess that's ok.
[16:52:47] <deeice> gotta read up if there's any special tricks for jffs2 in 128K.
[16:56:04] <anarsoul> deeice: it means no device
[16:56:11] <anarsoul> for example, for proc filesystem
[16:56:16] <anarsoul> or for sysfs
[16:56:38] <anarsoul> oh, you already found an answer :)
[16:57:14] <deeice> But why would jffs2 be listed as nodev? Seems like it should need a device.
[16:57:55] <anarsoul> it needs mtd block device, not a generic block device
[16:58:29] <anarsoul> you can't mount jffs2 on loop or on usb flash
[16:59:43] <deeice> That's ok. so, whats the command to make a jffs2 filesystem? It's been a while since I did that.
[17:13:42] <deeice> Looks like mkfs.ext2 is a link to busybox, but there's no mkfs.jffs2. Oh well, this could be a bit more work.
[17:14:57] <deeice> I suppose if mkfs.jffs2 doesn't fit in the rescue busybox then it could be added to the flashstock...
[17:16:29] <deeice> Maybe an option in Flashstock 0.1.3 to format mtdblock3 as jffs2, mount it and add a script to set the MAC address...
[17:19:30] <mozzwald> deeice: does iz2s have mkfs.jffs2 ?
[17:21:05] <deeice> I don't know. I guess I'll boot it and see...
[17:23:39] <deeice> Looks like IZ2S has mkfs.minix and mkfs.vfat.
[17:25:25] <deeice> I suppose I could try to build it for IZ2S.
[17:26:24] <anarsoul> deeice: mkfs.jffs2 is in mtd-utils
[17:26:51] <anarsoul> but you can just erase whole partition and then mount it as jffs2
[17:29:14] <deeice> Yeah, Now that sounds familiar. Can I erase it with dd? I sorta rember using "eraseall" or something like that.
[17:31:23] <deeice> Or should I erase it from uboot?
[17:41:45] *** deeice has quit IRC
[18:09:16] *** Marex has quit IRC
[18:09:21] *** Marex has joined #zipit
[18:26:10] *** deeice has joined #zipit
[18:28:15] <deeice> If jffs2 is "nodev" and "doesn't require a block device", does that mean I mount it on /dev/mdt3 instead of /dev/mtdblock3 ?
[18:37:12] *** fiftyonefifty has quit IRC
[18:44:37] *** fiftyonefifty has joined #zipit
[18:50:46] *** LokiChaos has quit IRC
[18:55:03] *** LokiChaos has joined #zipit
[19:23:09] *** projectgus has joined #zipit
[19:38:12] *** smartasstronaut has quit IRC
[19:44:30] *** smartasstronaut has joined #zipit
[19:44:31] *** smartasstronaut has joined #zipit
[20:36:28] *** smartasstronaut has quit IRC
[21:12:41] *** ssieb has joined #zipit
[21:28:07] *** anarsoul has quit IRC
[21:40:29] *** anarsoul has joined #zipit
[21:50:01] *** jmichaelx has joined #zipit
[22:26:54] *** CNook5150 has joined #zipit
[22:29:19] *** LokiChaos has quit IRC
[22:29:53] *** LokiChaos has joined #zipit
[22:38:21] <ang> ssieb, i did manage to get one for $99
[22:56:04] *** smartasstronaut has joined #zipit
[23:00:41] <ssieb> ang: O_O how??
[23:01:14] <ang> i was one of the lucky ones that actually received one from onsale.com via amazon
[23:06:54] <ang> and also probably because I only ordered one and not 10 like those looking to make a quick buck by reselling them
[23:11:23] *** GPSFan has quit IRC
[23:13:04] *** CNook5150 has quit IRC
[23:22:50] *** CNook5150 has joined #zipit
[23:43:24] <jmichaelx> talking about the touchpads?
[23:44:50] <jmichaelx> i also got one... was at an office depot 10 minutes before it opened, turned out they had none left, but they ordered one for me (which i was sure would wind up not working), and received the 16GB version 4 or 5 days later
[23:47:48] *** ssieb has quit IRC
[23:48:26] *** ssieb has joined #zipit
[23:51:47] <ang> jmichaelx, yeah
[23:52:16] <ang> i got it for my wife, but it's still in the box :)
[23:53:16] <ang> how do you like it so far? worth the $99?
[23:56:24] <jmichaelx> ang: at office depot, people actually had to pay $129 for the 16GB models, but i like mine a lot. i'd had no intentions of buying a tablet, but with such a cheap price and learning that a chrooted debian/ubuntu could be installed, i decided to try to find one
[23:57:20] <jmichaelx> (i have not yet done any chroot installation. hopefully soon, though)
[23:59:41] *** ssieb has quit IRC