Changes between Version 24 and Version 25 of linux/ubi
- Timestamp:
- 06/01/2020 08:46:21 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/ubi
v24 v25 121 121 2. copy your kernel files (and u-boot bootscript if you have one): 122 122 {{{#!bash 123 mkdir tmp/boot 124 cp uImage imx6*-gw*.dtb 6x_bootscript-ventana tmp/boot/ 123 cd 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 126 depmod $(ls /lib/modules/) # create module dependencies 127 rm gateworks-linux-4.20.tar.xz 125 128 }}} 126 129 3. create a ubifs image for the 2048 byte page size 'normal' device geometry: … … 156 159 2. copy your kernel files (and u-boot bootscript if you have one): 157 160 {{{#!bash 158 mkdir tmp/boot 159 cp uImage imx6*-gw*.dtb 6x_bootscript-ventana tmp/boot/ 161 cd 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 164 depmod $(ls /lib/modules/) # create module dependencies 165 rm gateworks-linux-4.20.tar.xz 160 166 }}} 161 167 3. create ubifs images for the 4096 byte page size 'large' device geometry: