I am trying to get rid of suspend issues that have started to occur after installing OZ 3.5.3 on my SL-5500. Using 64-0 config, with /home and /opt pointing to /media/card/home and /media/card/opt respectively.
Trying to fix:1. Sometimes, Z resumes, but keyboard freezes. Am not able to suspend / shutdown Z. An attempt to do so freezes the PDA.
2. Upon semi-hard reboot (Change battery / Normal Operation), Z comes up, but loses date information. Everything gets reset to Aug 8th 2005, 8 am (or something like that)
Issue Synopsis: Flashing seems to do nothing. The kernel version still remains the same.
Details:Following instructions from
http://openzaurus.org/wordpress/2005/07/27...rnel-on-collie/ Here is the exact set of steps I followed:
add upgrades/collie into ipkg.conf
run ipkg update;ipkg upgrade to get r21 kernel modules installedroot@collie:/media/card/home/root# cat /etc/ipkg.conf
(.... comments sniped ....)
src/gz kernel http://www.openzaurus.org/official/unstable/3.5.3/upgrades/collie/
src/gz machine http://www.openzaurus.org/official/unstable/3.5.3/feed/machine/collie
src/gz upgrades http://openzaurus.org/official/unstable/3.5.3/upgrades/
src/gz base http://openzaurus.org/official/unstable/3.5.3/feed/base/
src/gz libs http://openzaurus.org/official/unstable/3.5.3/feed/libs/
src/gz console http://openzaurus.org/official/unstable/3.5.3/feed/console
src/gz devel http://openzaurus.org/official/unstable/3.5.3/feed/devel
src/gz opie http://openzaurus.org/official/unstable/3.5.3/feed/opie
dest root /
dest cf /media/cf/packages/
dest sd /media/card/packages/
dest ram /media/ram/packages/
root@collie:/media/card/home/root# ipkg update
(.... snip ....)
root@collie:/media/card/home/root# ipkg upgrade
(.... snip ....)
copy r21 kernel from “upgrades/collie†into CF card and flash it (ONLY kernel)agautam@GentooDesktop ~/OZ/3.5.3 $ wget http://www.openzaurus.org/official/unstable/3.5.3/upgrades/collie/zImage-collie-64-0-r21.bin
(.... snip ....)
11:13:59 (242.50 KB/s) - `zImage-collie-64-0-r21.bin' saved [911,468/911,468]
agautam@GentooDesktop ~/OZ/3.5.3 $ wget http://www.openzaurus.org/official/unstable/3.5.3/upgrades/collie/zImage-collie-64-0-r21.bin.md5
(.... snip ....)
11:14:05 (595.70 KB/s) - `zImage-collie-64-0-r21.bin.md5' saved [61/61]
agautam@GentooDesktop ~/OZ/3.5.3 $ cp zImage-collie-64-0-r21.bin zImage
agautam@GentooDesktop ~/OZ/3.5.3 $ md5sum zImage
e179cc1991729d931f47d8031843aa0a zImage
agautam@GentooDesktop ~/OZ/3.5.3 $ cat zImage-collie-64-0-r21.bin.md5
e179cc1991729d931f47d8031843aa0a zImage-collie-64-0-r21.bin
agautam@GentooDesktop ~/OZ/3.5.3 $ scp zImage root@collie:/media/cf
Heres my flashing procedure:
1. Make sure that the only file I have on CF card is zImage
2. Make sure the CF card is FAT
3. shutdown collie
4. Switch mode to "Change Battery"
5. Remove battery cover.
6. Make sure power is connected
7. Press C D and the internal battery reset button.
.... Both the mail and battery lights light up
.... After approx 10 seconds (I timed it), they both switch off
8. Press the internal battery reset button.
9. Place battery cover back
10. Switch to "Normal Operation"
11. Press and hold Cancel button for a second and release
.... observe collie start ...
After collie starts up, I try to verify the kernel version:
root@collie:/media/card/home/root# cat /proc/version
Linux version 2.4.18-rmk7-pxa3-embedix-3.5.3 (hrw@home) (gcc version 2.95.3 20010315 (release)) #1 Thu, 30 Jun 2005 11:18:23 +0200
root@collie:/media/card/home/root# uname -a
Linux collie 2.4.18-rmk7-pxa3-embedix #1 Thu, 30 Jun 2005 11:18:23 +0200 armv4l unknown
boot Zaurus and be happy user of OZ 3.5.3 with r21 kernelWould love to be one :)
Any ideas / tips to get the kernel upgraded would be greatly appreciated.
Thanks
Ajay