8 GB MicroSD UHS-1 XU4 Linux Module
Are you using ODROID-XU4 and need a high-speed pre-installed Micro SD card for your Mini PC? If yes, then take a look at Linux MicroSD UHS-1 for XU4. This is an 8GB Micro SD Card that doesn’t need further coding or configuration. This Linux Micro SD Card for XU4 is based on the SDR104 UHS-1 interface. The Linux MicroSD for XU4 features the MLC NAND Memory.
- Sequential Read Speed of Linux UHS-1 MicroSD for XU4 is 75.7MB/s
- Sequential Write Speed of Linux UHS-1 MicroSD for XU4 is 32.2MB/s
Why Linux UHS-1 MicroSD for XU4 is the better choice?
- The Linux UHS-1 MicroSD Card is 4x faster as compared to the speed of the Class-10 MicroSD Card
- The price of the UHS-1 MicroSD Card is lower because its production cost is lower as compared to the production cost of other types of MicroSD Cards
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