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)

drucula 2012-05-02 06:13

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

Originally Posted by J4ZZ (Post 1200475)
sorry, but I cannot confirm that. No such *.item file here. But the problem still exists.

can you please `ls -al /etc/bootmenu.d/`?

J4ZZ 2012-05-02 08:23

Re: U-Boot for Nokia RX-51 with BootMenu (updated version 2012.04)
 
Sure but what for?
http://img821.imageshack.us/img821/5...0512102221.png

Btw... We already figured out that backupmenu.item needs to be moved out of bootmenu.d or at least be renamed for u-boot-update to work properly. So, that's not the issue.

drucula 2012-05-02 09:46

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

Originally Posted by J4ZZ (Post 1200637)
Sure but what for?
http://img821.imageshack.us/img821/5...0512102221.png

Btw... We already figured out that backupmenu.item needs to be moved out of bootmenu.d or at least be renamed for u-boot-update to work properly. So, that's not the issue.

Oh, right.. haven't seen that. That was like 22 pages ago :D
Your u-boot menu looked exactly like mine when I had my problems, so I thought it was related.

J4ZZ 2012-05-02 10:12

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

Originally Posted by drucula (Post 1200671)
Your u-boot menu looked exactly like mine when I had my problems, so I thought it was related.

Did you experienced the following issue too?

Quote:

proper U-boot menu is now showing omap1-power50 and all the others, but after selecting default entry all I get is "Starting Kernel..."
and then the phone turns off

drucula 2012-05-02 10:25

Re: U-Boot for Nokia RX-51 with BootMenu (updated version 2012.04)
 
Yeah, it's not booting attached kernel (omap1) and it's not selecting power50 as default. bootmenu.item is symlinked to power50.item.
My guess is that updated dsp modules are causing the boot to fail.

J4ZZ 2012-05-02 11:24

Re: U-Boot for Nokia RX-51 with BootMenu (updated version 2012.04)
 
I uninstalled DSP stuff but it's still the same.
Now I'm wondering why kernel images are loaded from /home/user/MyDocs/bootmenu.img.d when all kernel files are already in /boot

joerg_rw 2012-05-02 12:46

Re: U-Boot for Nokia RX-51 with BootMenu (updated version 2012.04)
 
on a wider scope it seems to have been a suboptimal decision to reuse this directory for different unrelated subsystems like fanoush's bootmenu and uBoot bootmenu.
Terribly confusing to everybody tying to understand what's the nature of uBoot and bootmenu, and obviously even confusing uBoot tools.

I'd at least have defined a dedicated /etc/uboot-bootmenu.d/ and symlinked it to /etc/bootmenu.d/ in case I really want to do this "one dir for all" approach. Now it's probably not exactly simple to fix all this.
Usual approach to fix: tools first check for existence of /etc/uboot-bootmenu.d and fall back to /etc/bootmenu.d/ if the former doesn't exist resp isn't readable (incl symlink to a readable real dir).
Quote:

Item config file has same format as Fanoush bootmenu and is stored in same folder (Multiboot package has same format too, but in folder /etc/multiboot.d/)
(I boggled and frowned on this part when I first read it, now it turns out my intuitive reaction was obviously justified)
/j

scoobydoo 2012-05-02 19:15

Re: U-Boot for Nokia RX-51 with BootMenu (updated version 2012.04)
 
this is what i get when trying to unpack boot images from first post any help appreciated cheers in advance


Nokia-N900:/home/user/MyDocs# tar -xf u-boot-images.tar.gz
tar: boot/zImage-2.6.28-omap1-fb: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: boot/zImage-2.6.28-omap1: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: etc/bootmenu.d/30-Maemo5-2.6.28-omap1-fb.item: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: etc/bootmenu.d/30-Maemo5-2.6.28-omap1.item: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: etc/bootmenu.d/40-Nemo.item: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: etc/bootmenu.d/50-NITDroid.item: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: etc/bootmenu.d/60-Kubuntu.item: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: Exiting with failure status due to previous errors
Nokia-N900:/home/user/MyDocs#

reinob 2012-05-02 19:59

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

Originally Posted by scoobydoo (Post 1200934)
this is what i get when trying to unpack boot images from first post any help appreciated cheers in advance


Nokia-N900:/home/user/MyDocs# tar -xf u-boot-images.tar.gz
tar: boot/zImage-2.6.28-omap1-fb: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: boot/zImage-2.6.28-omap1: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: etc/bootmenu.d/30-Maemo5-2.6.28-omap1-fb.item: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: etc/bootmenu.d/30-Maemo5-2.6.28-omap1.item: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: etc/bootmenu.d/40-Nemo.item: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: etc/bootmenu.d/50-NITDroid.item: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: etc/bootmenu.d/60-Kubuntu.item: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: Exiting with failure status due to previous errors
Nokia-N900:/home/user/MyDocs#

MyDocs is a VFAT partition, which does not support Unix file permissions. This means you can ignore those errors.

J4ZZ 2012-05-02 20:16

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

Originally Posted by scoobydoo (Post 1200934)
this is what i get when trying to unpack boot images from first post any help appreciated cheers in advance


Nokia-N900:/home/user/MyDocs# tar -xf u-boot-images.tar.gz
tar: boot/zImage-2.6.28-omap1-fb: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: boot/zImage-2.6.28-omap1: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: etc/bootmenu.d/30-Maemo5-2.6.28-omap1-fb.item: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: etc/bootmenu.d/30-Maemo5-2.6.28-omap1.item: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: etc/bootmenu.d/40-Nemo.item: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: etc/bootmenu.d/50-NITDroid.item: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: etc/bootmenu.d/60-Kubuntu.item: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: Exiting with failure status due to previous errors
Nokia-N900:/home/user/MyDocs#

Go to / and extract the archive there.
Code:

cd /
wget http://atrey.karlin.mff.cuni.cz/~pali/u-boot/u-boot-images_2012.04-1.tar.gz
tar -xf u-boot-images_2012.04-1.tar.gz

And all is set up. :)


All times are GMT. The time now is 07:19.

vBulletin® Version 3.8.8