16GB eMMC Module XU4 with pre-installed Android
16GB eMMC Module XU4 with pre-installed Android
eMMC Module XU4 Android
for ODROID-XU4
Pre-installed Android 4.x or latest version.
Ready to run out of the box
eMMC Version 5.0 interface or higher version.
JEDEC/MMCA version 5.0 : HS400 interface with 8bit DDR mode.
WiKi : https://wiki.odroid.com/accessory/emmc/emmc
SD/eMMC PERFORMANCE
You can boot from a MicroSD card or an eMMC module. The MicroSD interface supports the higher performance UHS-1 mode as well.
File access of a 512MB file (read/write) on three different storage options shows distinct performance differences.
The eMMC 5.0 storage is ~7x faster than the MicroSD Class-10 card in read tests. The MicroSD UHS-1 card is ~2x faster than the MicroSD Class-10 card in read tests. The MicroSD UHS-1 card provides a great low-cost option for many applications!
Write command sudo dd if=/dev/zero of=$(mount-path)/test oflag=direct bs=8M count=64 Read command sudo dd if=$(mount-path)/test of=/dev/null iflag=direct bs=8M
|