r4708 - trunk/src/host/devirginator

zecke at docs.openmoko.org zecke at docs.openmoko.org
Thu Oct 9 13:01:40 CEST 2008


Author: zecke
Date: 2008-10-09 13:01:40 +0200 (Thu, 09 Oct 2008)
New Revision: 4708

Modified:
   trunk/src/host/devirginator/config.gta01bv4
Log:
[devirginator] Upgrade config.gta01bv4
    - u-boot and lowlevel are the proper versions
    - kernel and rootfs are unlikely to work... this is an ongoing challenge


Modified: trunk/src/host/devirginator/config.gta01bv4
===================================================================
--- trunk/src/host/devirginator/config.gta01bv4	2008-10-09 10:41:15 UTC (rev 4707)
+++ trunk/src/host/devirginator/config.gta01bv4	2008-10-09 11:01:40 UTC (rev 4708)
@@ -7,14 +7,15 @@
 OPENOCD_HOST=localhost
 PLATFORM=gta01
 BOARD=bv4
+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-neo1973-latest.bin
-ROOTFS=$stuff/openmoko-devel-image-fic-$PLATFORM.jffs2
+LOWLEVEL=$stuff/daily/${PLATFORM}${BOARD}-lowlevel.bin
+UBOOT=$stuff/daily/${PLATFORM}${BOARD}-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