Changes between Version 26 and Version 27 of linux/ubi
- Timestamp:
- 06/18/2020 11:47:56 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/ubi
v26 v27 122 122 {{{#!bash 123 123 cd tmp/ 124 wget http://dev.gateworks.com/ventana/images/ gateworks-linux-4.20.tar.xz125 tar -xvf gateworks-linux-4.20.tar.xz --keep-directory-symlink124 wget http://dev.gateworks.com/ventana/images/linux-ventana.tar.xz 125 tar -xvf linux-ventana.tar.xz --keep-directory-symlink 126 126 depmod $(ls /lib/modules/) # create module dependencies 127 rm gateworks-linux-4.20.tar.xz127 rm linux-ventana.tar.xz 128 128 }}} 129 129 3. create a ubifs image for the 2048 byte page size 'normal' device geometry: … … 160 160 {{{#!bash 161 161 cd tmp/ 162 wget http://dev.gateworks.com/ventana/images/ gateworks-linux-4.20.tar.xz163 tar -xvf gateworks-linux-4.20.tar.xz --keep-directory-symlink162 wget http://dev.gateworks.com/ventana/images/linux-ventana.tar.xz 163 tar -xvf linux-ventana.tar.xz --keep-directory-symlink 164 164 depmod $(ls /lib/modules/) # create module dependencies 165 rm gateworks-linux-4.20.tar.xz165 rm linux-ventana.tar.xz 166 166 }}} 167 167 3. create ubifs images for the 4096 byte page size 'large' device geometry: