CE6.0 Unrecognized option



Hello,

I have included Command Processor and Command Window Console in my image and
i use the serial port as the console for the device.
I have made the following changes:

project.reg File

[HKEY_LOCAL_MACHINE\Drivers\Console]
"OutputTo" = dword:1
"COMSpeed" = dword:1C200

[HKEY_LOCAL_MACHINE\init]
"Launch50"="cmd.exe"
"Depend50"=hex:0A,00,14,00,1E

bsp_cfg.h File:

//------------------------------------------------------------------------------
// Debug OUTPUT
// DEBUG_PORT specifies which UART we use for debug serial port. It must be
one
// of the following :
// DBG_UART1
// DBG_SC16C652_PORTA
// DBG_SC16C652_PORTB
//------------------------------------------------------------------------------

1. define DBG_UART1 1
2. define DBG_SC16C652_PORTA 4
3. define DBG_SC16C652_PORTB 5


//#define DEBUG_PORT DBG_SC16C652_PORTA
//#define DEBUG_PORT DBG_UART1

I use HyperTerminal to see what the device sends via the serial port.
When I start the device I see the following message on the HyperTerminal
screen:

-EbootSendBootmeAndWaitForTftp

BL_IMAGE_TYPE_BIN

INFO: OEMMultiBINNotify (dwNumRegions = 1, dwRegionStart = 0x88100000).
INFO: OEMVerifyMemory (CA = 0x88100000, PA = 0x80100000, length = 0x6F8AC4)
INFO: Downloading NK RAM image.
rom_offset=0x0.
ImageStart = 0x88100000, ImageLength = 0x6F8AC4, LaunchAddr = 0x88101000

Completed file(s):
Address=0x88100000 Length=0x6F8AC4 Name="" Target=RAM
ROMHDR at Address 88100044h
Download successful! Jumping to image at 0x88101000 (physical 0x80101000)...
INFO: EbootWaitForHostConnect (IP = 128.131.81.37, MAC = 12-9-11-CF-8C-95,
Port
= 0xD403)
Got EDBG_CMD_JUMPIMG
Got EDBG_CMD_CONFIG, flags:0x00000000

Unrecognized option 50.

Now I want to know why I get this Unrecognized option 50 and how I can
change that?!??

Thanks,
Rainer
.


Loading