Changes between Version 17 and Version 18 of linux/ubi


Ignore:
Timestamp:
04/24/2019 09:19:07 PM (5 years ago)
Author:
Tim Harvey
Comment:

add back in the -O param to ubiattach for nandsim

Legend:

Unmodified
Added
Removed
Modified
  • linux/ubi

    v17 v18  
    268268{{{#!bash
    269269sudo modprobe ubi
    270 sudo ubiattach /dev/ubi_ctrl -m0
     270sudo ubiattach /dev/ubi_ctrl -m0 -O2048
    271271sudo ubiinfo -a # optionally show info about the UBI
    272272}}}