2020-07-23 15:19:35 +02:00
|
|
|
# System / `flash_eraseall` Flash Erase-All
|
2016-06-03 16:15:37 +02:00
|
|
|
|
2020-07-23 15:19:35 +02:00
|
|
|
```
|
|
|
|
Author: Ken Pettit
|
|
|
|
Date: 5 May 2013
|
|
|
|
```
|
2016-06-03 16:15:37 +02:00
|
|
|
|
2020-07-23 15:19:35 +02:00
|
|
|
This application erases the FLASH of an MTD flash block. It is simply a wrapper
|
|
|
|
that calls the NuttX `flash_eraseall` interface.
|
2016-06-03 16:15:37 +02:00
|
|
|
|
2020-07-23 15:19:35 +02:00
|
|
|
**Usage**:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
flash_eraseall <flash_block_device>
|
|
|
|
```
|