Reply
Thread Tools
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#651
Originally Posted by explit View Post
/dev/mmcblk1p1 /media/mmc1 (FAT32)
/dev/mmcblk1p3 /media/mmc1p3 (EXT3), NitDroid
/dev/mmcblk1p2 /media/mmc1p2 (EXT4), Nemo
If nit is on p2 and nemo on p3, then please correct above!

Originally Posted by explit View Post
ITEM_CMDLINE=root=/dev/mmcblk0p3, I think in nemo the external sd card is /dev/mmcblk0 and not mmcblk1 like in Maemo.
set
ITEM_CMDLINE=root=/dev/mmcblk1p3
and try again
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following 2 Users Say Thank You to peterleinchen For This Useful Post:
explit's Avatar
Posts: 592 | Thanked: 1,603 times | Joined on Apr 2010 @ Berlin / Germany
#652
[QUOTE=peterleinchen;1338935]If nit is on p2 and nemo on p3, then please correct above!


Sorry my error. So it correct.

/dev/mmcblk1p1 /media/mmc1 (FAT32)
/dev/mmcblk1p2 /media/mmc1p2 (EXT3), NitDroid
/dev/mmcblk1p3 /media/mmc1p3 (EXT4), Nemo

In Maemo my Nemo rootfs partition is /dev/mmcblk1p3.

In Nemo this partition is /dev/mmcblk0p3, because /dev/mmcblk1p3 is the third partition on the Internal EMMC.

Nemo booting correct, it loads more then only kernel ( i see the nemo background).

But then i got a loop. Freezing on background, trying to remount, freezing on background...

I tried to change to
ITEM_CMDLINE=root=/dev/mmcblk1p3
like you wrote it, I get no filesystem found on /dev/mmcblk1p3

I checked the ext4 Nemo partition for errors and found a lot of !
fsck.ext4 quit after a while with Segmentation fault.

I created an new ext4 fs on /dev/mmcbl1p3, wrote an Nemo raw image on another card and than tar the ext4 partition with Nemo Rootfs to file and than i have untar this file on my mmcblk1p3.
Then I copied the uImage and 3 other files from Nemo FAT16 Partition also to my mmcblk1p3 and tryed to boot afterwards...
I got the same problem...

If i try to boot Nemo from the other card, i have created, it boots fine.
Can I read out the Nemo logs or dmesg from the Maemo ?

Or maybe, someone, who has Nemo and Nitdroid on the same Card, can post his configuration?

Here are my Nemo.item configiguration:

ITEM_NAME="NEMO 2.6.37"
ITEM_KERNEL="uImage"
ITEM_DEVICE="${EXT_CARD}p3"
ITEM_FSTYPE="ext4"
ITEM_CMDLINE="root=/dev/mmcblk0p3 rootwait rw console=tty02,115200n8 console=tty0 omapfb.vram=0:2M,1:2M,2:2M mtdoops.mtddev=2"
ITEM_OMAPATAG="1"

Thanks

Last edited by explit; 2013-04-25 at 22:29.
 
ArchiMark's Avatar
Posts: 414 | Thanked: 109 times | Joined on Mar 2007 @ Silicon Valley
#653
Originally Posted by ArchiMark View Post
Trying to install latest version from Extras-Devel via HAM....

However, when I try to install it, I get error message:



If I click on the 'Details' button, it says under the Problems tab:



What can I do to install U-Boot?

FWIW, I recently reflashed my n900, so, all fresh....


Wow! It has been several days since I posted about install problem and requesting some help....but no input...is it because there is no solution or my problem is so elementary that I should have figured it out myself or ???


Seriously, would greatly appreciate some guidance as to how to get U-Boot installed...

Thanks!
It's been 6 days since my post above and no input.....

Can some kind soul please give me some guidance as to what to do to get U-Boot to install ?

I really need to get it installed....

Thank you!
__________________
Mark
Silicon Valley Digerati

Nokia N900
Previous: Nokia N810 & N800
 
Posts: 2,153 | Thanked: 8,462 times | Joined on May 2010
#654
Try installing via apt-get.
 

The Following User Says Thank You to pali For This Useful Post:
ArchiMark's Avatar
Posts: 414 | Thanked: 109 times | Joined on Mar 2007 @ Silicon Valley
#655
Originally Posted by pali View Post
Try installing via apt-get.
Thanks....

