Browse Source

Merge pull request #15 from beikeland/patch-1

update firmware filename
master
jmichault 6 years ago
committed by GitHub
parent
commit
7b682c434e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      README.md

+ 3
- 3
README.md View File

@@ -49,7 +49,7 @@ To erase the flash :


To flash file to cc2531 : To flash file to cc2531 :
```bash ```bash
./cc_write CC2531ZNP-Pro.hex
./cc_write CC2531ZNP-Prod.hex
``` ```
(takes around 3 minutes). (takes around 3 minutes).


@@ -75,7 +75,7 @@ and now you can read chip id, save flash content, erase flash, and write flash w
./cc_chipid -r 8 -c 0 -d 2 ./cc_chipid -r 8 -c 0 -d 2
./cc_read -r 8 -c 0 -d 2 save.hex ./cc_read -r 8 -c 0 -d 2 save.hex
./cc_erase -r 8 -c 0 -d 2 ./cc_erase -r 8 -c 0 -d 2
./cc_write -r 8 -c 0 -d 2 CC2531ZNP-Pro.hex
./cc_write -r 8 -c 0 -d 2 CC2531ZNP-Prod.hex
``` ```


You can also change default values in CCDebugger.h and recompile executables with make. You can also change default values in CCDebugger.h and recompile executables with make.
@@ -90,7 +90,7 @@ exit
``` ```
3. use the -m option to increase time delays used. Example : 3. use the -m option to increase time delays used. Example :
```bash ```bash
./cc_write -m 300 CC2531ZNP-Pro.hex
./cc_write -m 300 CC2531ZNP-Prod.hex
``` ```
4. executables are compiled on my raspbian distribution, you can try to recompile for your distribution with make. 4. executables are compiled on my raspbian distribution, you can try to recompile for your distribution with make.




Loading…
Cancel
Save