Changeset 4708


Ignore:
Timestamp:
10/09/08 13:01:40 (5 years ago)
Author:
zecke
Message:

[devirginator] Upgrade config.gta01bv4

  • u-boot and lowlevel are the proper versions
  • kernel and rootfs are unlikely to work... this is an ongoing challenge
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/host/devirginator/config.gta01bv4

    r4128 r4708  
    88PLATFORM=gta01 
    99BOARD=bv4 
     10RELEASE=Om2008.9 
    1011 
    11 stuff=http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/ 
     12stuff=http://downloads.openmoko.org 
    1213 
    13 LOWLEVEL=$stuff/lowlevel-foo-$PLATFORM$BOARD-latest.bin 
    14 UBOOT=$stuff/uboot-$PLATFORM$BOARD-latest.bin 
    15 UIMAGE=$stuff/uImage-neo1973-latest.bin 
    16 ROOTFS=$stuff/openmoko-devel-image-fic-$PLATFORM.jffs2 
     14LOWLEVEL=$stuff/daily/${PLATFORM}${BOARD}-lowlevel.bin 
     15UBOOT=$stuff/daily/${PLATFORM}${BOARD}-u-boot.bin 
     16UIMAGE=$stuff/releases/$RELEASE/$RELEASE.uImage.bin 
     17ROOTFS=$stuff/releases/$RELEASE/$RELEASE.rootfs.jffs2 
    1718 
    18 DFU_UTIL=$stuff/dfu-util 
     19DFU_UTIL=$stuff/daily/dfu-util 
    1920#OPENOCD=$stuff/openocd 
    2021OPENOCD_CFG=http://people.openmoko.org/werner/openocd.cfg 
Note: See TracChangeset for help on using the changeset viewer.