Changes between Version 14 and Version 15 of linux/ubi


Ignore:
Timestamp:
03/05/2019 11:01:24 PM (5 years ago)
Author:
Bobby Jones
Comment:

replaced ubi split method section word for clarity

Legend:

Unmodified
Added
Removed
Modified
  • linux/ubi

    v14 v15  
    335335To update using a split UBI:
    336336 '''1. Split your UBI
    337   In most 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.
     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.
    338338 {{{#!bash
    339339FILE=xenial-large.ubi