[Tinyos-2-commits] CVS: tinyos-2.x/support/make/pxa27x openocd.extra, NONE, 1.1 pxa27x.rules, 1.9, 1.10 xflash.extra, 1.4, 1.5

kusy kusy at users.sourceforge.net
Thu May 29 13:16:45 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/support/make/pxa27x
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9825/support/make/pxa27x

Modified Files:
	pxa27x.rules xflash.extra 
Added Files:
	openocd.extra 
Log Message:
adding support for OpenOCD - jtag for linux

--- NEW FILE: openocd.extra ---
#-*-Makefile-*- vim:syntax=make

#
# To install OpenOCD, see the following wiki page:
# http://docs.tinyos.net/index.php/OpenOCD_for_IMote2
#

PROGRAM = imote2-ocd-program.py

PROGRAMMER ?= $(TOSROOT)/tools/platforms/intelmote2/openocd/imote2-ocd-program.py

program: FORCE
	@echo "    installing $(PLATFORM) binary using $(PROGRAM)"
	$(PROGRAMMER) $(INSTALL_BIN)

program_input: bin
	@:


Index: pxa27x.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/pxa27x/pxa27x.rules,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pxa27x.rules	29 May 2008 18:04:06 -0000	1.9
--- pxa27x.rules	29 May 2008 20:16:43 -0000	1.10
***************
*** 13,16 ****
--- 13,17 ----
     jflashmm : (default) use the Intel JFLASHMM tool to install
     xflash   : Use the Intel XFLASH tool to install
+    openocd  : Use openocd to install
  
  endef

Index: xflash.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/pxa27x/xflash.extra,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** xflash.extra	12 Dec 2006 18:22:59 -0000	1.4
--- xflash.extra	29 May 2008 20:16:43 -0000	1.5
***************
*** 10,14 ****
  
  program: FORCE
! 	@echo "    installing $(PLATFORM) binary using $(PROGRAM) with the $(PXA27X_JTAG_DEV)"
  	$(PROGRAMMER) $(PROGRAMMER_FLAGS) -tt $(PXA27X_JTAG_DEV) $(INSTALL_BIN)
  
--- 10,14 ----
  
  program: FORCE
! 	@echo "    installing $(PLATFORM) binary using $(PROGRAM)"
  	$(PROGRAMMER) $(PROGRAMMER_FLAGS) -tt $(PXA27X_JTAG_DEV) $(INSTALL_BIN)
  



More information about the Tinyos-2-commits mailing list