No changes between revisions
/Modules/Clock/CLKGEN01B/SW/Readme.txt
0,0 → 1,9
The firmware should be flashed by bash script.
 
./flash.sh
 
The script downloads, compile and install the pk2cmd utility. After that firmware is flashed.
 
PIC microcontroler should be powered from programmer during this process.
 
 
/Modules/Clock/CLKGEN01B/SW/flash.sh
0,0 → 1,6
#!/bin/bash
git clone https://github.com/jda/pk2cmd.git
cd pk2cmd
make linux
sudo make install
pk2cmd -PPIC18F4550 -M -Y -W -F../DG8SAQ synthesiser_Emulator/firmware.hex
Property changes:
Added: svn:executable
+*
\ No newline at end of property