diff options
author | John Klug <john.klug@multitech.com> | 2018-02-02 09:16:56 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-02-02 09:16:56 -0600 |
commit | b7eae1b60852ace9f19481cd856dcb39b732ea97 (patch) | |
tree | d42e3f717d35e0da6b0063b669293fc89c9e96df /scripts/upgrade-kernel/README.txt | |
parent | e3c73d8ce01e483ee287154a472af4a57a116e21 (diff) | |
download | meta-mlinux-b7eae1b60852ace9f19481cd856dcb39b732ea97.tar.gz meta-mlinux-b7eae1b60852ace9f19481cd856dcb39b732ea97.tar.bz2 meta-mlinux-b7eae1b60852ace9f19481cd856dcb39b732ea97.zip |
opkg module update + kernel image install.
Diffstat (limited to 'scripts/upgrade-kernel/README.txt')
-rw-r--r-- | scripts/upgrade-kernel/README.txt | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/scripts/upgrade-kernel/README.txt b/scripts/upgrade-kernel/README.txt new file mode 100644 index 0000000..601f3c9 --- /dev/null +++ b/scripts/upgrade-kernel/README.txt @@ -0,0 +1,43 @@ +install.txt What the install should look like +kernel-*.tar Tar file with the packages and kernel image. + +1. Copy kernel-*.tar and *.md5 to the Conduit directory /var/volatile. + scp or winscp would be good. User mtadm. + +2. Log into Conduit + +3. cd /var/volatile + +4. md5sum -c *.md5 + +5. tar -xf kernel-*.tar + +6. cd kernel-* + +7. sudo ./install.sh + +This will take about 20 minutes. + +The install must not be interrupted. opkg does not always clean up after an +aborted install. + +At this point the kernel image is installed, followed by the module packages. +If there are errors you should see messages: +ERROR: ... + +There is a log in file /tmp/opkglog* + +The log must be copied from the Conduit before rebooting if there are issues. + +7. sudo reboot + +8. New kernel can be verified: + +uname -r + +(Old kernel is 3.12.27) + +Packages can be verified: + +opkg list-installed | fgrep '3.12.70' + |