From 14af6806f845e5bcab88354286e03a404f35503f Mon Sep 17 00:00:00 2001 From: jmichault <48726908+jmichault@users.noreply.github.com> Date: Fri, 27 Dec 2019 22:49:32 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af30e0a..82e194d 100644 --- a/README.md +++ b/README.md @@ -81,11 +81,17 @@ You can also change default values in CCDebugger.h and recompile executables wit ## what to try if it doesn't work? 1. stop all other programs before flash. -2. use the -m option to increase time delays used. Example : +2. fix the cpu speed before flash. Example : +```bash +sudo bash +echo performance >/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor +exit +``` +3. use the -m option to increase time delays used. Example : ```bash ./cc_write -m 300 CC2531ZNP-Pro.hex ``` -3. executables are compiled on my raspbian distribition, you can try to recompile for your distribution with make. +4. executables are compiled on my raspbian distribition, you can try to recompile for your distribution with make. ## License