The Following 3 Users Say Thank You to Netweaver For This Useful Post: | ||
|
2012-02-02
, 21:01
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#112
|
Also the modification we have in our kernel for the Class 10 cards (setting DTO to 14, iirc), in the same source file, is also NOT in the Nemo kernel.
|
2012-02-02
, 21:26
|
Posts: 362 |
Thanked: 426 times |
Joined on Nov 2010
@ Italy, Lombardia
|
#113
|
The Following User Says Thank You to Fabry For This Useful Post: | ||
|
2012-02-04
, 17:03
|
Posts: 323 |
Thanked: 180 times |
Joined on Oct 2009
@ Gent, Belgium
|
#114
|
The Following 5 Users Say Thank You to Netweaver For This Useful Post: | ||
|
2012-02-06
, 21:23
|
Posts: 78 |
Thanked: 24 times |
Joined on Mar 2010
|
#115
|
|
2012-02-07
, 01:47
|
Posts: 1,746 |
Thanked: 1,832 times |
Joined on Dec 2010
|
#116
|
|
2012-02-07
, 09:08
|
Posts: 20 |
Thanked: 14 times |
Joined on Oct 2011
|
#117
|
|
2012-02-07
, 09:50
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#118
|
|
2012-02-07
, 09:55
|
Posts: 20 |
Thanked: 14 times |
Joined on Oct 2011
|
#119
|
|
2012-02-07
, 10:32
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#120
|
Hi, pali, ppl.
1. Plz apply this:
sed -i 's|test -f "\$BOOTMENU_BOOT_DIR|test -s "$BOOTMENU_BOOT_DIR|' u-boot-update-bootmenu
This will allow processing kernel images which are symlinks.
2. BTW where's the public repo with u-boot-update-bootmenu? Guthub?
3. Would be very nice having ability to change the default boot item through /etc/bootmenu.d/ items.
A bit deeper now...
As per the Ubuntu ARM bug, the commit below was introduced in 2.6.34rc1 so is surely not included in our 2.6.28. It got removed later by the Ubuntu Arm team to fix their (and our identical) issue. I checked the code in the Nemo 2.6.37 N900 Adaptation kernel in OBS and an evolved version from this commit is STILL in the code.
Also the modification we have in our kernel for the Class 10 cards (setting DTO to 14, iirc), in the same source file, is also NOT in the Nemo kernel.
I suppose, when patched (and that commit rebased/reverted) the same way as our kernel-power, it would have more chance of working but it needs a more experienced kernel programmer than me to create the correct patch and create a new kernel for testing