NetBurner 3.5.8
PDF Version
System File System (RT Platforms)

Example Path: examples/EFFS/Std/SystemFileSystem

Overview

These examples are for NetBurner platforms that boot with a System File System – the i.MX RT modules (SOMRT1061, MODRT1171). On these platforms the EFFS-STD volume is created and mounted by the system before UserMain(), and it holds the device's configuration, certificates, and the application firmware image. The application does not create it.

Examples here either use that system file system directly, or add a separate, dedicated EFFS-STD partition alongside it for application data.

Note
To store and serve application files on an RT module over HTTP/FTP using the system file system itself (no separate partition), see EFFS-STD HTTP (Application File System). It runs on both the SOMRT1061 and the MODRT1171. The HttpSFS_MultiPartition example above is the SOMRT1061-only alternative for when you need a separate, formattable application partition.