From d249bce8d3c1b2670c52f92512cfba34e09f7d27 Mon Sep 17 00:00:00 2001 From: jmichault <48726908+jmichault@users.noreply.github.com> Date: Wed, 20 May 2020 10:45:18 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 645ebde..83a6d2b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ flash CC2531 USB dongle from your Raspberry, without Arduino nor CC Debugger. ## prerequisites -You need a Raspberry with [wiringPi](http://wiringpi.com/) installed. +You need a Raspberry or an Odroid-c2. +[WiringPi](http://wiringpi.com/) must be installed (if it is not preinstalled, you can usually install it with `sudo apt-install install wiringpi`). I have designed flash_cc2531 on a Raspberry Pi 3 with raspbian, but successful flashes have been reported on pi 1 and pi 2 : see sections [use other pins](#use-other-pins) and [what to try if it doesn't work](#what-to-try-if-it-doesnt-work). ## Getting Started