Changes between Version 26 and Version 27 of linux/ubi


Ignore:
Timestamp:
06/18/2020 11:47:56 PM (4 years ago)
Author:
Tim Harvey
Comment:

updated kernel instructions to use version-agnostic link

Legend:

Unmodified
Added
Removed
Modified
  • linux/ubi

    v26 v27  
    122122{{{#!bash
    123123cd tmp/
    124 wget http://dev.gateworks.com/ventana/images/gateworks-linux-4.20.tar.xz
    125 tar -xvf gateworks-linux-4.20.tar.xz --keep-directory-symlink
     124wget http://dev.gateworks.com/ventana/images/linux-ventana.tar.xz
     125tar -xvf linux-ventana.tar.xz --keep-directory-symlink
    126126depmod $(ls /lib/modules/) # create module dependencies
    127 rm gateworks-linux-4.20.tar.xz
     127rm linux-ventana.tar.xz
    128128}}}
    1291293. create a ubifs image for the 2048 byte page size 'normal' device geometry:
     
    160160{{{#!bash
    161161cd tmp/
    162 wget http://dev.gateworks.com/ventana/images/gateworks-linux-4.20.tar.xz
    163 tar -xvf gateworks-linux-4.20.tar.xz --keep-directory-symlink
     162wget http://dev.gateworks.com/ventana/images/linux-ventana.tar.xz
     163tar -xvf linux-ventana.tar.xz --keep-directory-symlink
    164164depmod $(ls /lib/modules/) # create module dependencies
    165 rm gateworks-linux-4.20.tar.xz
     165rm linux-ventana.tar.xz
    166166}}}
    1671673. create ubifs images for the 4096 byte page size 'large' device geometry: