commit | 425b634a62ed1d6a86bad9d007edca0ec488b914 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Tue Mar 07 12:24:52 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Mar 15 21:02:57 2017 +0000 |
tree | 226b53aacb198527d262f6746297f09ef4bd8131 | |
parent | 7dc1433c93d7ff98462e4174e0760211c5c67362 [diff] |
Attach the PNOR mtd device to UBI Create a new service that gets the PNOR mtd device from /proc/mtd and performs a ubiattach to it. Since only one mtd device (PNOR) is being attached, it's assumed that a /dev/ubi0 device is created. Later when more devices/chips are attached, a udev rule might be needed to link them to a specific ubi device number. Change-Id: I5e3018b7f4b9551861ca52718cc40b8ccfe0da6e Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>