Changes between Version 24 and Version 25 of linux/ubi


Ignore:
Timestamp:
06/01/2020 08:46:21 PM (4 years ago)
Author:
Cale Collins
Comment:

updated ubi creation process to include modules and depmod

Legend:

Unmodified
Added
Removed
Modified
  • linux/ubi

    v24 v25  
    1211212. copy your kernel files (and u-boot bootscript if you have one):
    122122{{{#!bash
    123 mkdir tmp/boot
    124 cp uImage imx6*-gw*.dtb 6x_bootscript-ventana tmp/boot/
     123cd tmp/
     124wget http://dev.gateworks.com/ventana/images/gateworks-linux-4.20.tar.xz
     125tar -xvf gateworks-linux-4.20.tar.xz --keep-directory-symlink
     126depmod $(ls /lib/modules/) # create module dependencies
     127rm gateworks-linux-4.20.tar.xz
    125128}}}
    1261293. create a ubifs image for the 2048 byte page size 'normal' device geometry:
     
    1561592. copy your kernel files (and u-boot bootscript if you have one):
    157160{{{#!bash
    158 mkdir tmp/boot
    159 cp uImage imx6*-gw*.dtb 6x_bootscript-ventana tmp/boot/
     161cd tmp/
     162wget http://dev.gateworks.com/ventana/images/gateworks-linux-4.20.tar.xz
     163tar -xvf gateworks-linux-4.20.tar.xz --keep-directory-symlink
     164depmod $(ls /lib/modules/) # create module dependencies
     165rm gateworks-linux-4.20.tar.xz
    160166}}}
    1611673. create ubifs images for the 4096 byte page size 'large' device geometry: