How to remove rs232 boot message

joan
Hi
When Supervivi start to load WinCE image it sends through the RS232 the
message:
load Windows CE Image..
Its possible to remove this message?

Thanks
Joan

domodom
Hello Joan, 
I never made this thing, but if i were you, i would try to replace
supervivi with nboot in the NAND flash. It's a thing i want to test since a
long time, but i never found time to do it.
The source code of the supervivi bootloader is closed, then it's impossible
to modify it.
domodom

elagente47
Hello everybody, 

First item, sorry for my english I'm from Spain.

Well, the message "load Windows CE Image..." that appear when start
mini2440, is inside the file NBOOT.C, on  the main function.


void Main(void)
{
    char result;
  
  MMU_EnableICache();
  MMU_EnableDCache();
  
  Port_Init();
  Uart_Init();
  Nand_Init();

    //Memset((char*)0x30000000, 0,  3U * 512 * 1024);
    //Memset((char*)0x30000000 + 32U * 1024 * 1024, 0,  128U * 1024U);
    Memset((char*)pBSPArgs, 0, 1024);
    Uart_SendString("load Windows CE Image..\r\n");
    //for(;;);
 
   InitLCD();
    result = ReadImageFromNand(1);


    if (run)   run();

    // shouldn't be here.

    for (;;);
}

You need comment the line and recompile nboot with the ADS1.2 compiler and
upload the new nboot.bin inside the NOR.