Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 17
and
Version 18
of
linux/ubi
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
04/24/2019 09:19:07 PM (
6 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
268
268
{{{#!bash
269
269
sudo modprobe ubi
270
sudo ubiattach /dev/ubi_ctrl -m0
270
sudo ubiattach /dev/ubi_ctrl -m0
-O2048
271
271
sudo ubiinfo -a # optionally show info about the UBI
272
272
}}}