I thought I'd share a procedure that I've gotten pretty good at and that is REALLY easy for those of you looking to upgrade your kernel after using Installer. This procedure is specifically for those of us already booting off of an SD card as set up by Installer. I couldn't find instructions for doing this anywhere, so I apologize if I'm stating the obvious.
# mkdir /mnt/BootMnt
# mount /dev/mmcblk0p1 /mnt/BootMnt/
# wget http://sheeva.with-linux.com/sheeva/README-2.6.32.8
# chmod 755 README-2.6.32.8
# ./README-2.6.32.8 --rootkernel
# mv /boot/sheeva-2.6.32.8-uImage /mnt/BootMnt/uImage
# reboot
Bask in your success!
*Edit* Forgot to mention the VM security change that you have to make the first time from the Wiki entry.
# echo vm.mmap_min_addr = 32768 >> /etc/sysctl.d/10-process-security.conf