The Following User Says Thank You to Fabry For This Useful Post: | ||
|
2012-07-31
, 15:14
|
Posts: 12 |
Thanked: 12 times |
Joined on Jan 2011
|
#422
|
You must Create symlink to /etc/default/bootmenu.item from your item file. For example:
$ ln -s /etc/bootmenu.d/20-Maemo5-kernel-power-2.6.28.10-power51.item /etc/default/bootmenu.item
don't forget u-boot-update-bootmenu
and change ITEM_OMAPATAG to ITEM_REUSEATAGS
|
2012-07-31
, 17:44
|
|
Posts: 92 |
Thanked: 41 times |
Joined on Jun 2012
@ indonesia
|
#423
|
@ersanpermana Thank you very much but I did all what you said but I got the same result. More idea pls.
PS. I got warning text during u-boot-update-bootmenu
Previously, after failed to boot KP51 via uboot I over write uboot flasher with KP51 and tried as @ersanpermana posted with 3 zImage Omap1 KP51 KP48 ln -s KP51 as default kernel but Omap1 loaded instead KP51
|
2012-07-31
, 21:46
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#424
|
Test done for ten minutes with WiFi Off and 3G in offline mode.
Current detected is like an average of 26-27mA with a minimum of 24 and a maximum of 29.
Now I am retesting with gps off and with log to file
|
2012-08-01
, 01:56
|
Posts: 12 |
Thanked: 12 times |
Joined on Jan 2011
|
#425
|
You have to try again.
Save zImage KP51 in /boot/
and you must change
ITEM_OMAPATAG in / etc / bootmenu.d / to ITEM_REUSEATAGS
remove the default boot symlinks in / etc /default /
and make the default boot anymore .. finish do not forget to update u-boot-boot-menu.
|
2012-08-01
, 23:35
|
Posts: 12 |
Thanked: 12 times |
Joined on Jan 2011
|
#426
|
|
2012-08-02
, 13:54
|
Posts: 539 |
Thanked: 518 times |
Joined on May 2010
@ nanaurbusiness
|
#427
|
Finally, I rechecked my step nothing wrong. I tried to change ATAG but still the same, no bootlist kernel. It only boot omap1 internal Nand.
BTW I found the problem when reboot my device after u-boot-update. The bootmenu.src cannot read, then it was boot by internal Nand again. I opened /home/user/MyDocs/bootmenu.src with text editor but nothing there.
so anyone pls guide how about this http://talk.maemo.org/showpost.php?p...&postcount=256 How to edit u-boot-update script pls supervise.
mkfs.vfat -F32 /dev/mmcblk0p1 #in most cases
The Following User Says Thank You to J4ZZ For This Useful Post: | ||
|
2012-08-02
, 14:31
|
Posts: 53 |
Thanked: 105 times |
Joined on Jan 2012
@ Iran
|
#428
|
|
2012-08-02
, 23:02
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#429
|
git clone git://gitorious.org/u-boot-shr/u-boot.git cd u-boot git checkout origin/pali fakeroot dpkg-buildpackage
debian/u-boot-tools/usr/bin/u-boot-gen-combined debian/u-boot-bootimg/boot/u-boot-2012.04-2.bin uImage combined.bin U-Boot binary is too big (actual size 262580, max size 262144)
The Following User Says Thank You to AapoRantalainen For This Useful Post: | ||
|
2012-08-03
, 06:48
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#430
|
I tried to compile u-boot:
(inside scratchbox1, with stock tools)
Code:git clone git://gitorious.org/u-boot-shr/u-boot.git cd u-boot git checkout origin/pali fakeroot dpkg-buildpackage
a) Build-Depends: kernel-bootimg
Where to get this package?
Workaround: place zImage to the /boot/zImage-2.6.28-omap1
b)Before "objcopy --gap-fill=0xff -O binary", it's size is 985157.Code:debian/u-boot-tools/usr/bin/u-boot-gen-combined debian/u-boot-bootimg/boot/u-boot-2012.04-2.bin uImage combined.bin U-Boot binary is too big (actual size 262580, max size 262144)
----
With gcc-4.6 and ld2.22
couple warnings:
board.c:49:13: warning: 'omap3_invalidate_l2_cache_secure' declared 'static' but never defined [-Wunused-function]
board.c:393:13: warning: 'omap3_update_aux_cr' defined but not used [-Wunused-function]
The Following 3 Users Say Thank You to pali For This Useful Post: | ||
Current detected is like an average of 26-27mA with a minimum of 24 and a maximum of 29.
Now I am retesting with gps off and with log to file
Last edited by Fabry; 2012-07-31 at 14:16.