View Single Post
Posts: 362 | Thanked: 426 times | Joined on Nov 2010 @ Italy, Lombardia
#103
I have found a bug in bootmenu generation.

I have used this profile:
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"
to load from MyDocs my old (and working) bootscript for Nemo.

It not works and if i examine the generated menu entry, I find :
Code:
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;'
Error: Atag not set

Last edited by Fabry; 2012-02-02 at 14:17.
 

The Following 3 Users Say Thank You to Fabry For This Useful Post: