Hi,
It seems that downloads.sh has some errors in it, preventing it to find
the right images and ending up in a "Kernel is... not found" error.
Attached file contains a svn diff made from the
https://svn.openmoko.org/trunk/src/host/qemu-neo1973 repository.
I don't know if this issue has already been reported...
Regards
Sebastien
Index: openmoko/download.sh
===================================================================
--- openmoko/download.sh (revision 4850)
+++ openmoko/download.sh (working copy)
@@ -25,9 +25,10 @@
cd $script_dir
echo " "Retrieving available builds list...
-files=`lynx -dump $download_dir | grep http | sed "s,[0-9 \t\.]*$download_dir\([a-zA-Z0-9_\.-]\)[ \t]*,\1,"`
-dev_files=`lynx -dump $dev_download_dir | grep http | sed "s,[0-9 \t\.]*$dev_download_dir\([a-zA-Z0-9_\.-]\)[ \t]*,\1,"`
+files=`lynx -dump $download_dir | grep http | sed "s,[0-9 \t\.]*$download_dir\([a-zA-Z0-9_\.-]*\)[ \t]*,\1,"`
+dev_files=`lynx -dump $dev_download_dir | grep http | sed "s,[0-9 \t\.]*$dev_download_dir\([a-zA-Z0-9_\.-]*\)[ \t]*,\1,"`
+
if [[ "${files}" == "" ]]; then
echo " "Trying alternative sources
download_dir="$backup_download_dir"
Index: openmoko/env
===================================================================
--- openmoko/env (revision 4850)
+++ openmoko/env (working copy)
@@ -24,9 +24,9 @@
# We don't want the "-latest" symlinks to match
kernel_wildcard="testing-om-gta01-*.uImage.bin"
-rootfs_wildcard="testing-om-gta01-*.rootfs.jffs2"
+rootfs_wildcard="openmoko-testing-om-gta01.rootfs.jffs2"
uboot_wildcard="gta01bv4-u-boot.bin"
-download_dir="http://downloads.openmoko.org/daily/"
+download_dir="http://downloads.openmoko.org/daily/testing/"
dev_download_dir="$download_dir"
backup_download_dir="http://buildhost.automated.it/OM2007.2/"
_______________________________________________
devel mailing list
[email protected]
https://lists.openmoko.org/mailman/listinfo/devel