Hi all, I am trying to flash an UBI image using uboot's DFU support and have found that I need to pass the --space-fixup arg to mkfs.ubifs; otherwise I start getting all sorts of ECC errors and eventually cannot boot.
Is this expected? I see that the DFU implementation already has some stuff in place to handle UBI images (https://github.com/u-boot/u-boot/commit/815c30b2b6f1920cfdb9d6c10eb1359129377c9e). Should this be working without --space-fixup ? TIA, Guillermo Rodriguez Garcia [email protected]

