[Tinyos-commits] CVS: tinyos-1.x/tools/make/pxa27x bootloader.extra, 1.1, 1.2 usbinstall.extra, 1.1, 1.2 usbreinstall.extra, 1.1, 1.2

Robbie Adler radler at users.sourceforge.net
Fri Jul 14 12:44:45 PDT 2006


Update of /cvsroot/tinyos/tinyos-1.x/tools/make/pxa27x
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17433/pxa27x

Modified Files:
	bootloader.extra usbinstall.extra usbreinstall.extra 
Log Message:
fixed path issue and constant definition issue

Index: bootloader.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/pxa27x/bootloader.extra,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** bootloader.extra	14 Jul 2006 19:15:33 -0000	1.1
--- bootloader.extra	14 Jul 2006 19:44:43 -0000	1.2
***************
*** 9,13 ****
  BOOTLOADER = present
  
! PXA27X_JTAG ?= $(TOSDIR)/../../../public/tinyos-1.x/contrib/imote2/tools/bin/USBLoaderHost.exe
  
  program: FORCE
--- 9,13 ----
  BOOTLOADER = present
  
! PXA27X_JTAG ?= $(TOSDIR)/../contrib/imote2/tools/bin/USBLoaderHost.exe
  
  program: FORCE

Index: usbinstall.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/pxa27x/usbinstall.extra,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** usbinstall.extra	14 Jul 2006 19:15:29 -0000	1.1
--- usbinstall.extra	14 Jul 2006 19:44:43 -0000	1.2
***************
*** 4,8 ****
  #Installation using boot loader.
  
! BOOT_INSTALL = TRUE
  NODEID = $(INSTALL)
  BUILD_DEPS = bin program
--- 4,8 ----
  #Installation using boot loader.
  
! INSTALL_PROGRAM = bootloader
  NODEID = $(INSTALL)
  BUILD_DEPS = bin program

Index: usbreinstall.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/pxa27x/usbreinstall.extra,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** usbreinstall.extra	14 Jul 2006 19:15:33 -0000	1.1
--- usbreinstall.extra	14 Jul 2006 19:44:43 -0000	1.2
***************
*** 4,8 ****
  #Installation using boot loader.
  
! BOOT_INSTALL = TRUE
  NODEID = $(INSTALL)
  BUILD_DEPS = program
--- 4,8 ----
  #Installation using boot loader.
  
! INSTALL_PROGRAM = bootloader
  NODEID = $(INSTALL)
  BUILD_DEPS = program



More information about the Tinyos-commits mailing list