![MYiR MYC-C8MMQ6-8E2D-160-I Скачать руководство пользователя страница 25](http://html1.mh-extra.com/html/myir/myc-c8mmq6-8e2d-160-i/myc-c8mmq6-8e2d-160-i_linux-development-manual_1862477025.webp)
4.5 M.2
M.2 interface work on the NVME agreement
,
this sample use nvme2280 SSD hard disk of TOSHIBA RC100 for validation
purpose.
Hardware connection
Insert the SSD into J18 interface.
Software test
The Kernel has added the NVME protocol by default,so we can use SSD without configure any more.
Check the ssd is mounted by below command to check whether it mounted or not.
#df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 6.4G 1.9G 4.2G 31% /
devtmpfs 237M 4.0K 237M 1% /dev
tmpfs 494M 0 494M 0% /dev/shm
tmpfs 494M 8.6M 485M 2% /run
tmpfs 494M 0 494M 0% /sys/fs/cgroup
tmpfs 494M 4.0K 494M 1% /tmp
tmpfs 494M 144K 494M 1% /var/volatile
/dev/nvme0n1p1 110G 560M 104G 1% /run/media/nvme0n1p1
/dev/mmcblk0p1 500M 21M 480M 5% /run/media/mmcblk0p1
tmpfs 99M 88K 99M 1% /run/user/0
# cat /proc/mounts | grep nvme
/dev/nvme0n1p1 /run/media/nvme0n1p1 ext4 rw,relatime,data=ordered 0 0
Write and read SSD Write a hello strings to the test.txt on the SSD mount point, and then read it,compare with what bas been
written.
#cd /run/media/nvme0n1p1
#echo hello > test.txt
#cat test.txt
hello
4.5 M.2
25
Содержание MYC-C8MMQ6-8E2D-160-I
Страница 1: ......
Страница 5: ...1 Software Resource 5 ...
Страница 23: ...4 3 RTC 23 ...
Страница 41: ...Figure 5 2 8 Kit configure 5 2 Config QtCreator 41 ...