Changes

Jump to: navigation, search

Physical devices mapping (XUELK)

1,008 bytes added, 15:35, 4 October 2016
no edit summary
</pre>
==microSD card==
microSD card, if present, will be associated by the Linux kernel to the <code>mmcblk0</code> device:
<pre>
mmc0: host does not support reading read-only switch. assuming write-enable.
mmc0: new high speed SDHC card at address e624
mmcblk0: mmc0:e624 SU08G 7.40 GiB
mmcblk0: p1
FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
</pre>
 
Once detected, it can be mounted and accessed via usual Linux commands:
<pre>
root@sbc-lynx:~# mount /dev/mmcblk0p1 /mnt/mmcblk0p1/
root@sbc-lynx:~# time cp VirtualBox-5.0.14-105127-Win.exe /mnt/mmcblk0p1/
 
real 0m14.274s
user 0m0.020s
sys 0m4.640s
root@sbc-lynx:~# ls -la /mnt/mmcblk0p1/
total 114452
drwxrwx--- 3 root disk 4096 Apr 1 19:52 .
drwxr-xr-x 7 root root 4096 Jul 22 2016 ..
drwxrwx--- 2 root disk 4096 Jul 22 2016 System Volume Information
-rwxrwx--- 1 root disk 117185736 Apr 1 19:52 VirtualBox-5.0.14-105127-Win.exe
root@sbc-lynx:~# umount /mnt/mmcblk0p1/
</pre>
==WiFi/Bluetooth==
Please refer to [[XUELK-AN-001:_Using_WiFi-Bluetooth_combo_plugin_with_SBC_Lynx|this page]].
4,650
edits

Navigation menu