From 85a118119af4eec5f4707392921277774ff9383c Mon Sep 17 00:00:00 2001 From: Konrad Beckmann Date: Thu, 10 Dec 2020 20:55:29 +0100 Subject: [PATCH] Update README.md, inform about battery --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c20c98..3039e3f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Feel free to join our [discord channel](https://discord.gg/rE2nHVAKvn) and ask a This manual is for developers, and not yet suitable for end-users. The goal is to enable other developers to be able to contribute to Game & Watch development, and hopefully eventually get to a point where we can release end-user instructions :) -Please note that we recommend either a (full-size, not mini) J-Link/J-Link Edu, or an offical ST-Link. ST-Link clones have caused a lot of issues, please avoid them. Also please remove the battery before you continue. +Please note that we recommend either a (full-size, not mini) J-Link/J-Link Edu, or an offical ST-Link. ST-Link clones have caused a lot of issues, please avoid them. Also please disconnect the battery before you continue. ## Connecting the debugger @@ -72,6 +72,8 @@ brew install arm-none-eabi-gcc ## Usage +Before starting, make sure to unplug the battery as it can interfere with the process. Power the device using the USB-C connector. + The scripts are split into 5 parts: - 1_sanity_check.sh - Performs sanity check and makes sure all required tools are available