When i do the following.
"cat /proc/mounts".
tmpfs /export/ftp/import tmpfs rw,relatime,size=102400k 0 0
tmpfs /export/ftp/export tmpfs rw,relatime,size=10240k,mode=755 0 0
The documentation of embedded device said that import and export are located in DRAM
However in other equipment
ubi18_0 /nvdata1/temporary-download ubifs rw,sync 0 0
ubi18_0 /export/ftp/import ubifs rw,sync 0 0
ubi18_0 /export/http/import ubifs rw,sync 0 0
tmpfs /export/ftp/export tmpfs rw,size=10240k,mode=755 0 0
The documentation of embedded device said that import is located in NAND and export are located in DRAM.
I really do not know what resides in DRAM, NAND, NOR.
The basic knowledge i have in our equiment is that NOR has u-boot. NAND has kernel and rootfs.