Reply
Thread Tools
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#161
I pushed new (rebased) patches to git repository on gitorious.
* deleted ali patch which relocated u-boot in reset function (I moved and rewritted code to rx51.c)
* added patch which enable appending atags to existing (based on mirakels patch)
* rebased on top of u-boot master again

In this build I see problem with eMMC again - not working. But I did not change anything with eMMC, so problem must be in upstream code...

===

Two things missing for sending patches to upstream:
1. fix eMMC support again
2. correct display brightness support

Last edited by pali; 2012-06-06 at 14:23.
 

The Following 4 Users Say Thank You to pali For This Useful Post:
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#162
Problem with eMMC was found
Caused by commit:
02f3029f1810b99869254d0cf0a71946a008a728 mmc: retry the cmd8 to meet 74 clocks requirement in the spec:
http://git.denx.de/?p=u-boot/u-boot-...a71946a008a728

After reverting this commit eMMC working again...
 

The Following 3 Users Say Thank You to pali For This Useful Post:
qwazix's Avatar
Moderator | Posts: 2,622 | Thanked: 5,447 times | Joined on Jan 2010
#163
Quick question: u-boot+kp 49 does not work with the default meego ce image out of the box. Is there a boot.scr for that configuration and where should I put it? (I think that the default Meego CE image has a fat /boot partition so that it works with uboot-pr13)

uboot-pr13 and uboot from the shr website confirmed to work with the same Meego CE sd card.
__________________
Proud coding competition 2012 winner: ρcam
My other apps: speedcrunch N9 N900 Jolla –– contactlaunch –– timenow

Nemo UX blog: Grog
My website: qwazix.com
My job: oob
 
Posts: 1,746 | Thanked: 1,832 times | Joined on Dec 2010
#164
ive got the same problem as above. yet when i flashed to stock and stock uboot, i had an error still.
 
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#165
You need to create bootmenu configuration file (bootmenu.scr in MyDocs)

Last edited by pali; 2012-06-06 at 14:23.
 

The Following 4 Users Say Thank You to pali For This Useful Post:
Posts: 1,746 | Thanked: 1,832 times | Joined on Dec 2010
#166
thank you soo much this is how i boot into it now


setenv bootmenu_4 'MeegoBoot (External SD card, partition 3, fat, uImage)=setenv mmcnum 0; setenv mmcpart 3; setenv mmctype fat; setenv mmcfile uImage; run trymmcuimage';

Last edited by m4r0v3r; 2011-11-12 at 11:21.
 

The Following User Says Thank You to m4r0v3r For This Useful Post:
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#167
You can also specify only 3 entires (if you want):
bootmenu_0 for Maemo5 kernel
bootmenu_1 for Meego
bootmenu_2 for end of bootmenu

last entry must always exists and must be empty!
 

The Following User Says Thank You to pali For This Useful Post:
Posts: 1,746 | Thanked: 1,832 times | Joined on Dec 2010
#168
i dont really have a last entry? is it required? since everything seems to run fine
 
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#169
if you are sure that variable after last entry is not defined it should be ok (I checked u-boot code), but it could not be always true.

if you add command "setenv bootmenu_<last+1>" you will delete <last+1> entry so <last> will be always last
 

The Following User Says Thank You to pali For This Useful Post:
qwazix's Avatar
Moderator | Posts: 2,622 | Thanked: 5,447 times | Joined on Jan 2010
#170
Thank you all for your help,

I created the bootmenu.scr with m4r0v3r's
Code:
 setenv bootmenu_4 'MeegoBoot (External SD card, partition 3, fat, uImage)=setenv mmcnum 0; setenv mmcpart 3; setenv mmctype fat; setenv mmcfile uImage; run trymmcuimage';
and now u-boot finds the meego ce kernel (it shows size, name and all) sticks at Starting Kernel for a few seconds and then the device turns off. Any ideas?
__________________
Proud coding competition 2012 winner: ρcam
My other apps: speedcrunch N9 N900 Jolla –– contactlaunch –– timenow

Nemo UX blog: Grog
My website: qwazix.com
My job: oob
 
Reply


 
Forum Jump


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