I've made this little patch to openmoko/env to fix the downloading and
flashing of the kernel and rootfs based on new names...
All works to me, also if actually I get a crc mismatch, but I figure
this is due to other things...
Bye
--
Treviño's World - Life and Linux
http://www.3v1n0.net/
Index: openmoko/env
===================================================================
--- openmoko/env (revisione 4261)
+++ openmoko/env (copia locale)
@@ -23,8 +23,8 @@
splash_size=0x5000
# We don't want the "-latest" symlinks to match
-kernel_wildcard="uImage-2.6.*-neo1973.bin"
-rootfs_wildcard="OpenMoko-openmoko-*image*01.rootfs.jffs2"
+kernel_wildcard="uImage-2.6.*-fic-gta01.bin"
+rootfs_wildcard="OpenMoko-openmoko-*image*-fic-gta01.rootfs.jffs2"
uboot_wildcard="u-boot-gta01bv4-1*.bin"
download_dir="http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/"