On Tuesday 01 June 2010 01:42:21 Tiago Bortoletto Vaz wrote:

> Thanks for this new version. Is there any relevant change into Debian
> chroot? Could I update my v22 just replacing /opt and /lib/modules,
> and so pushing uImage-v24.bin?

Yes it should be possible, not so much has changed:

        1/ Make sure you to have following lines in /etc/modules:

g_ether
ppp_generic

        2/ Add udev rule for automatic hcid restarting:

cat > /etc/udev/rules.d/50-qtmoko.rules << __END__
# Samsung UARTS
KERNEL=="s3c2410_serial[0-9]",   NAME="ttySAC%n"

# Fix bluetooth after resume
KERNEL=="hci0", SUBSYSTEM=="bluetooth", ACTION=="add", \\
        RUN+="/opt/qtmoko/bin/btfix.sh"
__END__

        3/ Remove the line with sd_max_clk in /etc/init.d/qpe.sh

        4/ Extract new /opt 

        5/ Extract new /lib/modules/ and replace/reflash kernel.

        6/ Disable logging. Either from GUI in Settings->Logging or from 
command 
line:

update-rc.d -f klogd remove
update-rc.d -f sysklogd remove


Regards

Radek

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

Reply via email to