From 76edf9e7a464cf4027b4fed0ee6989fd1beee548 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Wed, 19 Aug 2020 14:09:04 -0600 Subject: [PATCH] docs: Add note about system reset for internal flashing --- doc/flashing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/flashing.md b/doc/flashing.md index 1e8d624..0f2db86 100644 --- a/doc/flashing.md +++ b/doc/flashing.md @@ -4,6 +4,9 @@ Use this method for flashing a system already running System76 EC. +This will trigger a watchdog reset causing the system to immediately power off. +Save and close all applications before flashing. + ``` make BOARD=/ flash_internal ```