We're no longer updating This wiki!!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:xu4_upgrade_from_3.10_to_4.9 [2017/07/03 15:20]
odroid
en:xu4_upgrade_from_3.10_to_4.9 [2017/07/14 12:57] (current)
neal
Line 9: Line 9:
   - Gain root access, everything from now on requires root access: <​code>​sudo -s</​code>​   - Gain root access, everything from now on requires root access: <​code>​sudo -s</​code>​
   - Make sure your system is up-to-date: <​code>​apt update && apt upgrade && apt dist-upgrade</​code>​   - Make sure your system is up-to-date: <​code>​apt update && apt upgrade && apt dist-upgrade</​code>​
-  - Modifying the repo: <​code>​sed -i s/"​5422"/"​5422-s"/​g /​etc/​apt/​sources.list.d/​odroid.list</​code>​+  - Modifying the repo: <​code>​if [ -z "​$(grep "​5422-s"​ /​etc/​apt/​sources.list.d/​odroid.list)"​ ]; then sed -i s/"​5422"/"​5422-s"/​g /​etc/​apt/​sources.list.d/​odroid.list; fi</​code>​
   - Update your package information:​ <​code>​apt update && apt upgrade && apt dist-upgrade</​code>​   - Update your package information:​ <​code>​apt update && apt upgrade && apt dist-upgrade</​code>​
   - Update your kernel: <​code>​apt download linux-image-4.9.30-41</​code><​code>​dpkg -i --force-all linux-image-4.9.30-41_20170531_armhf.deb</​code>​   - Update your kernel: <​code>​apt download linux-image-4.9.30-41</​code><​code>​dpkg -i --force-all linux-image-4.9.30-41_20170531_armhf.deb</​code>​
en/xu4_upgrade_from_3.10_to_4.9.txt ยท Last modified: 2017/07/14 12:57 by neal
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0