The examples git repository can be cloned from our server by using the
following command when in the "app" directory :
- git clone git://git.techno-innov.fr/lpc122x_examples examples
+ git clone git://git.techno-innov.fr/soft/lpc122x/examples examples
********************
To flash the binary (the file ending with ".bin") to the embedded LPC Flash you
will need the lpctool package, now packaged for Debian (starting with Jessie),
-or available in our git repository : http://git.techno-innov.fr/lpctools (Clone
-using : git clone http://gitclone.techno-innov.fr/lpctools and then build
-(make) and use :)
+or available in our git repository : http://git.techno-innov.fr/soft/lpctools
+(Clone using : git clone http://gitclone.techno-innov.fr/soft/lpctools and then
+build (make) and use :)
Usual command lines :
lpcprog -d /dev/ttyUSB0 -c id
lpcprog -d /dev/ttyUSB0 -c flash app_name.bin