Module:M387

From LEXWiKi

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
[[Category:AllowPages]]
[[Category:AllowPages]]
-
<!--box uid=f777871962f1c0432784d4e0e73802b8.540.U4b9d89ede5af1-->
+
<!--box uid=f777871962f1c0432784d4e0e73802b8.540.B4b9d8b09adfca-->
<!--
<!--
******************************************************************************************
******************************************************************************************
Line 7: Line 7:
*
*
****************************************************************************************** -->
****************************************************************************************** -->
-
{|class = 'sortable' border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; border: 1px #aaa solid; border-collapse: collapse;" id='305'
+
{|class = 'sortable' border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; border: 1px #aaa solid; border-collapse: collapse;" id='306'
|- bgcolor = #ccccff
|- bgcolor = #ccccff
-
!O.S.!!RS232 Driver!!USB Driver
+
!O.S.!!Support|select|Yes|No|!!Path
|-class='sortbottom'
|-class='sortbottom'
|}
|}
-
[{{SERVER}}/lexwiki/index.php?title=Special:TableEdit&id=f777871962f1c0432784d4e0e73802b8.540.U4b9d89ede5af1&page=540&pagename={{FULLPAGENAMEE}} edit table]
+
[{{SERVER}}/lexwiki/index.php?title=Special:TableEdit&id=f777871962f1c0432784d4e0e73802b8.540.B4b9d8b09adfca&page=540&pagename={{FULLPAGENAMEE}} edit table]
-
<!--box uid=f777871962f1c0432784d4e0e73802b8.540.U4b9d89ede5af1-->
+
<!--box uid=f777871962f1c0432784d4e0e73802b8.540.B4b9d8b09adfca-->
 +
 
=='''Storage Mode'''==
=='''Storage Mode'''==

Revision as of 09:19, 15 March 2010

O.S.select|Yes|NoPath

edit table


Contents

Storage Mode

Search your M387 storage device

   #dmesg | grep mmc
Image:031121.jpg

Mount your M387 device

   #mount /dev/mmcblk0p1
   #df
Image:031120.jpg

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

Image:031116.jpg

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)
Personal tools