Rebooting the system

  • I have a need to reboot the NetDCU5.2 system I have tried the


    KernelIoControl(IOCTL_HAL_REBOOT,NULL,0,NULL,0,NULL);
    function with IOCTL_HAL_REBOOT defined as 0x101003C
    but this doesn't work it simply returns control to the calling application.


    Is there another method I should be using on this device?

  • The NDCUCFG utility includes a command to reboot the device ("reboot").
    You may also run the ndcucfg command programmatically by passing the reboot command with the parameter "-c".

    Code
    1. ndcucfg -c reboot

    Software developer, F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • ndcucfg -c reboot doesn't appear to work either.
    I have also tried putting the reboot command in a text file and using the -B ooption
    I see the application popup and remain on screen when using the -c option but using the -B option the application appears and then dissapears.
    Do I need a newer version of the application ? I using Version 023

  • In this case it looks like a general rebooting problem in the windows kernel. Which kernel version are you running in your NetDCU5.2?

    Software developer, F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • I have found some version information in the registory


    HKEY_LOCAL_MACHINE\Platform


    KernelVersion = NetDCU5.2 V1.29 el
    KernelVersionDate = Apr 21 2006
    KernelVersionTime = 20:01:11
    Name = NetDCU4
    Type = 2

  • I am sorry, but this feature is not available in any default kernel image for NetDCU5.2 and there not scheduled any further releases.

    Software developer, F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.