Hi Robert. I followed your instructions and got to the point where I run "sudo dpkg -i linux-image*".
Under /boot I see these files successfully unpacked: root@beaglebone:/boot# ls System.map-3.14.35ti-r55 initrd.img-3.14.35ti-r55 vmlinuz-3.14.35ti-r55 config-3.14.35ti-r55 initrd.img-3.8.13-bone47 dtbs uboot I run "cp /boot/initrd.img-3.14.35ti-r55 /boot/uboot/initrd.img-3.14.35ti-r55" I edit /boot/uboot/uEnv.txt and set initrd_file=initrd.img-3.14.35ti-r55 and reboot. When I log in and run cat "/etc/dogtag" and "uname -r" I get: root@beaglebone:/# cat /etc/dogtag BeagleBoard.org BeagleBone Debian Image 2014-04-23 root@beaglebone:/# uname -r 3.8.13-bone47 I't does seem like the kernel did not update to 3.14. when I run : "update-initramfs -c -k $(uname -r)" it builds initrd.img-3.8.13-bone47 when I run : "update-initramfs -u" it builds initrd.img-3.14.35ti-r55 Is there anything else I need to do that I might be missing? Pieter -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
