* Cédric Berger <[EMAIL PROTECTED]> [2008-08-28 20:22 +0200]: > > I have a simple script to do the suspend > > echo 1 > /sys/module/glamo_mci/parameters/sd_idleclk > > dd if=/dev/mmcblk0 of=/dev/null count=1 > > apm -s > (...) > why was the "dd if=/dev/mmcblk0 of=/dev/null count=1" for ? I > didn't do that.... (I had partition table saved to disk before trying > but I think I rebooted after)
In order to use the new value of sd_idleclk you have to access the MMC card. I guess that's what the dd is for. -- MiKael _______________________________________________ support mailing list [email protected] https://lists.openmoko.org/mailman/listinfo/support
