Changes between Version 49 and Version 50 of ventana/ubuntu


Ignore:
Timestamp:
12/20/2019 06:56:22 PM (5 years ago)
Author:
Cale Collins
Comment:

fixed broken kernel URL

Legend:

Unmodified
Added
Removed
Modified
  • ventana/ubuntu

    v49 v50  
    272272#!bash
    273273cd /
    274 wget http://dev.gateworks.com/ventana/images/gateworks-linux-imx6-4.20.7.tar.xz
    275 tar -xvf gateworks-linux-imx6-4.20.7.tar.xz --keep-directory-symlink
     274wget http://dev.gateworks.com/ventana/images/gateworks-linux-4.20.tar.xz
     275tar -xvf gateworks-linux-4.20.tar.xz --keep-directory-symlink
    276276depmod $(ls /lib/modules/) # create module dependencies
    277 rm gateworks-linux-imx6-4.20.7.tar.xz
     277rm gateworks-linux-4.20.tar.xz
    278278}}}
    279279  * the {{{depmod}}} trick above is to run depmod with the exact kernel version (which will be the subdir in /lib/modules). An alternative is to run {{{depmod}}} after the first boot
     
    302302#!bash
    303303cd /
    304 wget http://dev.gateworks.com/ventana/images/gateworks-linux-4.20.tar.xz
     304wget http://dev.gateworks.com/ventana/images/gateworks-linux-imx6-3.14.48.tar.gz
    305305tar -xvf gateworks-linux-imx6-3.14.48.tar.gz --keep-directory-symlink
    306306depmod $(ls /lib/modules/) # create module dependencies