/srv/irclogs.ubuntu.com/2010/02/15/#ubuntu-arm.txt

koalohi00:55
koaloi tried to build a rootfs for qemu but everytime i get a Kernel panic - not syncing: Attempted to kill init!00:59
persiaHow are you trying to build the rootfs?01:02
koalolike in https://wiki.ubuntu.com/ARM/RootfsFromScratch01:03
koalosudo rootstock --fqdn ubuntu --login ubuntu --password ubuntu01:04
koaloand then mkdir /tmp/arm01:05
koalosudo mount -o loop /tmp/arm.img /tmp/arm01:05
koalocd /tmp/arm01:05
koalosudo tar xzvf ../qemu-arm-rootfs.tgz01:05
koalocd ..01:05
koalosudo umount /tmp/arm01:05
koalorm /tmp/arm01:05
koaloqemu with01:06
koalosudo qemu-system-arm -M versatilepb -kernel /tmp/vmlinuz-2.6.28-versatile -cpu arm926 -hda /tmp/arm.img -m 256M -append "root=/dev/sda mem=256M"01:06
persiaThat certainly looks right.01:08
* persia tries01:08
koalooh and qemu-img create arm.img 1G01:11
koalosudo mkfs.ext2 -F arm.img01:11
persiaI seem to be bumping into a bug that prevents rootstock from running at all today.  Sorry.01:11
persiaSomeone else may have to help.01:11
koalothanks anyway!01:13
koalothe rootfs from http://people.canonical.com/~ogra/arm/qemu/qemu-arm-rootfs.tgz works....01:22
koaloi give up for today01:35
koalobye01:35
DanaGinteresting... bootchart doesn't do anything on arm.06:30
DanaGNor does ureadahead.06:33
DanaGProbably doesn't need to do anything, though.06:33
Martynwait, ureadahead should work!06:50
Martynit should be prepopulating the cache06:50
MartynDid we forget to add the patch into the arm branch of the kernel?06:51
DanaGThen again, my ureadahead doesn't work on my host amd64 system, either... terminates with status 4.06:56
DanaG=รพ06:56
DanaGSo maybe I'm just unlucky.06:56
DanaGhmm, /var/lib/ureadahead/ has just debugfs; no "pack".06:56
DanaGAlso, my thing isn't using an initramfs, and update-initramfs does nothing.06:56
DanaGhttp://pastebin.com/fc125c1406:58
DanaGthat is:   bash -x `which update-initramfs` -u -k all06:59
MartynYeah, I'm only just starting to work with initramfs/initrd for arm server07:00
Martynit will be a while before I walk the entire chain07:00
DanaGPlus, initramfs needs u-boot to know what to do with it, also.07:01
DanaGAs it is, the kernel has to come from elsewhere -- I went here: http://rcn-ee.net/deb/kernel/beagle/07:01
DanaGAre there any plans to have standard in-repo kernels for various boards?07:07
Martynno07:10
Martynat least, from what I saw, only the supported processors on their test platforms for now07:10
MartynMarvell Dove07:10
Martynetc07:10
Martynetc07:10
=== jitesh_afk is now known as jiteshs
=== Meizirkki_ is now known as Meizirkki
ogradoes anyone have additional ideas what should be on the rootstock gui for its first iteration ? http://people.canonical.com/~ogra/rootstock-gui.png13:01
ograasac, ^^^ ?13:01
asacogra: make the image size typable ;)13:01
ograpfft13:01
asacogra: whats the "run tasksel" button13:02
ograwell, beyond that, any options you would like to see ?13:02
asacif you click there it instantly runs tasksel?13:02
ograit fires up the tasksel gui13:02
asacso right when clicking?13:02
ograhttp://people.canonical.com/~ogra/rootstock-tasksel.png13:03
ograits a separate window13:03
asack13:03
ograasac, http://people.canonical.com/~ogra/rootstock-gui.png more happy with that ?14:45
asacogra: can one type14:46
ogra(the file menu has a save profile/load profile as well)14:46
ograindeed14:46
ograwell, you will, thats all mockup atm14:46
asacogra: seed url doesnt work?15:04
ograno, thats not in the script yet either15:04
asackk15:04
ograsomething for L+115:04
asacimage size -> implies we create a real image now?15:05
ograno, should i call it rootfs size rather ?15:05
asacrootfs max size15:05
asac?15:05
asacwhy do we need that? cant we do an estimate?15:05
ograits one point i would even like to automate, but that smells like a huge amount of code to compute it in advance15:06
asacguess not ;)15:06
asacright15:06
ograalso L+1 :)15:06
asacbut cant we say: 4GB by default?15:06
ograno, people that do ubuntu-minimal will only neeed 500MB15:06
asacbut that space isnt wasted15:06
ograi dont want to waste more diskspace than needed15:06
asacits just temporary right=15:06
asac?15:07
ograits used during build15:07
asacright15:07
ograso your host definately needs that amount15:07
asacwe can take as much as the file system has ;)15:07
ograno, that would strictly bind to the filesystem15:07
asacrun a check before build if /tmp partition has more than 4GB ... if so acquire it, other pop up a dialog and ask user to select a smaller guess ;)15:07
ograi want to preserve the funstionallity that you can use the script without a FS15:07
asacwithout a fS?15:08
asacFS?15:08
ograwithout a target partition15:08
asachow can a rootfs work without a filesystem?15:08
ograthe script should still go on to produce tarballs15:08
asaci dont think i understand you. keep the option ;)15:08
ograas well as the gui ...15:08
asaci know15:08
ograonly if you fill in the bottom option to write to target partition we actually have a size15:09
asaci am saying. if your local /tmp partition has more than 4GB size, use that as image size15:09
asacotherwise ask :)15:09
asacbut i see that its not accurate15:09
asacmaybe "grow-on-demand"?15:09
asacguess thats harder15:09
ograyes, thats quite hard the stages are to disconnected15:10
ograi would go with a hard 4G for the gui ...15:10
ogragiven that when you run the gui you really should make sure to have enough build space15:11
asacanyway. i think we should set the image size to a reasonable default and move it from the top15:11
asaci think i just care so much because i would expect the top most option to be quite important15:11
ograthe prob is what happens if a user is insane enough to pick kubuntu-debsktop, ubuntu-dekstop, xubuntu-desktop at the same time15:11
asacright15:11
asaclets move it down15:11
asacand use a reasonable default (e.g. 4 or 2 GB)15:12
ogra4 then15:12
ograthats definately safe for most operations15:12
asacalso name it (build space) or something15:12
ograwith a minimal size coded in the spinbutton15:12
ograi.e. 0.5 G15:12
asaci dont care about minimal size ;)15:13
ograwell, the actual build space is a bit more than the image size15:13
asacdoesnt matter ;) ... name it: rootfs build area15:13
ogra(kernel Packages file etc... but that should be in the megabytes15:13
ograok15:13
asacwhat is in datei ?15:14
asacin the menu?15:14
ograload profile/save profile and quit15:14
asacok15:15
ograto load/save the set of options you picked15:15
ograasac, reload :)15:28
asacogra: good ... maybe in (TEMP) in brackets15:31
asac;)15:31
asacbut its ok15:31
ograyeah, thats easy to add when i code that stuff ... its currently all glade to get a grasp of the layout i want15:32
ografor mockups there is nothing better than glade :)15:33
asacoh wasnt there the idea to also allow adding .deb files?15:33
ograyes, thats for later though15:34
asack15:34
asaconly one additional mirror?15:34
asacor a list of?15:34
ograone for now15:35
ograthe mirror stuff can definately need some extra love later (i'll turn that into post FF bugs) currently it needs to be a properly set up ubuntu archive15:37
ograi'd like to make it handle PPAs as well but that needs some extra gpg fiddling in the code thats not there yet15:37
asaci think its ok ;)15:47
asacjust wondered if a syntax like in pbuilder is allowed15:47
asacthat allows you to specify more than one mirror in one line iirc15:48
ograwell, that can surely be added... just a check for comma in the argument and split accordingly15:49
ograheh, i just wanted to point jamie to commanet #3 on http://ograblog.wordpress.com/2010/02/15/the-shiniest-and-fastest-arms-ever-in-ubuntu/15:49
ograi guess he knows why he just disconnected :P15:49
dmartHi guys, can you remember who was looking at the Thumb-2 issues in gmp?  Was it dyfet?16:36
* ogra thinks so16:36
ograbut you might not catch him today (national holiday in the US)16:37
looldmart: According to https://bugs.launchpad.net/bugs/513732 he was assigned shortly16:40
ubot4Launchpad bug 513732 in gmp (Ubuntu Lucid) (and 1 other project) "[arm] needs porting to thumb2 (affects: 1)" [High,Triaged]16:40
dmartthanks16:41
* jmc93739653 finds himself in the role of a sterotypical American, as he didn't know it _was_ a holiday in the US today.16:48
Martynbank holiday though16:50
Martynmost businesses are open16:50

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!