I'm trying to update an old (2013) installation of Raspbian wheezy to run on my shiny, new RPi Model 2. I upgraded /etc/apt/sources from wheezy to jessie, ran apt-get update, apt-get upgrade, apt-get dist-upgrade and invoked raspberrypi-ui-mods. Everything works fine on the old Model B+.
When I try to boot the SD card in the Model 2, nothing happens. uname -a indicates that I'm still running kernel 3.2.27-rpi-aufs even though /lib/modules includes libraries for kernel version 3.18.11. I suspect the older kernel is what's keeping the model 2 from booting.
How do I upgrade the kernel? I thought apt-get dist-upgrade would have solved it, but no luck.
Thanks!
P.S. I poked around rpi-update, but I don't think that's what I need...