Changes between Version 11 and Version 12 of faq


Ignore:
Timestamp:
04/24/2018 03:41:20 PM (6 years ago)
Author:
Ryan Erbstoesser
Comment:

add faq about reboot

Legend:

Unmodified
Added
Removed
Modified
  • faq

    v11 v12  
    219219 * https://www.nxp.com/products/microcontrollers-and-processors/arm-based-processors-and-mcus/i.mx-applications-processors/i.mx-6-processors:IMX6X_SERIES
    220220 * https://community.nxp.com
     221
     222
     223== Why doesn't the reboot or shutdown command work on my system? ==
     224
     225The reboot and shutdown command originated on desktop computer systems with ATX power supplies. The Gateworks boards are powered over DC and are constantly connected to the power source, thus these commands are not typically recommended on embedded systems.
     226
     227Thus, the question arises, what would one expect when using the shutdown command on a Gateworks embedded board? The command itself cannot actually unplug the physical power cord.
     228
     229The reboot command, in it's natural form would only reset the CPU briefly, but often so fast that the entire set of system peripherals don't properly get reset. Thus, Gateworks has steered the reboot command to use a GSC sleep for 2 seconds to act like a reset/reboot, while actually fully power cycling the main supply. This is only implemented in Gateworks BSPs that contain the proper GSC drivers and will not necessarily exist in some of the more mainline releases using mainline kernels. Read more on the [wiki:gscreboot GSC Reboot Wiki Page]
     230