maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   U-Boot for Nokia RX-51 with BootMenu (updated version 2012.10-rc3-1) (https://talk.maemo.org/showthread.php?t=81613)

sifo 2012-05-10 08:29

Re: U-Boot for Nokia RX-51 with BootMenu (updated version 2012.04)
 
please i asked a question up there and i really need to know the answer please can someone answer me about it :o

reinob 2012-05-10 09:17

Re: U-Boot for Nokia RX-51 with BootMenu (updated version 2012.04)
 
@sifo,

Your question is about multiboot. I'm sure there's a thread about it. This one is about U-boot.

[OFF-TOPIC]
As far as I can understand your question, you want to know if multiboot flashes the kernel every time you boot or only when you select a different kernel than the last one you booted from?

If so, the answer is (AFAIK, I don't use multiboot): multiboot only flashes the kernel when it's necessary, i.e. when you boot a different kernel than the one currently flashed (i.e. the one you booted last time).
[/OFF-TOPIC]

sifo 2012-05-10 09:20

Re: U-Boot for Nokia RX-51 with BootMenu (updated version 2012.04)
 
sorry for that off topic post and thanks much apperciated reinob

MaddogG 2012-05-10 12:00

Re: U-Boot for Nokia RX-51 with BootMenu (updated version 2012.04)
 
Quote:

Originally Posted by pali (Post 1204557)
do you have free space on rootfs? try to reboot device

Yes, I have free space, and I managed to solve the problem applying the changes I showed you, thanks (btw, I rebooted the device before noticing the error, and I got stuck in a reboot loop, but that's another story :)).
Anyway, could you reproduce the issue? Maybe I did something wrong, but I think that adding the additional check that I suggested you won't do any harm.

quixote 2012-05-10 20:43

Re: U-Boot for Nokia RX-51 with BootMenu (updated version 2012.04)
 
uboot not seeing Mer on sdcard in N900:

I followed the instructions here to put Mer on an sdcard. I have uboot on my n900 from an earlier time when I was looking at Nitdroid on an sdcard. It's very important to me not to brick the phone or blow up my Maemo on the phone itself. As with Nitdroid, I just want to take a look at Mer and see how I like it.

(I tried to ask my question in the Mer threads but was directed here. I'm not sure I belong here either -- :confused: -- so apologies if that's the case!)

When I power up with the slider open, I get the uboot screen, but my choices are Maemo5 (which works fine), or "Nitdroid" even though the sdcard has Mer on it.

I'm obviously missing something, but the more threads I read the more confused I'm getting! What do I need to do to get uboot to see my Mer card? (Edit: I did read the first post and few pages in this thread, but didn't understand it well enough to apply it to my case.)

freemangordon 2012-05-10 21:03

Re: U-Boot for Nokia RX-51 with BootMenu (updated version 2012.04)
 
Quote:

Originally Posted by quixote (Post 1204938)
uboot not seeing Mer on sdcard in N900:

I followed the instructions here to put Mer on an sdcard. I have uboot on my n900 from an earlier time when I was looking at Nitdroid on an sdcard. It's very important to me not to brick the phone or blow up my Maemo on the phone itself. As with Nitdroid, I just want to take a look at Mer and see how I like it.

(I tried to ask my question in the Mer threads but was directed here. I'm not sure I belong here either -- :confused: -- so apologies if that's the case!)

When I power up with the slider open, I get the uboot screen, but my choices are Maemo5 (which works fine), or "Nitdroid" even though the sdcard has Mer on it.

I'm obviously missing something, but the more threads I read the more confused I'm getting! What do I need to do to get uboot to see my Mer card? (Edit: I did read the first post and few pages in this thread, but didn't understand it well enough to apply it to my case.)

try with:

run sdboot

or

run mmcboot

or

run immcboot

depending on your u-boot version

quixote 2012-05-11 16:03

Re: U-Boot for Nokia RX-51 with BootMenu (updated version 2012.04)
 
Quote:

Originally Posted by freemangordon (Post 1204949)
try with:

run sdboot

or

run mmcboot

or

run immcboot

depending on your u-boot version

Hmm. I don't seem to have any option to enter anything on boot up. Choice 1 is Maemo, which boots by default after 30 seconds. Choice 2 is Nitdroid. If I press any key except 1 or 2, it restarts the countdown. After trying to enter the command anyway, I think I got as far as the "u" of "run sdboot" and it turned itself off. On a retry with the keyboard closed it booted into Maemo normally.

Do I have a corrupt uboot? Is there some trick to getting at the uboot command prompt?

:rolleyes: More hmm: I was trying to check my version of uboot so I could write it down here, and maybe this is my problem. I have something called Enhanced bootloader for Maemo, version 0.2.10-1. Unless that's another name for uboot, I don't have it at all! I'm even more confused than I realized.

Piffle.

Okay I checked what I could about that bootloader, and this 2010 thread says, "...the kernel you flash MUST recognize Multiboot, and show its menu. It occurs with Maemo and NITDroid kernels, but not with MeeGo kernel. So you can't back from MeeGo without Flasher." So it sounds like it's not going to work with Mer/Meego.

What's the best way for me to proceed from here, given that I don't want to blow up my Maemo?

bcunha 2012-05-12 12:17

Re: U-Boot for Nokia RX-51 with BootMenu (updated version 2012.04)
 
Still doesn't work.

I've flashed Meego, copied the .item file into bootmenu.d (thanks ivyking!), and updated the menu with u-boot-update-bootmenu -- I've also had to patch the program as MaddogG's instructions. The program runs fine, but when I try to boot the phone, the same four items show. The flashed kernel boots ok, but nothing else. When I try to boot from the sdcard, it searches over every partition until it finds the kernel uImage at the third one. Then the line draws at the middle of the screen and the phone boots.

I've the impression that putting an .item file would create a menu item that would point to the chosen kernel. Am I wrong?

riv64 2012-05-20 12:18

emmc broken
 
I cannot load bootmenu.src from first eMMC fat32 partition because I use sdcard instead internal emmc (broken).Is there any way to change directory which use u-boot to show bootmenu? Now I can boot only stock kernel. After boot I see:
Attached kernel
Internal eMMC
External SD card
U-Boot boot order
U-Boot console
When I select "Attached kernel" 2.6.28-omap starts boot.


Sorry for my bad English

pali 2012-05-20 12:24

Re: emmc broken
 
Quote:

Originally Posted by riv64 (Post 1209562)
I cannot load bootmenu.src from first eMMC fat32 partition because I use sdcard instead internal emmc (broken).Is there any way to change directory which use u-boot to show bootmenu? Now I can boot only stock kernel. After boot I see:
Attached kernel
Internal eMMC
External SD card
U-Boot boot order
U-Boot console
When I select "Attached kernel" 2.6.28-omap starts boot.


Sorry for my bad English

store bootmenu script on sd card under name boot.scr and choose External SD card. It will load script from SD card and run new bootmenu.

But do not forget that other maemo kernels are stored in MyDocs too, so if you have corrupted MyDocs you will not boot other maemo kernels...


All times are GMT. The time now is 12:06.

vBulletin® Version 3.8.8