Changes between Version 31 and Version 32 of linux/ubi
- Timestamp:
- 08/18/2020 08:33:04 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/ubi
v31 v32 578 578 [=#uboot-ubifs] 579 579 === Updating NAND FLASH with a ubifs image 580 To update the contents of a ubi with a ubifs in U-Boot: 580 581 When you want to preserve RAW nand wear-leveling you must operate at the ubifs layer (filesystem layer vs ubi layer) so that wear leveling stored in the ubi is maintained. 582 583 To update the contents of the rootfs volume with a ubifs in U-Boot: 581 584 {{{#!bash 582 585 ubi part rootfs # select the 'rootfs' partition (from mtdparts env var) for ubi