http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1314
Summary: old fic* device names in qemu-neo1973 env file
Product: OpenMoko
Version: current svn head
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: qemu-neo1973
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
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/"
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.