On Wed, Sep 17, 2008 at 8:15 PM, Javi Roman <[EMAIL PROTECTED]> wrote: > On Wed, Sep 17, 2008 at 7:53 PM, Javi Roman <[EMAIL PROTECTED]> wrote: >> Hello. >> >> I'm trying to build mamona OE distro from scratch according to >> instructions given in wiki/Releases/0.2/PlatformDeveloper. >> The following steps worked fine: >> >> 1. mamona-platform-install install >> 2. source mamonarc -m nokia810 -s >> 3. bitbake meta-mamona >> 4. mamona-gen-utils repository >> >> Neverthelees, I'm getting this error in rootfs population: >> >> 5. mamona-gen-utils rootfs >> >> [sudo] password for jroman: >> E: No such script: /usr/share/debootstrap/scripts/mamona >> rootfs has been generated: >> /home/jroman/HACK/OE_N810/mamona/tmp/master/nokia810/deploy/mamona-rootfs >> >> (I guess mamona-installer_0.1.tar.gz was well installed) >> >> What can I do? >> > > Oops, I forgot setting up mamona-qemu-arm properly, I suppose is an > obligatory step before "mamona-gen-utils rootfs" command. > > Anyway I have got a new error: > > $ sudo mamona-cputransp start > > /usr/local/lib/mamona-installer/mamona-stdcheck: line 57: > /proc/sys/fs/binfmt_misc/register: No such file or directory > ERROR: Could not register /proc/sys/fs/binfmt_misc/mamona-qemu-arm > > I'm sorry for these newbie questions :-) > > -- > Javi Roman >
sudo mount -t binfmt_misc none /proc/sys/fs/binfmt_misc solved the qemu problem but, "mamona-gen-utils rootfs" command raises the same error. Thanks -- Javi Roman _______________________________________________ mamona-devel mailing list [email protected] https://garage.maemo.org/mailman/listinfo/mamona-devel
