TS-4720 eMMC

From embeddedTS Manuals
Revision as of 09:48, 15 November 2013 by Mark (talk | contribs) (Created page with "This board includes an onboard 4GB eMMC disk. The datasheet for this Micron part can be accessed [http://www.micron.com/parts/nand-flash/managed-nand/n2m400fdb311a3ce here]. ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This board includes an onboard 4GB eMMC disk. The datasheet for this Micron part can be accessed here. This disk is accessed very similar to an SD card and is also supported with the sdctl driver. This eMMC supports read and write speeds at approximately 10MB/s. The kernel provides access to the flash at /dev/nbd1 for the entire block device. The kernel also includes a module that will break this up into partitions. Our default software image contains 2 partitions:

Device Contents
/dev/nbd1 eMMC block device
/dev/nbd1p1 Kernel and initramfs
/dev/nbd1p2 Full Linux Root