On Fri, Jul 9, 2010 at 11:50 PM, Till Harbaum / Lists <[email protected]> wrote: > Hi, > > Am Donnerstag 08 Juli 2010 schrieb William Mills: >> This is an excellent page! Much better than the piece meal stuff we had >> before. > Thanks. Hopefully somebody will make use of it.
Hi, Today is my first day @Meego, so my questions may sound stupid.. though I have worked on Beagleboard/Openembedded before. I'm facing some issues while building Beagleboard rootfs image. I'm following the instructions on this page: http://wiki.meego.com/ARM/Meego_on_Beagleboard_from_scratch Am I suppose to set-up and run those instructions in a Scratchbox like environment? If answer is "yes" then that is the cause of my problem because I have not set-up any such environment. If answer is "no" then here is my set-up: I'm running Ubuntu-9.10 on my host machine. I have installed the necessary packages as mentioned here: http://wiki.meego.com/Image_Creation#Requirements and running the latest development version of mic-image-creator from here: http://wiki.meego.com/Image_Creation#From_Development_Git_Tree After all this set-up, I decided to give it a shot but I got the following error: ------------------------------------------------------------------ $ sudo mic-image-creator --run-mode=0 --cache=mycachedir --format=fs --arch=armv7l --config=../meego-handset-armv7l-beagle-1.0.80.8.20100630.ks [main] use_comps=1 default_ks=default.ks cachedir=/var/tmp/cache distro_name=MeeGo image_format=livecd tmpdir=/var/tmp outdir=. Run mode: legacy Geting repomd.xml from repo handset... Getting primary.sqlite from repo handset... Getting patterns repodata/77c704dfd2ab7342491f74496c6c92c7d4fa07f0e7caa3c217c7a2c559e63374-patterns.xml.gz from repo handset... Getting comps repodata/87659030459ca748c117946801759b1e912033be1478c6584633f1621a8f588f-comps.xml.gz from repo handset... Geting repomd.xml from repo MeeGo-Trunk... Getting primary.sqlite from repo MeeGo-Trunk... Getting patterns repodata/faeb6b4db83441a1a80a162a29198bc39594f5bc937f2436b4752adbe77e5ad3-patterns.xml.gz from repo MeeGo-Trunk... [u'armv7l'] MeeGo release 1.0.80 Target arch: armv7l Traceback (most recent call last): File "/usr/bin/mic-image-creator", line 806, in <module> ret = main() File "/usr/bin/mic-image-creator", line 753, in main creator.install() File "/usr/lib/python2.6/dist-packages/mic/imgcreate/creator.py", line 746, in install ayum = LiveCDYum(self._recording_pkgs, target_arch = self.target_arch) File "/usr/lib/python2.6/dist-packages/mic/imgcreate/yuminst.py", line 50, in __init__ self.arch.setup_arch(target_arch) AttributeError: 'LiveCDYum' object has no attribute 'arch' ------------------------------------------------------------------ Kindly let me know what am I doing wrong here. Thanks for your concern. regards, Amit Pundir > >> Till: You also seem to be running on 10.04. Do you see the following >> error after the mic-image-creator step: > Yes, i have also been ignoring it. But now that you mention it i remember that > i wanted to add this to the wiki page, so people following my instructions > don't > get irritated by this. > > Is the new beagleboard available in germany already? The 128MB RAM of the > original > one seem to be critical and i'd like to give the new one a test and see > whether > the gui loads faster. > > Till > _______________________________________________ > MeeGo-dev mailing list > [email protected] > http://lists.meego.com/listinfo/meego-dev > _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
