r4707 - trunk/src/host/devirginator

zecke at docs.openmoko.org zecke at docs.openmoko.org
Thu Oct 9 12:41:15 CEST 2008


Author: zecke
Date: 2008-10-09 12:41:15 +0200 (Thu, 09 Oct 2008)
New Revision: 4707

Modified:
   trunk/src/host/devirginator/config.gta02v5
Log:
[devirginator] Fix the config.gta02v5
    - Get the bootloader and low level foo from the daily build
    - Kernel and rootfs from the release


Modified: trunk/src/host/devirginator/config.gta02v5
===================================================================
--- trunk/src/host/devirginator/config.gta02v5	2008-10-09 10:32:38 UTC (rev 4706)
+++ trunk/src/host/devirginator/config.gta02v5	2008-10-09 10:41:15 UTC (rev 4707)
@@ -7,14 +7,15 @@
 OPENOCD_HOST=localhost
 PLATFORM=gta02
 BOARD=v5
+RELEASE=Om2008.9
 
-stuff=http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/
+stuff=http://downloads.openmoko.org
 
-LOWLEVEL=$stuff/lowlevel-foo-$PLATFORM$BOARD-latest.bin
-UBOOT=$stuff/uboot-$PLATFORM$BOARD-latest.bin
-UIMAGE=$stuff/uImage-om-$PLATFORM-latest.bin
-ROOTFS=$stuff/openmoko-devel-image-om-$PLATFORM.jffs2
+LOWLEVEL=$stuff/daily/${PLATFORM}${BOARD}_and_up-lowlevel.bin
+UBOOT=$stuff/daily/${PLATFORM}${BOARD}_and_up-u-boot.bin
+UIMAGE=$stuff/releases/$RELEASE/$RELEASE.uImage.bin
+ROOTFS=$stuff/releases/$RELEASE/$RELEASE.rootfs.jffs2
 
-DFU_UTIL=$stuff/dfu-util
+DFU_UTIL=$stuff/daily/dfu-util
 #OPENOCD=$stuff/openocd
 OPENOCD_CFG=http://people.openmoko.org/werner/openocd.cfg




More information about the commitlog mailing list