| 25 | - Example |
| 26 | - Note the line that states it is using a GSC powerdown |
| 27 | - Note that the Reset cause shown in example below shows POR, because the GSC actually cycled the board power. If the Reset cause shows WDOG, then the CPU watchdog kicked in, which is not the desired result. |
| 28 | {{{ |
| 29 | root@OpenWrt:/# reboot |
| 30 | root@OpenWrt:/# |
| 31 | [ 273.301224] imx2-wdt 20bc000.wdog: Device shutdown: Expect reboot! |
| 32 | [ 273.307825] reboot: Restarting system |
| 33 | [ 273.311504] gsc 0-0020: GSC powerdown for 1 seconds |
| 34 | U-Boot 2015.04-g040377a (Apr 11 2017 - 10:05:57) |
| 35 | |
| 36 | CPU: Freescale i.MX6DL rev1.1 at 792MHz |
| 37 | CPU: Industrial temperature grade (-40C to 105C) at 57C |
| 38 | Reset cause: POR |
| 39 | |
| 40 | }}} |