Skip to content

Commit a9a9fe2

Browse files
authored
Added File Systems
1 parent 555a712 commit a9a9fe2

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -799,17 +799,21 @@ _________________
799799

800800
- [Memory Options for Embedded Systems: How to Select the Right Memory Configuration](https://www.qt.io/embedded-development-talk/memory-options-for-embedded-systems-how-to-select-the-right-memory-configuration)
801801

802-
#### NOR / NAND Flash
802+
#### Flash Memories
803+
804+
- [NAND and eMMC: All You Need to Know About Flash Memory](https://www.makeuseof.com/tag/nand-emmc-need-know-flash-memory/)
805+
806+
##### NOR / NAND
803807

804808
- [QSPI in STM32 || Write and Read || N25Q](https://www.youtube.com/watch?v=xIfh_uYy-OU)
805809
- [QSPI in STM32 || Boot from EXT Memory || XIP || N25Q](https://www.youtube.com/watch?v=gAyuF20ok8c)
806810
- [Flash Memory in Embedded Linux Systems](https://www.youtube.com/watch?v=hdwMvwJIV-Y)
807811

808-
#### eMMC
812+
##### eMMC
809813

810814
- [What is a eMMC? Intro, Comparing to Other Storage, and Upgrading. SSD, M.2](https://www.youtube.com/watch?v=vGatKmqYxEA)
811815

812-
#### SD Card
816+
##### SD Card
813817

814818
- [Interfacing with an SD Card](https://www.youtube.com/watch?v=g40tUdjZ-Sk)
815819

@@ -824,6 +828,18 @@ _________________
824828
- [SDRAM Hardware & Firmware Tutorial (STM32) - Phil's Lab #80](https://www.youtube.com/watch?v=h28D4AaPSjg)
825829
- [SDRAM in STM32 || MT48LC4](https://www.youtube.com/watch?v=QnDenqvzwyE)
826830

831+
#### File Systems
832+
833+
- [Flash filesystems](https://hugh712.gitbooks.io/embeddedsystem/content/flash_filesystems.html)
834+
- [Block filesystems](https://hugh712.gitbooks.io/embeddedsystem/content/block_filesystems.html)
835+
- [Understanding the UBI File System in Embedded Devices](https://serhack.me/articles/understanding-ubi-file-system-embedded-devices-reolink/)
836+
- [UBI File System](https://docs.kernel.org/filesystems/ubifs.html)
837+
- [JFFS : The Journalling Flash File System](https://sourceware.org/jffs2/jffs2-html/)
838+
- [Preventing Filesystem Corruption In Embedded Linux](https://www.embeddedts.com/assets/preventing-filesystem-corruption-in-embedded-linux)
839+
- [LittleFS - A high-integrity embedded file system](https://os.mbed.com/blog/entry/littlefs-high-integrity-embedded-fs/)
840+
- [SPIFS - Wear-leveled SPI flash file system for embedded devices](https://github.com/pellepl/spiffs)
841+
- [EEPROM File System (EEFS)](opensource.gsfc.nasa.gov/projects/eefs/index.php)
842+
827843
_________________
828844

829845
### Sensors & Actuators

0 commit comments

Comments
 (0)