]> rtime.felk.cvut.cz Git - ortcan-www.git/blobdiff - lincan/usbcan/index.mdwn
Update URLs to the project GIT repositories after SF.net update to Allura platform.
[ortcan-www.git] / lincan / usbcan / index.mdwn
index aec87a8f10882bb365500edc534cf55493918451..7e6df654c97180f3d9df275f19897f09eaf9d8a0 100644 (file)
@@ -11,7 +11,7 @@ is based on [[LinCAN|lincan]] driver sources adapted to run on bare MCU hardware
 
 The firmware sources are included in can-usb1 branch of [[LinCAN|lincan]] GIT repository.
 
-    git clone --branch can-usb1 git://ortcan.git.sourceforge.net/gitroot/ortcan/lincan
+    git clone --branch can-usb1 git://git.code.sf.net/p/ortcan/lincan
     cd lincan
 
 Edit build-embedded.sh to select required target board. The default select LPC2148+SJA1000
@@ -24,6 +24,10 @@ The firmware can be found in appropriate build output directory
 
     embedded-build/lpc1768/_compiled/bin
 
+ARM GCC cross-compiler is required to build the project. arm-elf- compiler
+tool-chain build instruction and binaries can be found
+at [RTIME Cross-Compilers page][rtime-cross-compiler].
+
 The uLAN USB boot block is expected by default LPC1768 firmware build
 for for firmware flashing and startup but variant for direct startup
 can be compiled as well.
@@ -35,3 +39,4 @@ SocketCAN Linux side support is included in branch vanekjir branch of
 [rtime-socketcan-devel]:http://rtime.felk.cvut.cz/gitweb/socketcan-devel.git
 [dce]:http://dce.fel.cvut.cz/
 [ctu]:http://www.cvut.cz/
+[rtime-cross-compiler]:http://rtime.felk.cvut.cz/hw/index.php/Cross_compilers