Changes between Version 1 and Version 2 of gscreboot


Ignore:
Timestamp:
06/14/2018 06:39:18 PM (6 years ago)
Author:
Ryan Erbstoesser
Comment:

show example of reboot

Legend:

Unmodified
Added
Removed
Modified
  • gscreboot

    v1 v2  
    2323 - Android L5 (3.14.28 kernel) - [https://github.com/Gateworks/linux-imx6/commit/7cb45f3718c5e5e1b384608fc5b9070fa753621f commit 7cb45f3]
    2424 - OpenWrt 16.02 (4.4 kernel) -[https://github.com/Gateworks/openwrt/commit/3d57ef0c66e6a8ffa71ff79deb70929c8c9603ce commit 3d57ef0]
     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{{{
     29root@OpenWrt:/# reboot
     30root@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
     34U-Boot 2015.04-g040377a (Apr 11 2017 - 10:05:57)
     35
     36CPU:   Freescale i.MX6DL rev1.1 at 792MHz
     37CPU:   Industrial temperature grade (-40C to 105C) at 57C
     38Reset cause: POR
     39
     40}}}
    2541
    2642== Manual Reboot via GSC Sleep ==