File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -266,10 +266,10 @@ Each `.ini` file in the `dmspiflash/` directory will use `dmspiflash` as the def
266266
267267```
268268/etc/dmdevfs/
269- ├── flash .ini # Uses filename: "flash " driver
270- ├── spi /
271- │ ├── device0.ini # Uses directory: "spi " driver
272- │ └── device1.ini # Uses directory: "spi " driver
269+ ├── dmflash .ini # Uses filename: "dmflash " driver
270+ ├── dmspiflash /
271+ │ ├── device0.ini # Uses directory: "dmspiflash " driver
272+ │ └── device1.ini # Uses directory: "dmspiflash " driver
273273└── custom.ini # Contains driver_name=dmi2ceeprom in file
274274```
275275
@@ -290,10 +290,10 @@ The resulting filesystem path depends on which device numbers the driver provide
290290
291291| Major | Minor | Resulting Path | Example |
292292| -------| -------| ----------------| ---------|
293- | ✓ | ✓ | ` <driver_name><major>/<minor> ` | ` spiflash0 /1` |
294- | ✗ | ✓ | ` <driver_name>x/<minor> ` | ` spiflashx /0` |
295- | ✓ | ✗ | ` <driver_name><major> ` | ` spiflash0 ` |
296- | ✗ | ✗ | ` <driver_name> ` | ` spiflash ` |
293+ | ✓ | ✓ | ` <driver_name><major>/<minor> ` | ` dmspiflash0 /1` |
294+ | ✗ | ✓ | ` <driver_name>x/<minor> ` | ` dmspiflashx /0` |
295+ | ✓ | ✗ | ` <driver_name><major> ` | ` dmspiflash0 ` |
296+ | ✗ | ✗ | ` <driver_name> ` | ` dmspiflash ` |
297297
298298#### Examples
299299
You can’t perform that action at this time.
0 commit comments