Active Topics

 


Reply
Thread Tools
Stskeeps's Avatar
Posts: 1,671 | Thanked: 11,478 times | Joined on Jun 2008 @ Warsaw, Poland
#11
Ideally you should also be calling /sbin/preinit on the new rootfs, not /sbin/init. In bootmenu, I'd have used ITEM_LINUXRC to run a certain script to set up the environment for me, pivot root and exec /sbin/preinit.
__________________
As you go on to other communities, remember to build them around politeness, respect, trust and humility. Be wary of poisonous people and deal with them before they end up killing your community.. Seen it happen to too many IRC channels, forums, open source projects.
 
Posts: 53 | Thanked: 143 times | Joined on Dec 2009 @ Russia
#12
MMC rootfs was mounted read-write (otherwise how could I even save output to files on it?).

I was playing with the device while only /usr was moved to mmc. Performance in some applications that use a lot of memory (browser, maps) was awful. Reducing swappiness (/proc/sys/vm/swappiness) from 100 to the kernel default 60 helped a little (swap was also on mmc).
 
OptX's Avatar
Posts: 293 | Thanked: 206 times | Joined on Oct 2009 @ Germnay
#13
Im a little bit into linux, but not as much as you are. Where do i start to read (learn) ? Where is the thread for bootload or can i direct download that ?
 
Posts: 163 | Thanked: 175 times | Joined on Dec 2007 @ Alabama
#14
Does anyone know what the correct CONFIG_CMDLINE is to boot from the external mmc on the n900?

Here is the default

Code:
CONFIG_CMDLINE="init=/sbin/preinit ubi.mtd=rootfs root=ubi0:rootfs rootfstype=ubifs rootflags=bulk_read,no_chk_data_crc rw console=ttyMTD,log console=tty0"
Here is what I have

Code:
CONFIG_CMDLINE="root=/dev/mmcblk0p3 rw rootdelay=5 console=ttyMTD,log console=tty0"
I have the mmc and appropriate filesystems compiled into the kernel, but I always get a kernel panic.

Any help would be great

Thanks
__________________
Hi! I'm a Maemo Greeter!

Useful links for newcomers: New members say hello , New users start here, Community subforum, Beginners' wiki page, Maemo5 101, Frequently Asked Questions (FAQ)

If I can help with anything else, just ask!
 
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#15
try root=MMmm hexadecimal notation, I guess there isn't /dev/whatever parser in kernel for all devices. At least N8x0/770 kernel uses root=1f03 for third mtd partition, mmcblk0p3 could be b303 (major 179, minor 3)

also init=/sbin/init (or whatever you use) might be good just in case

and BTW, you can install bootmenu if you don't mind booting initial code from internal flash and pivot_root-ing to new root a bit later, no kernel changes needed then
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.

Last edited by fanoush; 2010-01-04 at 08:31.
 
Posts: 163 | Thanked: 175 times | Joined on Dec 2007 @ Alabama
#16
Originally Posted by fanoush View Post
try root=MMmm hexadecimal notation, I guess there isn't /dev/whatever parser in kernel for all devices. At least N8x0/770 kernel uses root=1f03 for third mtd partition, mmcblk0p3 could be b303 (major 179, minor 3)

also init=/sbin/init (or whatever you use) might be good just in case

and BTW, you can install bootmenu if you don't mind booting initial code from internal flash and pivot_root-ing to new root a bit later, no kernel changes needed then
I have bootmenu installed already, but when it tries to run exec /usr/sbin/chroot . /sbin/init after mounting the new root and running pivot_root, I get an error from /sbin/preinit line 372 saying not found. I'm probably missing something, but I'm not sure what it is yet.

Thanks
__________________
Hi! I'm a Maemo Greeter!

Useful links for newcomers: New members say hello , New users start here, Community subforum, Beginners' wiki page, Maemo5 101, Frequently Asked Questions (FAQ)

If I can help with anything else, just ask!

Last edited by bdogg64; 2010-01-04 at 13:59.
 
Posts: 1 | Thanked: 0 times | Joined on Jan 2010
#17
So did anyone successfully did it? If so can you please post detailed steps to Boot from my 16gb MMC? I would like to partition mine as 8gb VFAT, 7 plus gb for ext2 and the rest for swap.

Thanks in advance.
 
Posts: 162 | Thanked: 351 times | Joined on Apr 2006 @ Cotswolds, UK
#18
Originally Posted by tomm View Post
So did anyone successfully did it?
Sure. I used Fanoush's instructions here: http://talk.maemo.org/showpost.php?p...0&postcount=45
 

The Following User Says Thank You to Graham Cobb For This Useful Post:
daperl's Avatar
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#19
Originally Posted by Graham Cobb View Post
Sure. I used Fanoush's instructions here: http://talk.maemo.org/showpost.php?p...0&postcount=45
Since you've done this have you tried to reboot to the flash partition? If so, did you first need to uncomment this line from /initrd/etc/event.d/rcS-late?

# /bin/mount /home || echo "Failed to mount /home partition."
__________________
N9: Go white or go home
 
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#20
Originally Posted by daperl View Post
Since you've done this have you tried to reboot to the flash partition? If so, did you first need to uncomment this line from /initrd/etc/event.d/rcS-late?

# /bin/mount /home || echo "Failed to mount /home partition."
each system has its own copy of this file. basically the /opt and /home on internal eMMC is only for the system in flash. this should be commented only in system installed on microSD so /home and /opt is self contained there in the same partition (and not conflicting with original system in flash having different stuff in /opt and /home on eMMC). /initrd is temporary mount point in those instructions, the file is /etc/event.d/rcS-late in both systems but the /initrd/..... one refers to the one on microSD.
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.

Last edited by fanoush; 2010-01-07 at 15:10.
 

The Following User Says Thank You to fanoush For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 15:58.