Pré - requis :
GIT : http://code.google.c...iew20101002.exe
WinAVR : http://downloads.sou...&use_mirror=ovh
Lien de configuration : http://github.com/psgroove/
1) Installer GIT et WinAVR sur votre machine
2) Lancer cmd à l'aide de la commande "executer"
3) On tape :
cd ../..
puis entrée
4) puis :
cd WinAVR-20100110
Suivie de entrée
5) suivie de :
C:\"Program Files"\git\bin\sh.exe --login -i
Et encore entrée ^^
6) Ensuite une sequence de 4 commandes a rentré :
git clone git://github.com/psgroove/psgroove.git
entrée
cd psgroove
entrée
git submodule init
entrée
git submodule update
entrée
Le soft va tout télécharger donc rendez vous sur la page : http://github.com/psgroove/psgroove/
Pour retrouver les paramètres de votre dongle programmable.
7) Rendez vous dans :
C:\WinAVR-2010110\psgroove
et editez le fichier "makefile" et remplacer les valeurs suivante par celles trouvés sur le site.
REMARQUE TRES IMPORTANTE : sur le site on trouve "F_Clock = 8000000" mais la valeur a remplacer est "F_CPU"
8) On se rend dans :
C:\WinAVR-20100110\bin
et on lance l'icône en forme de plume : tclsh84.exe
9) On retape une serie de commande :
cd ..
cd psgroove
make
10) Le soft compile tout tout seul (si c'est pas beau ça)
Et vous voila avec votre psgroove.hex dans votre dossier C:\WinAVR-2010110\psgroove
% make clean -------- begin -------- Cleaning project: -------- end -------- % make -------- begin -------- avr-gcc (WinAVR 20100110) 4.3.3 Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. C:/WinAVR-20100110/utils/bin/make.EXE -C PL3 make.EXE[1]: Entering directory `C:/WinAVR-20100110/psgroove/PL3' C:/WinAVR-20100110/utils/bin/make.EXE -C tools make.EXE[2]: Entering directory `C:/WinAVR-20100110/psgroove/PL3/tools' cc -g dump_lv2_pcap_to_bin.c -o dump_lv2_pcap_to_bin process_begin: CreateProcess(NULL, cc -g dump_lv2_pcap_to_bin.c -o dump_lv2_pcap _to_bin, ...) failed. make (e=2): Le fichier spécifié est introuvable. make.EXE[2]: *** [dump_lv2_pcap_to_bin] Error 2 make.EXE[2]: Leaving directory `C:/WinAVR-20100110/psgroove/PL3/tools' make.EXE[1]: *** [tools] Error 2 make.EXE[1]: Leaving directory `C:/WinAVR-20100110/psgroove/PL3' make.EXE: *** [PL3] Error 2 child process exited abnormally %