#touchbook IRC Log

Index

IRC Log for 2010-06-26

Timestamps are in GMT/BST.

[0:15] * MMlosh (~MMlosh@2001:470:1f0b:b78:3488:c1f7:f6c9:4ee) has joined #touchbook
[1:07] * Matthias_ (~Matthias@kemp-5d8618b3.pool.mediaWays.net) has joined #touchbook
[1:17] * Martix_ (~Martix_@gw-unart.inext.cz) has joined #touchbook
[1:17] * Martix (~Martix@gw-unart.inext.cz) has joined #touchbook
[3:11] * peksha (~peksha@145.86.broadband10.iol.cz) Quit (Quit: Leaving.)
[3:19] * mammique (~mammique@ip-204.net-89-3-212.rev.numericable.fr) has joined #touchbook
[3:29] * DrIDK (~schutz@2a01:e35:2436:3590:222:15ff:fecb:d802) has joined #touchbook
[3:36] * Matthias_ (~Matthias@kemp-5d8618b3.pool.mediaWays.net) Quit (Ping timeout: 258 seconds)
[4:06] * edt (~Ed@cl-117.bos-01.us.sixxs.net) Quit (Ping timeout: 260 seconds)
[4:07] * Matthias_ (~Matthias@kemp-5d8618b3.pool.mediaWays.net) has joined #touchbook
[4:31] * MMlosh (~MMlosh@2001:470:1f0b:b78:3488:c1f7:f6c9:4ee) Quit (Quit: Bye...)
[4:38] * edt (~Ed@cl-117.bos-01.us.sixxs.net) has joined #touchbook
[5:15] * Noume (~Noone@g224178220.adsl.alicedsl.de) Quit (*.net *.split)
[5:15] * leinir (~leinir@amarok/usability/leinir) Quit (*.net *.split)
[5:15] * karasz (~karasz@shell.opensde.net) Quit (*.net *.split)
[5:20] * edt (~Ed@cl-117.bos-01.us.sixxs.net) Quit (Remote host closed the connection)
[5:21] * Noume (~Noone@g224178220.adsl.alicedsl.de) has joined #touchbook
[5:21] * leinir (~leinir@amarok/usability/leinir) has joined #touchbook
[5:21] * karasz (~karasz@shell.opensde.net) has joined #touchbook
[5:22] * dpb_ (dpb@unaffiliated/dpb) has joined #touchbook
[5:23] * dpb (dpb@unaffiliated/dpb) Quit (Ping timeout: 248 seconds)
[5:26] * edt (~Ed@cl-117.bos-01.us.sixxs.net) has joined #touchbook
[5:30] * JaMa (~martin@161-24.13.24.78.awnet.cz) has joined #touchbook
[5:46] * geep (~JoeBelow@bas21-toronto12-1242558537.dsl.bell.ca) has joined #touchbook
[6:14] * amacgregor (~amacgregp@CPE00222d5061ee-CM00222d5061ea.cpe.net.cable.rogers.com) has joined #touchbook
[6:24] * JaMa (~martin@161-24.13.24.78.awnet.cz) Quit (Read error: Connection reset by peer)
[6:25] * JaMa (~martin@161-24.13.24.78.awnet.cz) has joined #touchbook
[6:36] * JaMa (~martin@161-24.13.24.78.awnet.cz) Quit (Read error: Connection reset by peer)
[6:36] * JaMa (~martin@161-24.13.24.78.awnet.cz) has joined #touchbook
[6:39] * JaMa (~martin@161-24.13.24.78.awnet.cz) Quit (Read error: Connection reset by peer)
[6:41] * JaMa (~martin@161-24.13.24.78.awnet.cz) has joined #touchbook
[7:12] * JaMa (~martin@161-24.13.24.78.awnet.cz) Quit (Read error: Connection reset by peer)
[7:12] * JaMa (~martin@161-24.13.24.78.awnet.cz) has joined #touchbook
[7:14] * JaMa is now known as JaMa|Away
[7:46] * _ant_ (~ant@95-25-129-130.broadband.corbina.ru) has joined #touchbook
[8:02] * Matthias_ (~Matthias@kemp-5d8618b3.pool.mediaWays.net) Quit (Ping timeout: 258 seconds)
[8:02] * Matthias_ (~Matthias@kemp-5d8618b3.pool.mediaWays.net) has joined #touchbook
[8:41] * alextisserant (~alextisse@c-76-21-41-103.hsd1.ca.comcast.net) has joined #touchbook
[8:48] <tommd> gregoiregentil: I'm having an issue where _something_ isn't being included in the kernel. "bitbake linux-omap-psp" builds a 2.7MB uImage that won't boot. I know I've had this problem before, but don't know what's changed in the development to cause it again. How do I build the uImage correctly?
[8:48] <gregoiregentil> first, I have removed the initramfs by default
[8:48] <gregoiregentil> and the linux-omap-psp recipe creates a second kernel named uImage2
[8:48] <gregoiregentil> which has the initramfs
[8:49] <tommd> Its still only 2.8MB on my build... hummm
[8:49] <gregoiregentil> secondly, I have reintroduced the very old code in the default kernel (uImage) to mount the squashfs
[8:49] <gregoiregentil> it's normal
[8:49] <tommd> ok
[8:49] <gregoiregentil> without initramfs, it's the size
[8:49] * avacore (nobody@1008ds1-rdo.0.fullrate.dk) Quit (Ping timeout: 260 seconds)
[8:49] <gregoiregentil> if you take a look at uImage2, it's the old 5MB
[8:50] <gregoiregentil> so perhaps you should check the one with initramfs
[8:50] <gregoiregentil> secondly, as mentioned, uImage has the code to auto-mount the squashfs
[8:50] * avacore^ (nobody@1008ds1-rdo.0.fullrate.dk) has joined #touchbook
[8:51] <gregoiregentil> if it can't find the squashfs on the first patition, it falls back to a standard /dev/mmcblk0p2 for the main rootfs
[8:51] <gregoiregentil> the new kernel should at least boots on the old rootfs (and vice versa)
[8:51] <Corsac> so no multiboot in next os version?
[8:51] <Corsac> (hey gregoire)
[8:54] <gregoiregentil> Actually, there is a super-cool hack ;-)
[8:57] * gregoiregentil (~gregoire@c-69-181-223-70.hsd1.ca.comcast.net) Quit (Read error: Operation timed out)
[9:04] * gregoiregentil (~gregoire@c-69-181-223-70.hsd1.ca.comcast.net) has joined #touchbook
[9:05] <gregoiregentil> oops, I have kicked off before explaining my super cool hack
[9:05] <gregoiregentil> if you press the power button a second time during boot, you get the multiboot option
[9:06] <gregoiregentil> it's like when you press F2 on your BIOS PC to get advanced options
[9:06] <gregoiregentil> except here that it's workign with button and touchscreen as it's supposed to work in tablet only
[9:13] <Corsac> :)
[9:13] <Corsac> that's a nice hack
[9:14] <Corsac> (hope it's not too dirty on the backside, but on the front side it looks nice)
[10:08] * MMlosh (~MMlosh@2001:470:1f0b:b78:59be:fec:afac:e3e) has joined #touchbook
[10:30] * JaMa|Away is now known as JaMa
[10:35] * gxben (~gxben@plo67-1-88-177-29-32.fbx.proxad.net) has joined #touchbook
[11:01] * Noume (~Noone@g224178220.adsl.alicedsl.de) Quit (Ping timeout: 240 seconds)
[11:04] * Noume (~Noone@g224178220.adsl.alicedsl.de) has joined #touchbook
[11:35] * gregoiregentil (~gregoire@c-69-181-223-70.hsd1.ca.comcast.net) Quit (Quit: Leaving.)
[11:38] * t_s_o (~tso@183.84-49-135.nextgentel.com) Quit (Remote host closed the connection)
[11:40] * tommd (~Thomas_Du@65-102-52-93.ptld.qwest.net) Quit (Quit: Leaving.)
[11:41] * tommd (~Thomas_Du@65-102-52-93.ptld.qwest.net) has joined #touchbook
[11:45] * _ant_ (~ant@95-25-129-130.broadband.corbina.ru) Quit (Ping timeout: 240 seconds)
[12:12] * _ant_ (~ant@95-25-129-130.broadband.corbina.ru) has joined #touchbook
[12:29] * _ant_ (~ant@95-25-129-130.broadband.corbina.ru) Quit (Ping timeout: 248 seconds)
[12:41] * _ant_ (~ant@95-25-129-130.broadband.corbina.ru) has joined #touchbook
[12:48] * tommd (~Thomas_Du@65-102-52-93.ptld.qwest.net) Quit (Ping timeout: 265 seconds)
[13:03] * tommd (~Thomas_Du@65-102-52-93.ptld.qwest.net) has joined #touchbook
[13:14] * gxben (~gxben@plo67-1-88-177-29-32.fbx.proxad.net) Quit (Quit: Ex-Chat)
[13:33] * _ant_ (~ant@95-25-129-130.broadband.corbina.ru) has left #touchbook
[13:38] * Noume (~Noone@g224178220.adsl.alicedsl.de) Quit (Quit: Ex-Chat)
[13:50] * t_s_o (~tso@183.84-49-135.nextgentel.com) has joined #touchbook
[13:51] * gregoiregentil (~gregoire@c-69-181-223-70.hsd1.ca.comcast.net) has joined #touchbook
[14:00] * Matthias_ (~Matthias@kemp-5d8618b3.pool.mediaWays.net) Quit (Remote host closed the connection)
[14:14] * MMlosh (~MMlosh@2001:470:1f0b:b78:59be:fec:afac:e3e) Quit (Quit: Bye...)
[14:15] * Martix (~Martix@gw-unart.inext.cz) has left #touchbook
[15:04] * t_s_o (~tso@183.84-49-135.nextgentel.com) Quit (Remote host closed the connection)
[15:33] * Gumboot (~gumboot@rev.bovine.muck.net.nz) has joined #touchbook
[15:55] * phcoder (~phcoder@81.62.147.215) has joined #touchbook
[15:55] * Pebby (~pebby@c-98-248-129-187.hsd1.ca.comcast.net) has joined #touchbook
[16:19] * DrIDK (~schutz@2a01:e35:2436:3590:222:15ff:fecb:d802) Quit (Remote host closed the connection)
[17:21] * Kero (~kero@d74199.upc-d.chello.nl) Quit (Read error: Connection reset by peer)
[17:22] * Kero (~kero@d74199.upc-d.chello.nl) has joined #touchbook
[18:43] * Martix_ (~Martix_@gw-unart.inext.cz) Quit (Ping timeout: 258 seconds)
[19:22] * phcoder (~phcoder@81.62.147.215) Quit (Quit: Leaving.)
[22:20] * MMlosh (~MMlosh@2001:470:1f0b:b78:79ba:8951:c0d3:4d56) has joined #touchbook
[23:09] * Matthias_ (~Matthias@kemp-5d8617dc.pool.mediaWays.net) has joined #touchbook
[23:17] * MMlosh (~MMlosh@2001:470:1f0b:b78:79ba:8951:c0d3:4d56) Quit (Quit: Bye...)

These logs were automatically created by TouchBook-LogBot on irc.freenode.net using the Java IRC LogBot.