Reply
Thread Tools
Posts: 13 | Thanked: 14 times | Joined on Feb 2010
#561
Ok I am felling noobish for the first time in a lontime but I have spent the last week or so searching and hacking on getting this to work.
I had multiboot installed, uninstalled it then installed backup menu, backed up everything and did an rsync for good measure.

Then I repartitioned the emmc to have parts 1-6
I have power kewrnel and stock kernel working

I have tried
ITEM_NAME="NITDroid 2.6.28.NIT.07 split"
ITEM_KERNEL="uImage-2.6.28-nit07"
ITEM_MODULES=ext3
ITEM_CMDLINE="rootdelay=10 root=/dev/mmcblk1p5"
ITEM_OMAPATAG="1"
"
and many other nothing mounts root
 
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#562
This is more a question for NIT thread, but I guess you missed the ITEM_DEVICE and/or CMD params.

Here is my (working) item config file
Code:
ITEM_NAME="NITDroid 2.6.28.NIT.07 on mmcblk0p5"
ITEM_KERNEL="uImage"
ITEM_DEVICE="${INT_CARD}p5"
ITEM_FSTYPE="ext3"
ITEM_CMDLINE="snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6 console=tty1 root=/dev/mmcblk0p5 rw rootwait init=/init panic=30 debug"
ITEM_OMAPATAG="1"
, as already posted before.
Kernel image (here named uImage) needs to be present in / of specified device (0p5).
Do not forget to run u-boot-update-bootmenu!

But after reading again, you may have only misspelled CMDLINE.
Try
Code:
ITEM_CMDLINE="snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6 console=tty1 root=/dev/mmcblk0p5 rw rootwait init=/init panic=30 debug"
Depending on what version of u-boot you are using and why your ITEM_KERNEL already points to a uImage (u-boot-update creates uImage from zImage for you in Mydocs/bootmenu.img.d)
__________________
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 4 Users Say Thank You to peterleinchen For This Useful Post:
Posts: 43 | Thanked: 50 times | Joined on Apr 2011 @ Ipoh, Malaysia
#563
I was using uboot version 2012-04 previously. All the kernels default/KP51/omapfb/arch was working correctly. I upgraded to 2012-10.rc3 and now I can only boot the attached kernel. I changed the KP51 item config file to use OMAPTAG and ran u-boot-update-bootmenu but still I cannot boot any other kernel other than the one attached with u-boot.

After this, I un-installed u-boot, re-installed it and and re-installed power-bootimage (KP51) but the situation is same. On booting any other kernel the device shuts down after the message "Starting kernel".

OMAP FB kernel gives the following error before shutting down.

 
Community Council | Posts: 680 | Thanked: 1,227 times | Joined on Sep 2010 @ Mbabane
#564
Uninstall (preferably with 'apt-get purge...') all u-boot versions.
Reflash stock kernel, preferably with USB + flasher-3.5. This will return you to a clean state, where you can install u-boot again, following carefully the first post in this thread
 

The Following User Says Thank You to sicelo For This Useful Post:
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#565
And (maybe) set up your config files correctly (see OP), as I have seen that the one for NIT was not correct.
Or just omit CMDLINE param for stock/power kernel...
__________________
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
 
Posts: 43 | Thanked: 50 times | Joined on Apr 2011 @ Ipoh, Malaysia
#566
Uninstalled U-Boot version 2012-10.rc3 Flashed KP51 kernek re-installed. Same error.

Purged U-Boot reverted back to U-Boot 2012-04. mkimage error during u-boot-update-bootmenu.

Console output below -

Nokia-N900:~# u-boot-update-bootmenu
Default bootmenu entry is '/etc/bootmenu.d/20-Maemo5-KP51.item'
Adding bootmenu entry for: Internal Nand

Configuration file: /etc/bootmenu.d/10-Maemo5-2.6.28-omap1.item
Generating u-boot image for kernel 'zImage-2.6.28-omap1'...
Adding bootmenu entry for: 'Maemo 5 with 2.6.28-omap1'

Configuration file: /etc/bootmenu.d/20-Maemo5-KP51.item
Generating u-boot image for kernel 'zImage-2.6.28.10-power51'...
mkimage: Write error on /home/user/MyDocs/bootmenu.img.d/zImage-2.6.28.10-power51: Success
Nokia-N900:~#
 
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#567
Are you sure your MyDocs is writable at all?
This would explain your problems.
__________________
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 User Says Thank You to peterleinchen For This Useful Post:
Posts: 43 | Thanked: 50 times | Joined on Apr 2011 @ Ipoh, Malaysia
#568
Yes MyDocs is writable. Just in case I also did a filesystem check before trying it out.

Although I tried manually copying zImage into /home/user/MyDocs/bootmenu.d/ folder and it gave an error. Elsewhere in MyDocs I can cut/copy stuff. Could it be that the permissions for /home/user/MyDocs/bootmenu.d/ have gone wrong ?
 
Community Council | Posts: 680 | Thanked: 1,227 times | Joined on Sep 2010 @ Mbabane
#569
MyDocs is vfat, so linux permissions don't apply.

While you wait for help, maybe you could try out the previous u-boot at
http://atrey.karlin.mff.cuni.cz/~pali/u-boot/

Last edited by sicelo; 2012-12-27 at 04:59.
 
Posts: 43 | Thanked: 50 times | Joined on Apr 2011 @ Ipoh, Malaysia
#570
I tried with 2012.04-1 and got the mkimage error I posted above. I did not test with 2012.04-2 because I read in the threads that it is not suitable for hw rev 2204.

Btw the command u-boot-update-bootmenu ... does it need to be run as root ?
 
Reply

Tags
bootmenu, u-boot


 
Forum Jump


All times are GMT. The time now is 14:43.