I've built an NDIS miniport driver for CE 5.0. It loads and runs on the
Platform Builder 5.0 x86 emulator. However I cannot get it to load on
the SDK ARM emulator. Neither will it load on a JasJar device. In fact
DriverEntry is never even called.
I've heard that drivers need to be signed before they can be loaded on
CE5. So for the ARM emulator I signed my driver with the priviledged
certs in the SDK. This made no difference.
I've also heard that if a driver is loaded dynamically after the boot
process then this gets around the problem of signed drivers, but this
hasn't worked for me either.
Can anyone shed any light on how to simply build drivers for ARM
platforms in order to test they run?
thanks,
Tim