請先看『使用說明』
Module:M387
From LEXWiKi
(Difference between revisions)
Line 2: | Line 2: | ||
Search you SD card | Search you SD card | ||
#dmesg | grep mmc | #dmesg | grep mmc | ||
- | < | + | <center>[[Image:031121.jpg]]</center> |
Mount your M387 device | Mount your M387 device | ||
#mount /dev/mmcblk0p1 | #mount /dev/mmcblk0p1 |
Revision as of 09:56, 12 March 2010
Storage Mode:
Search you SD card
#dmesg | grep mmc

Mount your M387 device
#mount /dev/mmcblk0p1 #df

Boot Storage Mode:
First step, you must use card reader to install OS
Ubuntu:
1.Edit modules file
#vi /etc/initramfs-tools/modules
2.Add sdhci sdhci-pci mmc_core mmc_block into modules

3.Make new initrd image file
3.#Mkinitramfs –o /boot/(name).img /lib/modules/(kernel version)
Fedora:
Get kernel version:
#uname -a
Make new initrd image file
Mkinitrd -v --preload=sdhci --preload=mmc_core /boot/(name).img (kernel version)