We're no longer updating This wiki!!

This is an old revision of the document!


Quick Guide to update 3.10 to 4.9 Kernel

After you perform those steps is very unlikely that you will be able to roll back.
It's advised to test 4.9 kernel on a separated microsd/eMMC before upgrading.

Make sure you have a backup of your data.
Update process might corrupt your file system even the possibility is quite low.

  1. Gain root access, everything from now on requires root access:
    sudo -s
  2. Make sure your system is up-to-date:
    apt update && apt upgrade && apt dist-upgrade
  3. After reboot, check your kernel version with “uname -a”. It must be 3.10.103-124 or higher. If your kernel package is kept back, you have to update it with following command
    sudo apt install linux-image-xu3
  4. Gain root access again if you rebooted, everything from now on requires root access:
    sudo -s
  5. Modifying the repo:
    sed -i s/"5422"/"5422-s"/g /etc/apt/sources.list.d/odroid.list
  6. Update your package information:
    apt-get update
  7. Update your kernel:
    apt-get download linux-image-4.9.30-41
    dpkg -i --force-all linux-image-4.9.30-41_20170531_armhf.deb
  8. Update your system again. New packages that matches kernel 4.9 configuration will be replaced/installed.
    This includes a new boot.ini that _MUST BE_ installed:
    apt-get dist-upgrade
  9. Install a new kernel:
    apt-get install linux-image-xu3=41-1
  10. Sync and reboot:
    sync && reboot
en/xu4_upgrade_from_3.10_to_4.9.1496832570.txt.gz · Last modified: 2017/06/07 19:19 by odroid
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0