I added the following variables to build a simple Windows CE 5.0 image for my headless device.
{
SYSGEN_ATAPI=1
SYSGEN_FSREGHIVE=1
SYSGEN_CMD=1
SYSGEN_ETHERNET=1
SYSGEN_FTPD=1
SYSGEN_TELNETD=1
}
The problem is ...
1. the ethernet won't work in the release-built image
2. the ethernet work well in the debug-built image
3. the ethernet work well in the release-built image without SYSGEN_FSREGHIVE=1
4. the ethernet work well in the release-built image with SYSGEN_STANDARDSHELL=1
"Hive-Based Registry" is necessary for us,
but I don't think "Standard Shell" is a necessary item for a headless device.
I don't know how to debug a release-built image.
Can anyone suggest me a way to do ?
Thanks very much.