|
|
07-20-2012
, 06:57 AM
|
|
Posts: 1,233 |
Thanked: 1,912 times |
Joined on Feb 2011
@ Germany
|
#2
|
| The Following 2 Users Say Thank You to reinob For This Useful Post: | ||
|
|
07-21-2012
, 12:22 AM
|
|
Posts: 79 |
Thanked: 45 times |
Joined on Mar 2012
|
#3
|
|
|
07-21-2012
, 03:11 AM
|
|
Posts: 1,114 |
Thanked: 1,496 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#4
|
thanks yes i am aware.
am trying to move rootfs to emmc.
am also aware another thread discusses rootfs on emmc.
that one didnt work for me, and i had some personal prefs as well.
so, am still wondering how i can get /dev/mmcblk* devices during preinit stage? anyone?
kh
| The Following User Says Thank You to Hurrian For This Useful Post: | ||
|
|
07-22-2012
, 08:40 AM
|
|
Posts: 79 |
Thanked: 45 times |
Joined on Mar 2012
|
#5
|
You need to insmod the OMAP HSMMC drivers and the filesystem drivers yourself.
I don't have the list with me right now, but you can check dependencies in lsmod.

modules it loads are very short but yet it has script commands that access mmc partitions)|
|
07-23-2012
, 03:26 AM
|
|
Posts: 1,233 |
Thanked: 1,912 times |
Joined on Feb 2011
@ Germany
|
#6
|
|
|
12-13-2012
, 02:16 AM
|
|
Posts: 79 |
Thanked: 45 times |
Joined on Mar 2012
|
#7
|
|
|
12-13-2012
, 02:21 AM
|
|
Posts: 79 |
Thanked: 45 times |
Joined on Mar 2012
|
#8
|
| The Following 2 Users Say Thank You to bozoid For This Useful Post: | ||
|
|
12-13-2012
, 07:49 AM
|
|
Posts: 1,233 |
Thanked: 1,912 times |
Joined on Feb 2011
@ Germany
|
#9
|
| The Following 2 Users Say Thank You to reinob For This Useful Post: | ||
|
|
12-14-2012
, 01:54 AM
|
|
Posts: 1,114 |
Thanked: 1,496 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#10
|
(even though the kernel appears to detect the external MMC first and then the internal one, so udev effectively swaps the slot numbers).
| The Following User Says Thank You to Hurrian For This Useful Post: | ||
![]() |
| Thread Tools | Search this Thread |
|
/dev/mmcblk* missing when in /sbin/preinit?
Anyone knows what I need to do to get them to appear?
At various spots in preinit, i tried following command:
find / > /zlog.txt
zlog.txt somehow only shows a few devices.
mmcblk* is missing.
Tried above command even jst before preinit executes /sbin/init, but no diff...
I had also ensured various mmc kernel modules are loaded.
I wanted to mount /dev/mmcblk0p2 but can't coz of above.
Strange thing is, it is the same file system that is booted to. So, after full boot up, I can see /dev/mmcblk* files.
I did a grep in /etc/event.d also but can't find a clue.
I am doing above on a freshly PR1.3 flashed N900.
Thanks n best regards,
kh
Last edited by bozoid; 12-13-2012 at 02:16 AM.