Ticket #1314 (closed defect: fixed)
old fic* device names in qemu-neo1973 env file
| Reported by: | t-lo@… | Owned by: | balrogg@… |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | qemu-neo1973 | Version: | current svn head |
| Severity: | normal | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
According to http://blog.automated.it/2008/03/29/changing-device-names/ the
Neo1973 device names have been changed from fic-* to om-* in openembedded,
which directly affects the firmware image filenames.
src/host/qemu-neo1973/openmoko/env, however, still uses the old image names.
This diff should help:
Index: env
===================================================================
--- env (revision 4288)
+++ env (working copy)
@@ -23,8 +23,8 @@
splash_size=0x5000
# We don't want the "-latest" symlinks to match
-kernel_wildcard="uImage-2.6.*-fic-gta01.bin"
-rootfs_wildcard="OpenMoko?-openmoko-*image*-fic-gta01.rootfs.jffs2"
+kernel_wildcard="uImage-2.6.*-om-gta01.bin"
+rootfs_wildcard="OpenMoko?-openmoko-*image*-om-gta01.rootfs.jffs2"
uboot_wildcard="u-boot-gta01bv4-1*.bin"
download_dir="http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/"
