Changes between Version 14 and Version 15 of linux/ubi
- Timestamp:
- 03/05/2019 11:01:24 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/ubi
v14 v15 335 335 To update using a split UBI: 336 336 '''1. Split your UBI 337 In mostsituations the RAM of your device will be smaller than the image file required to update your system, therefore it is necessary to split the image file and apply the resulting compressed parts in a piece wise update. The below example uses the {{{split}}} command to split the input file into parts that are reasonably smaller than the RAM size of the board which will be consuming the update.337 In some situations the RAM of your device will be smaller than the image file required to update your system, therefore it is necessary to split the image file and apply the resulting compressed parts in a piece wise update. The below example uses the {{{split}}} command to split the input file into parts that are reasonably smaller than the RAM size of the board which will be consuming the update. 338 338 {{{#!bash 339 339 FILE=xenial-large.ubi