Skip to content

Commit 95ff768

Browse files
committed
examples/wear_levelling: update readme file
Fixes #627.
1 parent bf53c8a commit 95ff768

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

examples/storage/wear_levelling/README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SD Card example
1+
# Wear levelling example
22

33
This example demonstrates how to use wear levelling library and FATFS library to store files in a partition inside SPI flash. Example does the following steps:
44

@@ -15,9 +15,14 @@ This example demonstrates how to use wear levelling library and FATFS library to
1515
Here is an typical example console output.
1616

1717
```
18-
Try to open file ...
19-
I (239) wear_level: Reading file
20-
Read from file: 'Hello User! I'm happy to see you!1'
21-
W (239) wear_levelling: wl_unmount Delete driver
18+
I (280) example: Mounting FAT filesystem
19+
W (440) vfs_fat_spiflash: f_mount failed (13)
20+
I (440) vfs_fat_spiflash: Formatting FATFS partition, allocation unit size=4096
21+
I (660) vfs_fat_spiflash: Mounting again
22+
I (660) example: Opening file
23+
I (910) example: File written
24+
I (910) example: Reading file
25+
I (920) example: Read from file: 'written using ESP-IDF v3.1-dev-171-gf9ad17eee-dirty'
26+
I (920) example: Unmounting FAT filesystem
27+
I (1000) example: Done
2228
```
23-

0 commit comments

Comments
 (0)