Hi all,

I have a few questions:

-1 When i try to start Radek's buildhost i get:
./start.sh: line 2: 371 Real-time signal 0 qemu-system-arm -M versatilepb -kernel vmlinuz-2.6.32-trunk-versatile -initrd initrd.img-2.6.32-trunk-versatile -append "root=/dev/sda1" -hda squeeze.img -redir tcp:22222::22 -m 256
So it stops with Real-time signal 0.

It used to work just fine, but after some upgrades of kvm it now seems unwilling to start.
Has anyone a clue on what is going on?

I can start it with:
strace qemu-system-arm -M versatilepb -kernel vmlinuz-2.6.32-trunk-versatile -initrd initrd.img-2.6.32-trunk-versatile -append "root=/dev/sda1" -hda squeeze.img -redir tcp:22222::22 -m 256
but then it is even slower then usual.

-2 when building a kernel on the buildhost, i get a warning:
drivers/mfd/glamo/glamo-mci.c:445: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~'
Line 445 reads:

        /* if we can't do it, reject as busy */
        if (!readw(host->base + GLAMO_REG_MMC_RB_STAT1) &
             GLAMO_STAT1_MMC_IDLE) {
                host->mrq = NULL;
                cmd->error = -EBUSY;
                mmc_request_done(host->mmc, host->mrq);
                return -EBUSY;
        }

Is this really just cosmetics, or is there a bug in the code?
( i still have data corruption on the SD card every now and then )
this is still the old 2.6.29-rc3-09613-g973a41f-dirty kernel

Kind regards,
Ed




_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to