pali
|
2012-02-02
, 13:36
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#101
|
|
2012-02-02
, 13:37
|
Posts: 323 |
Thanked: 180 times |
Joined on Oct 2009
@ Gent, Belgium
|
#102
|
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
|
2012-02-02
, 13:46
|
Posts: 362 |
Thanked: 426 times |
Joined on Nov 2010
@ Italy, Lombardia
|
#103
|
ITEM_NAME="Nemo from boot.scr" ITEM_ID="Nemo2" ITEM_DEVICE="${INT_CARD}p1" ITEM_FSTYPE="fat" ITEM_USEATAG="1" ITEM_SCRIPT="boot.scr"
setenv bootmenu_3 'Nemo from boot.scr= setenv mmcnum 1; setenv mmcpart 1; setenv mmctype fat; setenv bootargs; setenv atagaddr; setenv mmckernfile; setenv mmcinitrdfile; setenv mmcscriptfile boot.scr; run trymmcscriptboot;'
The Following 3 Users Say Thank You to Fabry For This Useful Post: | ||
|
2012-02-02
, 14:14
|
Posts: 323 |
Thanked: 180 times |
Joined on Oct 2009
@ Gent, Belgium
|
#104
|
The Following User Says Thank You to Netweaver For This Useful Post: | ||
|
2012-02-02
, 15:24
|
Posts: 323 |
Thanked: 180 times |
Joined on Oct 2009
@ Gent, Belgium
|
#106
|
The Following User Says Thank You to Netweaver For This Useful Post: | ||
|
2012-02-02
, 15:27
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#107
|
I have found a bug in bootmenu generation.
I have used this profile:
to load from MyDocs my old (and working) bootscript for Nemo.Code:ITEM_NAME="Nemo from boot.scr" ITEM_ID="Nemo2" ITEM_DEVICE="${INT_CARD}p1" ITEM_FSTYPE="fat" ITEM_USEATAG="1" ITEM_SCRIPT="boot.scr"
It not works and if i examine the generated menu entry, I find :
Error: Atag not setCode:setenv bootmenu_3 'Nemo from boot.scr= setenv mmcnum 1; setenv mmcpart 1; setenv mmctype fat; setenv bootargs; setenv atagaddr; setenv mmckernfile; setenv mmcinitrdfile; setenv mmcscriptfile boot.scr; run trymmcscriptboot;'
The Following User Says Thank You to pali For This Useful Post: | ||
|
2012-02-02
, 15:42
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#108
|
Hi Pali,
can u have a look at your code again ?
Specifically compare with the patches that were used by Carsten to create his uboot-pr13 package, as they seem to initialize everything fine : http://al.robotfuzz.com/~al/maemo/u-...-support.patch
We have to avoid ending up in the fingerpointing : it's the Nemo kernel's fault <-> it's Pali's u-boot fault
Also Fabry, if you say it was working fine with the previous one, is that a previous Pali version (with the battery drain) or the 'official' uboot-pr13 version ? Just to narrow down where the differences can be looked for.
Thanks again. I hope u have some time, as I know your pretty busy recently.
The Following 2 Users Say Thank You to pali For This Useful Post: | ||
|
2012-02-02
, 18:25
|
Posts: 323 |
Thanked: 180 times |
Joined on Oct 2009
@ Gent, Belgium
|
#109
|
The Following 3 Users Say Thank You to Netweaver For This Useful Post: | ||
|
2012-02-02
, 18:34
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#110
|
$ grep PREEMPT .config CONFIG_PREEMPT=y # CONFIG_DEBUG_PREEMPT is not set # CONFIG_PREEMPT_TRACER is not set
The Following 4 Users Say Thank You to pali For This Useful Post: | ||