So, installed u-boot-flasher via apt-get....

I created a new u-boot menu entry as follows:

Code:
ITEM_NAME="Arch Linux ARM (eMMC)"
ITEM_KERNEL="/boot/uImage"
ITEM_DEVICE="${INT_CARD}p5"
ITEM_FSTYPE="ext3"
ITEM_OMAPATAG="1"
ITEM_CMDLINE="root=/dev/mmcblk0p5 rootwait init=/bin/systemd omapfb.vram=0:3M,1:3M,2:3M quiet"
Then I did

Code:
# u-boot-update-bootmenu 

Adding entry for: 'Maemo 5 with attached kernel 2.6.28-omap1 (internal Nand)'

Configuration file: /etc/bootmenu/d/20-archlinux.item

Warning: Invalid file - missing kernel or script file - skipping...

Generating u-boot bootmenu script....

FYI, I am trying to get Arch Linux up and running....per these instructions on this blog page:

http://blog.jakgibb.com/2013/03/28/a...stall-on-n900/


Any suggestions?

Thanks!
__________________
Mark
Silicon Valley Digerati

Nokia N900
Previous: Nokia N810 & N800

Last edited by ArchiMark; 2013-04-28 at 16:08. Reason: Correct error in ITEM_CMDLINE
 
Posts: 17 | Thanked: 9 times | Joined on Apr 2012 @ India
#656
I haven't tried this as I am not planning to get arch linux installed, but might try later.
Did you extract Arch Linux rootfs to partition mentioned in the ".item" file ?
u-boot-update-bootmenu needs to be run after that.
From the error message it seems it can't find the kernel image which should be in that partition.
 

The Following User Says Thank You to starkwiz For This Useful Post:
ArchiMark's Avatar
Posts: 414 | Thanked: 109 times | Joined on Mar 2007 @ Silicon Valley
#657
Originally Posted by starkwiz View Post
I haven't tried this as I am not planning to get arch linux installed, but might try later.
Did you extract Arch Linux rootfs to partition mentioned in the ".item" file ?
u-boot-update-bootmenu needs to be run after that.
From the error message it seems it can't find the kernel image which should be in that partition.
Yes, I did extract the rootfs to the partition mentioned....

The only thing I can think of now is that particular partition that I created is not getting mounted automatically when I boot to maemo. So, maybe same thing happening when I boot up using u-boot, ie, if not mounted, then can't find kernel....
__________________
Mark
Silicon Valley Digerati

Nokia N900
Previous: Nokia N810 & N800
 
Posts: 17 | Thanked: 9 times | Joined on Apr 2012 @ India
#658
hmm...
Can you make sure your u-boot tools are also updated ?
By running the command below.
apt-get install u-boot-tools
Then run u-boot-update-bootmenu

I had a problem in which u-boot-tools weren't updated automatically after installing u-boot from HAM/FAM.

Edit: I didn't notice the new version.
Check if your u-boot is updated as well:
Update: 20.04.2013 10:00 UTC: Version 2013.04-1 is in Extras-Devel, support for bootmenu ext2/3/4 partition

Last edited by starkwiz; 2013-04-28 at 15:07.
 
ArchiMark's Avatar
Posts: 414 | Thanked: 109 times | Joined on Mar 2007 @ Silicon Valley
#659
Originally Posted by starkwiz View Post
hmm...
Can you make sure your u-boot tools are also updated ?
By running the command below.
apt-get install u-boot-tools
Then run u-boot-update-bootmenu

I had a problem in which u-boot-tools weren't updated automatically after installing u-boot from HAM/FAM.
Thanks for your help....

I just did as you instructed...says I already have the latest version....
__________________
Mark
Silicon Valley Digerati

Nokia N900
Previous: Nokia N810 & N800
 
Posts: 17 | Thanked: 9 times | Joined on Apr 2012 @ India
#660
You're welcome.
Now, I can think of few things as below:
1. Check if the partition created is ext3,p5 and on your internal sd.
2. Check if you are still able to correctly mount in /mnt, also go through the data once mounted.
3. If the above 2 things look fine, try extracting again.

Hope you know the commands to check those things.

I might give a try sometime this week.
Will let you know if it works for me.
 

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

Tags
bootmenu, u-boot


 
Forum Jump


All times are GMT. The time now is 11:40.