Send buglog mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/buglog
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of buglog digest..."
Today's Topics:

   1. [Bug 18] OE build of u_boot with CVSDATE 20061030 uses latest
      git       HEAD ! ([EMAIL PROTECTED])
   2. [Bug 18] OE build of u_boot with CVSDATE 20061030 uses latest
      git       HEAD ! ([EMAIL PROTECTED])
   3. [Bug 143] Implement NAND write/read support in OpenOCD
      ([EMAIL PROTECTED])
   4. [Bug 143] Implement NAND write/read support in OpenOCD
      ([EMAIL PROTECTED])
   5. [Bug 211] New: sjf2410-linux-native.bb has do_deploy in the
      wrong     location ([EMAIL PROTECTED])
   6. [Bug 211] sjf2410-linux-native.bb has do_deploy in the wrong
      location ([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=18

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-02-25 10:42 -------
we now have a 'svnnow' bitbake recipie.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=18

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-02-25 10:42 -------
we now have a 'svnnow' bitbake recipie.



------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=143

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From [EMAIL PROTECTED]  2007-02-25 10:59 -------
this bug is about a native software feature in OpenOCD.

To clarify: We cannot _directly_ flash our NAND flash from OpenOCD (using JTAG
EXTEST method like sjf2410).  

Since DebugBoardv2 is only supported by OpenOCD, not by sjf2410, we can only use
the indirect flashing method as described in
http://wiki.openmoko.org/wiki/Bootloader#Using_JTAG_to_boot_from_RAM

This is not a practical problem at all.  But still it would be good if we'd have
the option to use EXTEST based NAND flashing in OpenOCD.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=143

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From [EMAIL PROTECTED]  2007-02-25 10:59 -------
this bug is about a native software feature in OpenOCD.

To clarify: We cannot _directly_ flash our NAND flash from OpenOCD (using JTAG
EXTEST method like sjf2410).  

Since DebugBoardv2 is only supported by OpenOCD, not by sjf2410, we can only use
the indirect flashing method as described in
http://wiki.openmoko.org/wiki/Bootloader#Using_JTAG_to_boot_from_RAM

This is not a practical problem at all.  But still it would be good if we'd have
the option to use EXTEST based NAND flashing in OpenOCD.



------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=211

           Summary: sjf2410-linux-native.bb has do_deploy in the wrong
                    location
           Product: OpenMoko
           Version: current svn head
          Platform: All
               URL: http://svn.nslu2-
                    linux.org/svnroot/mokomakefile/trunk/patches/openmoko-
                    HEAD/sjf2410-linux-native.patch
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Host Software
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


There is this neat rm_work.bbclass in OpenEmbedded which removes each
individual build/tmp/work/... directory as each package is successfully
built (this saves a *lot* of space, especially with the openmoko svnnow
paradigm which will quickly fill your disk with multiple build copies of
openmoko packages).

Unfortunately the do_deploy() function in OpenMoko's
sjf2410-linux-native.bb fails because rm_work is called before
do_deploy.

do_deploy() {
        install -d ${DEPLOY_DIR_IMAGE}
        install -m 0755 sjf2410 ${DEPLOY_DIR_IMAGE}/sjf2410
}

The sjf2410 executable no longer exists at that point, cause rm_work has
deleted it.

The attached patch fixed that by changing when do_deploy is executed (it makes
it so it happens at the same time in the order of things as it happens in the
kernel .bb files).



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=211





------- Additional Comments From [EMAIL PROTECTED]  2007-02-25 11:21 -------
The patch is in mokomakefile and can be found at
http://svn.nslu2-linux.org/svnroot/mokomakefile/trunk/patches/openmoko-HEAD/sjf2410-linux-native.patch




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



--- End Message ---
_______________________________________________
buglog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/buglog

Reply via email to